mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* device: Added state sensor support for HPE MSA devices * Update hpe-msa.yaml * I pasted the wrong options
46 lines
2.1 KiB
YAML
46 lines
2.1 KiB
YAML
mib: FCMGMT-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: connUnitSensorTable
|
|
value: connUnitSensorStatus
|
|
num_oid: .1.3.6.1.3.94.1.8.1.4.
|
|
descr: connUnitSensorName
|
|
index: 'connUnitSensorStatus.{{ $index }}'
|
|
snmp_flags: '-OQUsbe'
|
|
state_name: connUnitSensorStatus
|
|
states:
|
|
- { value: 1, generic: 3, graph: 1, descr: unknown }
|
|
- { value: 2, generic: 1, graph: 1, descr: other }
|
|
- { value: 3, generic: 0, graph: 1, descr: ok }
|
|
- { value: 4, generic: 1, graph: 1, descr: warning }
|
|
- { value: 5, generic: 2, graph: 1, descr: failed }
|
|
-
|
|
oid: connUnitTable
|
|
value: connUnitState
|
|
num_oid: .1.3.6.1.3.94.1.6.1.5.
|
|
descr: connUnitName
|
|
index: 'connUnitState.{{ $index }}'
|
|
snmp_flags: '-OQUsbe'
|
|
state_name: connUnitState
|
|
states:
|
|
- { value: 1, generic: 3, graph: 1, descr: unknown }
|
|
- { value: 2, generic: 0, graph: 1, descr: online }
|
|
- { value: 3, generic: 2, graph: 1, descr: offline }
|
|
-
|
|
oid: connUnitTable
|
|
value: connUnitStatus
|
|
num_oid: .1.3.6.1.3.94.1.6.1.6.
|
|
descr: connUnitName
|
|
index: 'connUnitStatus.{{ $index }}'
|
|
snmp_flags: '-OQUsbe'
|
|
state_name: connUnitStatus
|
|
states:
|
|
- { value: 1, generic: 3, graph: 1, descr: unknown }
|
|
- { value: 2, generic: 3, graph: 1, descr: unused }
|
|
- { value: 3, generic: 0, graph: 1, descr: ok }
|
|
- { value: 4, generic: 1, graph: 1, descr: warning }
|
|
- { value: 5, generic: 2, graph: 1, descr: failed }
|