Files
djamp42andTony Murray 8c5f86f32d Add Device - Cisco Sat Receivers (#9899)
* 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
2019-03-04 16:08:11 -06:00

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'