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:
FTBZ
2017-11-02 22:41:51 +01:00
committed by Neil Lathwood
parent 4dd56bc72e
commit aef1a5f28a
2 changed files with 33 additions and 0 deletions

View 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 }