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:
|
modules:
|
||||||
sensors:
|
sensors:
|
||||||
voltage:
|
voltage:
|
||||||
|
options:
|
||||||
|
divisor: 10
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid: upsOutputTable
|
oid: upsOutputTable
|
||||||
@@ -32,16 +34,17 @@ modules:
|
|||||||
oid: upsOutputFrequency
|
oid: upsOutputFrequency
|
||||||
num_oid: .1.3.6.1.4.1.7309.6.1.4.2.
|
num_oid: .1.3.6.1.4.1.7309.6.1.4.2.
|
||||||
index: 'upsOutputFrequency.{{ $index }}'
|
index: 'upsOutputFrequency.{{ $index }}'
|
||||||
divisor: 10
|
|
||||||
descr: Output
|
descr: Output
|
||||||
|
divisor: 10
|
||||||
current:
|
current:
|
||||||
|
options:
|
||||||
|
divisor: 10
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid: upsOutputTable
|
oid: upsOutputTable
|
||||||
value: upsOutputCurrent
|
value: upsOutputCurrent
|
||||||
num_oid: .1.3.6.1.4.1.7309.6.1.4.4.1.3.
|
num_oid: .1.3.6.1.4.1.7309.6.1.4.4.1.3.
|
||||||
index: 'upsOutputCurrent.{{ $index }}'
|
index: 'upsOutputCurrent.{{ $index }}'
|
||||||
divisor: 10
|
|
||||||
descr: 'Output #{{ $index }}'
|
descr: 'Output #{{ $index }}'
|
||||||
power:
|
power:
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user