mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Added runtime divisor to fxm sensor (#7600)
* Add runtime divisor to fxm * Update mib definition
This commit is contained in:
committed by
Neil Lathwood
parent
ea477e1b28
commit
771ff3669c
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user