Files
librenms-librenms/includes/definitions/discovery/fusionhub.yaml

23 lines
808 B
YAML
Raw Normal View History

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 }