librenms/includes/definitions/discovery/atenpdu.yaml
Tony Murray bc1a8b84a4
Fix atenpdu sensors (#12055)
bad MIBs and incorrect skip value specification
2020-09-04 11:40:49 +02:00

41 lines
1.5 KiB
YAML

mib: ATEN-PE-CFG
modules:
sensors:
power:
data:
-
oid: ATEN-PE-CFG::outlet
skip_value_lt: -200
value: outletIntegerPower
num_oid: '.1.3.6.1.4.1.21317.1.3.2.2.2.2.99.1.4.{{ $index }}'
divisor: 1000
descr: 'Port {{ $outletName }}'
index: 'outletIntegerValueIndex.{{ $index }}'
low_limit: 0
high_limit: 2400
current:
data:
-
oid: ATEN-PE-CFG::outlet
value: outletIntegerCurrent
skip_value_lt: -200
num_oid: '.1.3.6.1.4.1.21317.1.3.2.2.2.2.99.1.2.{{ $index }}'
divisor: 1000
descr: 'Port {{ $outletName }}'
index: 'outletIntegerValueIndex.{{ $index }}'
low_limit: 0
high_limit: 10
voltage:
data:
-
oid: ATEN-PE-CFG::outlet
value: outletIntegerVoltage
skip_value_lt: -200
num_oid: '.1.3.6.1.4.1.21317.1.3.2.2.2.2.99.1.3.{{ $index }}'
divisor: 1000
descr: 'Port {{ $outletName }}'
index: 'outletIntegerValueIndex.{{ $index }}'
low_limit: 190
high_limit: 260