mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* gwd logo * gwd definitions * definitions discovery * discovery mempools * polling mempools * polling os * gwd mibs * gwd tests data * gwd tests snmpsim * CR at end of file * Update gwd.inc.php * Update gwd.inc.php * Update gwd.inc.php * Update gwd.inc.php * Update gwd.inc.php * Update gwd.snmprec * Update gwd.json
37 lines
1.5 KiB
YAML
37 lines
1.5 KiB
YAML
mib: GW-EPON-DEV-MIB:GWTT-SMI:GW-EPON-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: GW-EPON-MIB::boardCpuUsage
|
|
value: boardCpuUsage
|
|
snmp_flags: ['-OeQUs', '-Pu']
|
|
num_oid: '.1.3.6.1.4.1.10072.2.20.1.1.2.1.1.19.1.1'
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: devTemperature
|
|
num_oid: '.1.3.6.1.4.1.10072.2.15.1.6.1.1.2.{{ $index }}'
|
|
descr: 'Temperature board {{ $index }} '
|
|
-
|
|
oid: powerTemperature
|
|
num_oid: '.1.3.6.1.4.1.10072.2.15.1.5.1.1.3.{{ $index }}'
|
|
descr: 'Temperature power supply {{ $index }} '
|
|
state:
|
|
data:
|
|
-
|
|
oid: powerRunStatus
|
|
num_oid: '.1.3.6.1.4.1.10072.2.15.1.5.1.1.2.{{ $index }}'
|
|
descr: 'Power Run Status {{ $index }}'
|
|
states:
|
|
- { descr: Normal, graph: 0, value: 0, generic: 0 }
|
|
- { descr: Abnormal, graph: 0, value: 1, generic: 2 }
|
|
-
|
|
oid: devFanAlarmStatus
|
|
num_oid: '.1.3.6.1.4.1.10072.2.15.1.4.1.1.3.{{ $index }}'
|
|
descr: 'Fun status {{ $index }}'
|
|
states:
|
|
- { descr: Normal, graph: 0, value: 0, generic: 0 }
|
|
- { descr: Abnormal, graph: 0, value: 1, generic: 2 }
|