mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
14b2419248
* refactor: Move more state sensors to yaml * Fix errors.. * Update comware.yaml * Update ddnos.yaml * Update dell-ups.yaml * Update mimosa.yaml * Update waas.yaml * added some test data for comware and dell-ups * added mimosa test data * re-saved comware test data * set arp-table sort order. remove unneeded modules from mimosa * remove arp-table it doesn't work yet * remove deleted sensors and mempools (which have no snmp data)
28 lines
1.3 KiB
YAML
28 lines
1.3 KiB
YAML
mib: HH3C-LswDEVM-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: hh3cdevMFanStatusTable
|
|
value: hh3cDevMFanStatus
|
|
num_oid: .1.3.6.1.4.1.25506.8.35.9.1.1.1.2.
|
|
descr: 'Fan {{ $index }}'
|
|
index: '{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: active, graph: 1, generic: 0 }
|
|
- { value: 2, descr: deactive, graph: 1, generic: 2 }
|
|
- { value: 3, descr: not-install, graph: 1, generic: 3 }
|
|
- { value: 4, descr: unsupport, graph: 1, generic: 1 }
|
|
-
|
|
oid: hh3cdevMPowerStatusTable
|
|
value: hh3cDevMPowerStatus
|
|
num_oid: .1.3.6.1.4.1.25506.8.35.9.1.2.1.2.
|
|
descr: 'Power Supply {{ $index }}'
|
|
index: '{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: active, graph: 1, generic: 0 }
|
|
- { value: 2, descr: deactive, graph: 1, generic: 2 }
|
|
- { value: 3, descr: not-install, graph: 1, generic: 3 }
|
|
- { value: 4, descr: unsupport, graph: 1, generic: 1 }
|