mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Cisco Sat Receiver * Formatting Fixes * Code Climate Fixes * Add $entry field in the last array. * Formatting Fixes * Updated to correct S/N was grabbing wrong OID. * Update test data for missing serial # * Updated Serial # test data
31 lines
1.3 KiB
YAML
31 lines
1.3 KiB
YAML
mib: CISCO-DMN-DSG-TUNING-MIB:CISCO-DMN-DSG-DIAG-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: inputStatusTable
|
|
value: inputStatusSatLock
|
|
num_oid: '.1.3.6.1.4.1.1429.2.2.5.5.3.2.1.3.{{ $index }}'
|
|
descr: 'Sat Lock {{ $index }}'
|
|
index: 'inputStatusSatLock.{{ $index }}'
|
|
snmp_flags: '-OQUsbe'
|
|
state_name: inputStatusSatLock
|
|
states:
|
|
- { value: -1, generic: 3, graph: 0, descr: 'null' }
|
|
- { value: 1, generic: 2, graph: 1, descr: 'No Lock' }
|
|
- { value: 2, generic: 1, graph: 1, descr: 'Lock - Signal' }
|
|
- { value: 3, generic: 0, graph: 1, descr: 'Lock + Signal' }
|
|
fanspeed:
|
|
options:
|
|
# Some Models such as D9854 do not report fanspeed, but respond to OID with 0.
|
|
skip_values: 0
|
|
data:
|
|
-
|
|
oid: diagFanRPMTable
|
|
value: diagFanRPMValue
|
|
num_oid: '.1.3.6.1.4.1.1429.2.2.5.18.2.2.1.3.{{ $index }}'
|
|
descr: 'Fan Speed {{ $index }}'
|
|
index: 'diagFanRPMValue.{{ $index }}'
|
|
snmp_flags: '-OQUsbe'
|