Søren Rosiak 14b2419248 refactor: Move more state sensors to yaml (#8016)
* refactor: Move more state sensors to yaml

* Fix errors..

* Update comware.yaml

* Update ddnos.yaml

* Update dell-ups.yaml

* Update mimosa.yaml

* Update waas.yaml

* added some test data for comware and dell-ups

* added mimosa test data

* re-saved comware test data

* set arp-table sort order.
remove unneeded modules from mimosa

* remove arp-table it doesn't work yet

* remove deleted sensors and mempools (which have no snmp data)
2018-01-21 15:43:19 -06:00

15 lines
528 B
YAML

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