Files
librenms-librenms/includes/definitions/discovery/mimosa.yaml
Tony Murray 210be6266e Yaml support to translate sysObjectID to get hardware (#12187)
* Yaml support to translate sysObjectID to get hardware

* restore ironware behavior

* ...
2020-10-05 13:50:28 +02:00

19 lines
729 B
YAML

mib: MIMOSA-NETWORKS-BFIVE-MIB
modules:
os:
hardware_mib: MIMOSA-NETWORKS-BASE-MIB
serial: MIMOSA-NETWORKS-BFIVE-MIB::mimosaSerialNumber.0
version: MIMOSA-NETWORKS-BFIVE-MIB::mimosaFirmwareVersion.0
sensors:
state:
data:
-
oid: mimosaSatelliteStrength
value: mimosaSatelliteStrength
num_oid: '.1.3.6.1.4.1.43356.2.1.2.2.5.{{ $index }}'
descr: 'Satellite Strength'
index: '{{ $index }}'
states:
- { value: 1, descr: good, graph: 1, generic: 0 }
- { value: 2, descr: bad, graph: 1, generic: 2 }