mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
aef1a5f28a
* Features: Add state sensors for Palo Alto Networks firewall * Removed the MIBs files * fix: Removing echo * Migrate to YAML * Migrate to YAML * Change passive to unknow
29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
mib: PAN-COMMON-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: panSysHAMode
|
|
num_oid: .1.3.6.1.4.1.25461.2.1.2.1.13.
|
|
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
|
|
num_oid: .1.3.6.1.4.1.25461.2.1.2.1.11.
|
|
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 }
|
|
-
|
|
oid: panSysHAPeerState
|
|
num_oid: .1.3.6.1.4.1.25461.2.1.2.1.12.
|
|
index: 'panSysHAPeerState.{{ $index }}'
|
|
descr: High Availability Peer Status
|
|
states:
|
|
- { value: 1, generic: 0, graph: 1, descr: active }
|
|
- { value: 2, generic: 3, graph: 1, descr: passive } |