mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
19 lines
865 B
YAML
19 lines
865 B
YAML
mib: mibs/dell/DELL-RAC-MIB
|
|
modules:
|
|
sensors:
|
|
state:
|
|
data:
|
|
-
|
|
oid: drsGlobalSystemStatus
|
|
value: drsGlobalSystemStatus
|
|
num_oid: .1.3.6.1.4.1.674.10892.2.2.1.
|
|
descr: 'Global System Status'
|
|
index: 'drsGlobalSystemStatus.{{ $index }}'
|
|
states:
|
|
- { value: 1, descr: other, graph: 1, generic: 3 }
|
|
- { value: 2, descr: unknown, graph: 1, generic: 3 }
|
|
- { value: 3, descr: ok, graph: 1, generic: 0 }
|
|
- { value: 4, descr: nonCritical, graph: 1, generic: 1 }
|
|
- { value: 5, descr: critical, graph: 1, generic: 2 }
|
|
- { value: 6, descr: nonRecoverable, graph: 1, generic: 2 }
|