mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
21 lines
704 B
YAML
21 lines
704 B
YAML
mib: ZYXEL-ZYWALL-ZLD-COMMON-MIB
|
|
modules:
|
|
sensors:
|
|
pre-cache:
|
|
data:
|
|
- oid:
|
|
- vpnConnectionName
|
|
state:
|
|
data:
|
|
-
|
|
oid: vpnConnectStatus
|
|
value: vpnConnectStatus
|
|
num_oid: .1.3.6.1.4.1.890.1.6.22.2.4.1.6.
|
|
descr: 'vpn : {{ $vpnConnectionName }}'
|
|
index: 'vpnIndex.{{ $index }}'
|
|
state_name: vpnConnectStatus
|
|
states:
|
|
- { descr: Disconnected, graph: 0, value: 0, generic: 2 }
|
|
- { descr: Connected, graph: 0, value: 1, generic: 0 }
|
|
|