mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
806f5cce74
* newdevice: Added additional sensor support for Cisco ONS * updated discovery yaml + added mibs
30 lines
1.3 KiB
YAML
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
|