feature: Add Dell iDRAC Global System Sensor (#8012)

This commit is contained in:
Søren Rosiak
2018-01-05 04:30:52 +01:00
committed by Tony Murray
parent 495333ea71
commit dc089329b0
2 changed files with 4041 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
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 }

4023
mibs/dell/DELL-RAC-MIB Normal file

File diff suppressed because it is too large Load Diff