Neil Lathwood 806f5cce74 newdevice: Added additional sensor support for Cisco ONS (#7096)
* newdevice: Added additional sensor support for Cisco ONS

* updated discovery yaml + added mibs
2017-08-13 20:21:55 +01:00

30 lines
1.3 KiB
YAML

mib: CERENT-ENVMON-MIB:ENTITY-MIB
modules:
sensors:
pre-cache:
data:
- oid:
- entPhysicalDescr
voltage:
data:
-
oid: cerentEnvMonVoltageStatsTable
num_oid: .1.3.6.1.4.1.3607.2.80.10.1.30.
value: cerentEnvMonVoltageStatsCurrentValue
index: 'cerentEnvMonVoltageStats.{{ $index }}'
descr: '{{ $entPhysicalDescr }} - {{ $cerentEnvMonVoltageStatsDescr }}'
divisor: 1000
warn_limit: cerentEnvMonVoltageStatsThresholdHigh
high_limit: cerentEnvMonVoltageStatsThresholdVeryHigh
low_warn_limit: cerentEnvMonVoltageStatsThresholdLow
low_limit: cerentEnvMonVoltageStatsThresholdVeryLow
temperature:
data:
-
oid: cerentEnvMonTemperatureStatsTable
num_oid: .1.3.6.1.4.1.3607.2.80.20.1.30.
value: cerentEnvMonTemperatureStatsCurrentValue
index: 'cerentEnvMonTemperatureStats.{{ $index }}'
descr: '{{ $entPhysicalDescr }} - {{ $cerentEnvMonTemperatureStatsDescr }}'
high_limit: cerentEnvMonTemperatureStatsThresholdHigh