Skip to content

Commit

Permalink
Sensors: drac test psu current data was wrong, referencing the snmpre…
Browse files Browse the repository at this point in the history
…c, 8 / 10 and 0 / 10 should be the values

NOTE: drac is messed up and runs a billion snmp queriess for no reason
  • Loading branch information
murrant committed Sep 15, 2024
1 parent 79de344 commit dfc3f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/data/drac.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 1.281,
"sensor_current": 0.8,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
Expand All @@ -694,7 +694,7 @@
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 1.195,
"sensor_current": 0,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
Expand Down Expand Up @@ -4928,7 +4928,7 @@
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": 1.281,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
Expand All @@ -4953,7 +4953,7 @@
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": 1.195,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
"state_name": null
Expand Down

0 comments on commit dfc3f74

Please sign in to comment.