1+ {
2+ "config" : {
3+ "status-ok" : [ " ok" , " true" , " yes" , " on" , " online" , " spunup" , " full" , " ready" , " enabled" , " presence" , " non-raid" , " nonraid" , " 0" , " notapplicable" ],
4+ "status-warning" : [ " noncritical" , " removed" , " foreign" , " offline" , " rebuild" ],
5+ "status-critical" : [ " fail" , " failed" , " critical" , " nonrecoverable" , " notredundant" , " lost" , " degraded" , " redundancyoffline" ],
6+ "global-list-bullet" : " - " ,
7+ "global-oid-separator" : " , "
8+ },
9+ "dell" : {
10+ "mib_dir" : " mibs/default:mibs/iana:mibs/ietf:mibs/dell" ,
11+ "mib" : " IDRAC-MIB-SMIv2" ,
12+ "categories" : {
13+ "global" : {
14+ "description" : " Overall System Status" ,
15+ "oids" : [
16+ { "oid" : " systemModelName" , "type" : " text" },
17+ { "oid" : " systemServiceTag" , "type" : " text" },
18+ { "oid" : " globalSystemStatus" , "type" : " status" }
19+ ],
20+ "important" : true
21+ },
22+ "processor" : {
23+ "description" : " Processor Status" ,
24+ "oids" : [
25+ { "oid" : " processorDeviceBrandName" , "type" : " text" },
26+ { "oid" : " processorDeviceStatus" , "type" : " status" }
27+ ]
28+ },
29+ "memory" : {
30+ "description" : " Memory Status" ,
31+ "oids" : [
32+ { "oid" : " memoryDeviceLocationName" , "type" : " text" },
33+ { "oid" : " memoryDeviceStatus" , "type" : " status" }
34+ ]
35+ },
36+ "physicalDisk" : {
37+ "description" : " Physical Disk Status" ,
38+ "oids" : [
39+ { "oid" : " physicalDiskDisplayName" , "type" : " text" },
40+ { "oid" : " physicalDiskState" , "type" : " status" }
41+ ]
42+ },
43+ "virtualDisk" : {
44+ "description" : " Virtual Disk Status" ,
45+ "oids" : [
46+ { "oid" : " virtualDiskDisplayName" , "type" : " text" },
47+ { "oid" : " virtualDiskState" , "type" : " status" }
48+ ]
49+ },
50+ "storageController" : {
51+ "description" : " Storage Controller Status" ,
52+ "oids" : [
53+ { "oid" : " controllerName" , "type" : " text" },
54+ { "oid" : " controllerComponentStatus" , "type" : " status" }
55+ ]
56+ },
57+ "cooling" : {
58+ "description" : " Cooling Status" ,
59+ "oids" : [
60+ { "oid" : " coolingUnitName" , "type" : " text" },
61+ { "oid" : " coolingUnitStatus" , "type" : " status" }
62+ ]
63+ },
64+ "temperature" : {
65+ "description" : " Temperature Status" ,
66+ "oids" : [
67+ { "oid" : " temperatureProbeLocationName" , "type" : " text" },
68+ { "oid" : " temperatureProbeStatus" , "type" : " status" }
69+ ]
70+ },
71+ "powerSupply" : {
72+ "description" : " Power Supply Status" ,
73+ "oids" : [
74+ { "oid" : " powerSupplyLocationName" , "type" : " text" },
75+ { "oid" : " powerSupplyStatus" , "type" : " status" }
76+ ]
77+ },
78+ "battery" : {
79+ "description" : " Battery Status" ,
80+ "oids" : [
81+ { "oid" : " systemBatteryLocationName" , "type" : " text" },
82+ { "oid" : " systemBatteryStatus" , "type" : " status" }
83+ ]
84+ }
85+ }
86+ },
87+ "hpe" : {
88+ "mib_dir" : " mibs/default:mibs/iana:mibs/ietf:mibs/hpe" ,
89+ "mib" : " CPQSINFO-MIB:CPQHLTH-MIB:CPQIDA-MIB:CPQSTDEQ-MIB" ,
90+ "categories" : {
91+ "global" : {
92+ "description" : " Overall System Status" ,
93+ "oids" : [
94+ { "oid" : " cpqSiProductName" , "type" : " text" },
95+ { "oid" : " cpqSiSysSerialNum" , "type" : " text" },
96+ { "oid" : " cpqHeMibCondition" , "type" : " status" }
97+ ],
98+ "important" : true
99+ },
100+ "processor" : {
101+ "description" : " Processor Status" ,
102+ "oids" : [
103+ { "oid" : " cpqSeCpuName" , "type" : " text" },
104+ { "oid" : " cpqSeCpuStatus" , "type" : " status" }
105+ ]
106+ },
107+ "memory" : {
108+ "description" : " Memory Status" ,
109+ "oids" : [
110+ { "oid" : " cpqHeResMem2ModuleHwLocation" , "type" : " text" },
111+ { "oid" : " cpqHeResMem2ModuleCondition" , "type" : " status" }
112+ ]
113+ },
114+ "physicalDisk" : {
115+ "description" : " Physical Disk Status" ,
116+ "oids" : [
117+ { "oid" : " cpqDaPhyDrvLocationString" , "type" : " text" },
118+ { "oid" : " cpqDaPhyDrvCondition" , "type" : " status" }
119+ ]
120+ },
121+ "virtualDisk" : {
122+ "description" : " Virtual Disk Status" ,
123+ "oids" : [
124+ { "oid" : " cpqDaLogDrvCondition" , "type" : " status" }
125+ ]
126+ },
127+ "storageController" : {
128+ "description" : " Storage Controller Status" ,
129+ "oids" : [
130+ { "oid" : " cpqDaCntlrModel" , "type" : " text" },
131+ { "oid" : " cpqDaCntlrCondition" , "type" : " status" }
132+ ]
133+ },
134+ "cooling" : {
135+ "description" : " Cooling Status" ,
136+ "oids" : [
137+ { "oid" : " cpqHeFltTolFanLocale" , "type" : " text" },
138+ { "oid" : " cpqHeFltTolFanCondition" , "type" : " status" }
139+ ]
140+ },
141+ "temperature" : {
142+ "description" : " Temperature Status" ,
143+ "oids" : [
144+ { "oid" : " cpqHeTemperatureLocale" , "type" : " text" },
145+ { "oid" : " cpqHeTemperatureCondition" , "type" : " status" }
146+ ]
147+ },
148+ "powerSupply" : {
149+ "description" : " Power Supply Status" ,
150+ "oids" : [
151+ { "oid" : " cpqHeFltTolPowerSupplyModel" , "type" : " text" },
152+ { "oid" : " cpqHeFltTolPowerSupplyCondition" , "type" : " status" }
153+ ]
154+ },
155+ "eventLog" : {
156+ "description" : " Integrated Management Log Status" ,
157+ "oids" : [
158+ { "oid" : " cpqHeEventLogCondition" , "type" : " status" }
159+ ]
160+ }
161+ }
162+ }
163+ }
0 commit comments