Files
librenms-librenms/includes/definitions/discovery/fusionhub.yaml
Jozef Rebjak bb9ebb4e45 Added support for Peplink Pepwave & FusionHub (#11432)
* Added support for Peplink Pepwave & FusionHub

* Travis fixes

* Another Travis fixes

* Travis fixed

* Travis fixes

* Update peplink.svg

* Resolved reviews

Co-authored-by: Tony Murray <murraytony@gmail.com>
2020-04-19 10:28:21 -05:00

23 lines
808 B
YAML

mib: PEPVPN-SPEEDFUSION
modules:
sensors:
pre-cache:
pre-cache:
data:
- oid:
- pepVpnStatusProfileName
state:
data:
-
oid: pepVpnStatusConnectionState
num_oid: ".1.3.6.1.4.1.23695.200.1.10.1.1.2.1.3.{{ $index }}"
descr: "{{ $pepVpnStatusProfileName }}"
group: "VPN"
index: "pepVpnStatusConnectionState.{{ $index }}"
state_name: pepVpnStatusConnectionState
states:
- { descr: start, graph: 1, value: 0, generic: 3 }
- { descr: authen, graph: 1, value: 1, generic: 3 }
- { descr: tunnel, graph: 1, value: 2, generic: 3 }
- { descr: route, graph: 1, value: 3, generic: 3 }
- { descr: connected, graph: 1, value: 4, generic: 0 }