2017-11-02 22:41:51 +01:00
|
|
|
mib: PAN-COMMON-MIB
|
|
|
|
modules:
|
|
|
|
sensors:
|
|
|
|
state:
|
|
|
|
data:
|
|
|
|
-
|
|
|
|
oid: panSysHAMode
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.13.{{ $index }}'
|
2017-11-02 22:41:51 +01:00
|
|
|
index: 'panSysHAMode.{{ $index }}'
|
|
|
|
descr: High Availability Mode
|
|
|
|
states:
|
|
|
|
- { value: 1, generic: 0, graph: 1, descr: active-passive }
|
|
|
|
- { value: 2, generic: 0, graph: 1, descr: active-active }
|
|
|
|
-
|
|
|
|
oid: panSysHAState
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.11.{{ $index }}'
|
2017-11-02 22:41:51 +01:00
|
|
|
index: 'panSysHAState.{{ $index }}'
|
|
|
|
descr: High Availability Local Status
|
|
|
|
states:
|
|
|
|
- { value: 1, generic: 0, graph: 1, descr: active }
|
|
|
|
- { value: 2, generic: 3, graph: 1, descr: passive }
|
2018-01-25 22:08:22 +01:00
|
|
|
- { value: 3, generic: 2, graph: 1, descr: suspended }
|
2017-11-02 22:41:51 +01:00
|
|
|
-
|
|
|
|
oid: panSysHAPeerState
|
2018-11-10 17:45:24 -06:00
|
|
|
num_oid: '.1.3.6.1.4.1.25461.2.1.2.1.12.{{ $index }}'
|
2017-11-02 22:41:51 +01:00
|
|
|
index: 'panSysHAPeerState.{{ $index }}'
|
|
|
|
descr: High Availability Peer Status
|
|
|
|
states:
|
|
|
|
- { value: 1, generic: 0, graph: 1, descr: active }
|
2018-01-25 22:08:22 +01:00
|
|
|
- { value: 2, generic: 3, graph: 1, descr: passive }
|
2018-11-10 17:45:24 -06:00
|
|
|
- { value: 3, generic: 2, graph: 1, descr: suspended }
|