fix: Added runtime divisor to fxm sensor (#7600)

* Add runtime divisor to fxm

* Update mib definition
This commit is contained in:
Paul Heinrichs
2017-11-02 12:40:05 +00:00
committed by Neil Lathwood
parent ea477e1b28
commit 771ff3669c
+4 -2
View File
@@ -1,4 +1,4 @@
mib: mibs/alpha/Argus-Power-System-MIB
mib: Argus-Power-System-MIB
modules:
sensors:
voltage:
@@ -75,6 +75,8 @@ modules:
index: 'upsBatteryTemperature.{{ $index }}'
descr: Battery
runtime:
options:
divisor: 60
data:
-
oid: upsMinutesOnBattery
@@ -111,4 +113,4 @@ modules:
- { value: 1, generic: 3, graph: 1, descr: unknown }
- { value: 2, generic: 0, graph: 1, descr: batteryNormal }
- { value: 3, generic: 1, graph: 1, descr: batteryLow }
- { value: 4, generic: 2, graph: 1, descr: batteryDepleted }
- { value: 4, generic: 2, graph: 1, descr: batteryDepleted }