mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Applied correct divisors to voltage for Alpha UPSs (#7377)
This commit is contained in:
committed by
Neil Lathwood
parent
1be550826e
commit
ef9ada9adb
@@ -2,6 +2,8 @@ mib: mibs/alpha/Argus-Power-System-MIB
|
||||
modules:
|
||||
sensors:
|
||||
voltage:
|
||||
options:
|
||||
divisor: 10
|
||||
data:
|
||||
-
|
||||
oid: upsOutputTable
|
||||
@@ -32,16 +34,17 @@ modules:
|
||||
oid: upsOutputFrequency
|
||||
num_oid: .1.3.6.1.4.1.7309.6.1.4.2.
|
||||
index: 'upsOutputFrequency.{{ $index }}'
|
||||
divisor: 10
|
||||
descr: Output
|
||||
divisor: 10
|
||||
current:
|
||||
options:
|
||||
divisor: 10
|
||||
data:
|
||||
-
|
||||
oid: upsOutputTable
|
||||
value: upsOutputCurrent
|
||||
num_oid: .1.3.6.1.4.1.7309.6.1.4.4.1.3.
|
||||
index: 'upsOutputCurrent.{{ $index }}'
|
||||
divisor: 10
|
||||
descr: 'Output #{{ $index }}'
|
||||
power:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user