mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
20 lines
925 B
YAML
20 lines
925 B
YAML
mib: CISCO-HSRP-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: cHsrpGrpTable
|
|
value: cHsrpGrpStandbyState
|
|
num_oid: '.1.3.6.1.4.1.9.9.106.1.2.1.1.15.{{ $index }}'
|
|
descr: 'HSRP Status {{ $cHsrpGrpVirtualIpAddr }}'
|
|
index: 'cHsrpGrpStandbyState.{{ $index }}'
|
|
group: 'HSRP'
|
|
states:
|
|
- { value: 1, generic: 2, graph: 0, descr: 'initial' }
|
|
- { value: 2, generic: 2, graph: 0, descr: 'learn' }
|
|
- { value: 3, generic: 1, graph: 0, descr: 'listen' }
|
|
- { value: 4, generic: 1, graph: 0, descr: 'speak' }
|
|
- { value: 5, generic: 0, graph: 0, descr: 'standby' }
|
|
- { value: 6, generic: 0, graph: 0, descr: 'active' }
|