djamp42 b39984994b Add Device Dragonwave Harmony Enhanced (#9499)
* Add Dragonwave Harmony Enhanced MC Device

* Remove single quote from null and 10 divisor

* Update and rename HarmonyEnhancedMc.php to HarmonyEnhanced.php

* Rename harmony-enhanced-mc.yaml to harmony-enhanced.yaml

* Update and rename harmony-enhanced-mc.yaml to harmony-enhanced.yaml

* Rename harmony-enhanced-mc.inc.php to harmony-enhanced.inc.php

* Rename harmony-enhanced-mc.snmprec to harmony-enhanced.snmprec

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* Update HarmonyEnhanced.php

* More Code Climate Fixes

* Create harmony-enhanced.json
2018-12-05 12:27:08 -06:00

27 lines
1.1 KiB
YAML

mib: MWR-ETHERNET-MIB:MWR-RADIO-MC-MIB
modules:
sensors:
temperature:
options:
skip_values_lt: 0
data:
-
oid: mwrSystemTemperature
num_oid: '.1.3.6.1.4.1.7262.4.5.2.2.3.{{ $index }}'
descr: 'Current System Temperature'
index: 'mwrSystemTemperature.{{ $index }}'
state:
data:
-
oid: mwrEmcRadioStatusTable
value: mwrEmcRadioLinkStatus
num_oid: '.1.3.6.1.4.1.7262.4.5.12.202.1.1.11.{{ $index }}'
descr: 'Wireless Link {{ $index }}'
index: 'mwrEmcRadioLinkStatus.{{ $index }}'
snmp_flags: '-OQUsbe'
state_name: mwrEmcRadioLinkStatus
states:
- { value: -1, generic: 3, graph: 0, descr: 'null' }
- { value: 1, generic: 0, graph: 1, descr: up }
- { value: 2, generic: 2, graph: 1, descr: down }