mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
27 lines
1.1 KiB
YAML
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 }
|