mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* cdata-logo * cdata definitions * cdata definitions discovery * cdata discovery mempools * cdata polling mempools * cdata polling os * cdata mibs * cdata tests json * cdata tests snmpsim * cdata polling os * cdata mempools fix * cdata mempools fix2 * delete IANAifType-MIB * Delete IF-MIB * Delete SNMPv2-MIB * Delete SNMPv2-SMI * Delete BRIDGE-MIB
31 lines
1.2 KiB
YAML
31 lines
1.2 KiB
YAML
mib: FD-SYSTEM-MIB:CDATA-EPON-MIB:NSCRTV-FTTX-EPON-MIB:NSCRTV-PON-TREE-EXT-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: cpuUsage
|
|
num_oid: '.1.3.6.1.4.1.34592.1.3.100.1.8.1.{{ $index }}'
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: temperature
|
|
num_oid: '.1.3.6.1.4.1.34592.1.3.100.1.8.6.{{ $index }}'
|
|
divisor: 10
|
|
descr: 'Temperature {{ $index }}'
|
|
state:
|
|
data:
|
|
-
|
|
oid: ponCardRunningStatus
|
|
num_oid: '.1.3.6.1.4.1.34592.1.3.1.5.2.1.1.7.{{ $index }}'
|
|
descr: 'Pon Card {{ $index }} status'
|
|
states:
|
|
- { descr: Normal, graph: 0, value: 0, generic: 0 }
|
|
- { descr: Abnormal, graph: 0, value: 1, generic: 2 }
|
|
-
|
|
oid: sysServices
|
|
num_oid: '.1.3.6.1.2.1.1.7.0.{{ $index }}'
|
|
descr: 'System services status'
|
|
states:
|
|
- { descr: Normal, graph: 0, value: 0, generic: 0 }
|
|
- { descr: Abnormal, graph: 0, value: 1, generic: 2 } |