mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Test 4 for PowerAlert - TRIPPLITE PDUMNV30HVLX * Modifying poweralert_3 * Remove test 4 * Delete duplicate sensors
82 lines
2.9 KiB
YAML
82 lines
2.9 KiB
YAML
mib: TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X
|
|
modules:
|
|
os:
|
|
features: .1.3.6.1.4.1.850.10.2.2.1.9.2
|
|
hardware: .1.3.6.1.2.1.33.1.1.2.0
|
|
serial: .1.3.6.1.4.1.850.100.1.1.2.0
|
|
version:
|
|
- .1.3.6.1.2.1.33.1.1.4.0
|
|
- .1.3.6.1.2.1.33.1.1.3.0
|
|
location: .1.3.6.1.4.1.850.100.1.1.6.0
|
|
sensors:
|
|
voltage:
|
|
data:
|
|
-
|
|
oid: 'tlpPduInputPhaseVoltage'
|
|
num_oid: '.1.3.6.1.4.1.850.1.1.3.2.3.1.2.1.4.{{ $index }}'
|
|
descr: 'Input'
|
|
divisor: 10
|
|
multiplier: 1
|
|
low_limit: 110
|
|
high_limit: 240
|
|
-
|
|
oid: 'tlpAtsInputPhaseVoltage'
|
|
num_oid: '.1.3.6.1.4.1.850.1.1.3.4.3.1.2.1.5.1.1.{{ $index }}'
|
|
descr: 'Input'
|
|
divisor: 10
|
|
multiplier: 1
|
|
low_limit: 110
|
|
high_limit: 240
|
|
current:
|
|
data:
|
|
-
|
|
oid: 'tlpPduCircuitTotalCurrent'
|
|
num_oid: '.1.3.6.1.4.1.850.1.1.3.2.3.4.1.1.4.{{ $index }}'
|
|
index: 'tlpPduCircuitTotalCurrent.{{ $index }}'
|
|
divisor: 100
|
|
descr: "Current"
|
|
|
|
-
|
|
oid: 'tlpAtsOutputCurrent'
|
|
num_oid: '.1.3.6.1.4.1.850.1.1.3.4.3.2.1.1.5.1.{{ $index }}'
|
|
descr: "Current"
|
|
divisor: 100
|
|
humidity:
|
|
data:
|
|
-
|
|
oid: tlEnvHumidity
|
|
num_oid: '.1.3.6.1.4.1.850.101.1.2.1.{{ $index }}'
|
|
descr: 'Ambient Humidity'
|
|
divisor: 10
|
|
multiplier: 10
|
|
low_limit: 10
|
|
high_limit: 90
|
|
group: 'EnviroSense'
|
|
skip_values:
|
|
-
|
|
oid: tlEnvHumidity
|
|
op: 'exists'
|
|
value: false
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: tlEnvTemperatureC
|
|
num_oid: '.1.3.6.1.4.1.850.101.1.1.1.{{ $index }}'
|
|
descr: 'Ambient Temperature'
|
|
divisor: 10
|
|
multiplier: 10
|
|
low_limit: 0
|
|
high_limit: 40
|
|
group: 'EnviroSense'
|
|
skip_values:
|
|
-
|
|
oid: tlEnvTemperatureC
|
|
op: 'exists'
|
|
value: false
|
|
count:
|
|
data:
|
|
-
|
|
oid: tlUpsBatteryAge
|
|
num_oid: '.1.3.6.1.4.1.850.100.1.2.1.{{ $index }}'
|
|
descr: 'Battery Age (Years)'
|