Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
13
plugins/inputs/temp/testcases/general/expected_v1.out
Normal file
13
plugins/inputs/temp/testcases/general/expected_v1.out
Normal file
|
@ -0,0 +1,13 @@
|
|||
temp,sensor=nvme_composite_input temp=35.85
|
||||
temp,sensor=nvme_composite_alarm temp=0
|
||||
temp,sensor=nvme_composite_crit temp=84.85
|
||||
temp,sensor=nvme_composite_max temp=81.85
|
||||
temp,sensor=nvme_composite_min temp=-273.15
|
||||
temp,sensor=nvme_sensor1_input temp=35.85
|
||||
temp,sensor=nvme_sensor1_min temp=-273.15
|
||||
temp,sensor=nvme_sensor1_max temp=65261.85
|
||||
temp,sensor=nvme_sensor2_input temp=38.85
|
||||
temp,sensor=nvme_sensor2_max temp=65261.85
|
||||
temp,sensor=nvme_sensor2_min temp=-273.15
|
||||
temp,sensor=k10temp_tctl_input temp=33.25
|
||||
temp,sensor=k10temp_tccd1_input temp=33.25
|
5
plugins/inputs/temp/testcases/general/expected_v2.out
Normal file
5
plugins/inputs/temp/testcases/general/expected_v2.out
Normal file
|
@ -0,0 +1,5 @@
|
|||
temp,sensor=nvme_composite temp=35.85
|
||||
temp,sensor=nvme_sensor_1 temp=35.85
|
||||
temp,sensor=nvme_sensor_2 temp=38.85
|
||||
temp,sensor=k10temp_tctl temp=33.25
|
||||
temp,sensor=k10temp_tccd1 temp=33.25
|
|
@ -0,0 +1 @@
|
|||
nvme
|
|
@ -0,0 +1 @@
|
|||
0
|
|
@ -0,0 +1 @@
|
|||
84850
|
|
@ -0,0 +1 @@
|
|||
35850
|
|
@ -0,0 +1 @@
|
|||
Composite
|
|
@ -0,0 +1 @@
|
|||
81850
|
|
@ -0,0 +1 @@
|
|||
-273150
|
|
@ -0,0 +1 @@
|
|||
35850
|
|
@ -0,0 +1 @@
|
|||
Sensor 1
|
|
@ -0,0 +1 @@
|
|||
65261850
|
|
@ -0,0 +1 @@
|
|||
-273150
|
|
@ -0,0 +1 @@
|
|||
38850
|
|
@ -0,0 +1 @@
|
|||
Sensor 2
|
|
@ -0,0 +1 @@
|
|||
65261850
|
|
@ -0,0 +1 @@
|
|||
-273150
|
|
@ -0,0 +1 @@
|
|||
k10temp
|
|
@ -0,0 +1 @@
|
|||
33250
|
|
@ -0,0 +1 @@
|
|||
Tctl
|
|
@ -0,0 +1 @@
|
|||
33250
|
|
@ -0,0 +1 @@
|
|||
Tccd1
|
2
plugins/inputs/temp/testcases/general/telegraf.conf
Normal file
2
plugins/inputs/temp/testcases/general/telegraf.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
[[inputs.temp]]
|
||||
# Metric format will be set in the code
|
Loading…
Add table
Add a link
Reference in a new issue