mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added state sensors for Palo Alto Networks firewall (#7482)
* 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
This commit is contained in:
29
includes/definitions/discovery/panos.yaml
Normal file
29
includes/definitions/discovery/panos.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
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 }
|
Reference in New Issue
Block a user