@cryptotaxi247 / netdata-1 / commits / 18f2227e7

chore(go.d/snmp-profiles): charts meta fixes and fam updates p3 (#20622)

Ilya Mashchenko committed Jul 2, 2025 at 15:37 UTC 18f2227e73284c4c15ccb3b7d8153aa309f8700a
8 files changed +1115 -1128
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-voice.yaml
+1 -1
@@ -288,4 +288,4 @@ metrics:
288 unit: "{calls}"
289 metric_tags:
290 - tag: instance_number
291 - index: 1 # Index of cccaRouterTable is (cccaInstanceNumber, cccaComponentIndex)
\ No newline at end of file
291 + index: 1 # Index of cccaRouterTable is (cccaInstanceNumber, cccaComponentIndex)
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_dell-rac.yaml
+621 -702
@@ -8,78 +8,10 @@ metrics:
8 symbols:
9 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.4
10 name: systemStateChassisStatus
11 - description: Chassis status of the system state
12 - unit: "{state}"
13 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
14 - name: systemStatePowerUnitStatusRedundancy
15 - description: Power unit status redundancy of the system state
16 - unit: "{state}"
17 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
18 - name: systemStatePowerSupplyStatusCombined
19 - description: Combined power supply status of the system state
20 - unit: "{state}"
21 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
22 - name: systemStateAmperageStatusCombined
23 - description: Combined amperage status of the system state
24 - unit: "{state}"
25 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
26 - name: systemStateCoolingUnitStatusRedundancy
27 - description: Cooling unit status redundancy of the system state
28 - unit: "{state}"
29 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
30 - name: systemStateCoolingDeviceStatusCombined
31 - description: Combined cooling device status of the system state
32 - unit: "{state}"
33 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
34 - name: systemStateTemperatureStatusCombined
35 - description: Combined temperature status of the system state
36 - unit: "{state}"
37 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
38 - name: systemStateMemoryDeviceStatusCombined
39 - description: Combined memory device status of the system state
40 - unit: "{state}"
41 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
42 - name: systemStateChassisIntrusionStatusCombined
43 - description: Combined chassis intrusion status of the system state
44 - unit: "{state}"
45 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
46 - name: systemStatePowerUnitStatusCombined
47 - description: Combined power unit status of the system state
48 - unit: "{state}"
49 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
50 - name: systemStateCoolingUnitStatusCombined
51 - description: Combined cooling unit status of the system state
52 - unit: "{state}"
53 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
54 - name: systemStateProcessorDeviceStatusCombined
55 - description: Combined processor device status of the system state
56 - unit: "{state}"
57 - - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
58 - name: systemStateTemperatureStatisticsStatusCombined
59 - description: Combined temperature statistics status of the system state
60 - unit: "{state}"
61 - metric_tags:
62 - - symbol:
63 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.1
64 - name: systemStatechassisIndex
65 - tag: chassis_index
66 - - MIB: IDRAC-MIB-SMIv2
67 - table:
68 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10
69 - name: systemStateTable
70 - symbols:
71 - - name: dell.systemState
72 - constant_value_one: true
73 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
74 - metric_tags:
75 - - symbol:
76 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.1
77 - name: systemStatechassisIndex
78 - tag: chassis_index
79 - - symbol:
80 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.4
81 - name: systemStateChassisStatus
82 - tag: system_state_chassis_status
11 + chart_meta:
12 + family: "Chassis/Status"
13 + description: Chassis status of the system state
14 + unit: "{status}"
15 mapping:
16 1: other
17 2: unknown
@@ -87,10 +19,12 @@ metrics:
19 4: non_critical
20 5: critical
21 6: non_recoverable
90 - - symbol:
91 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
92 - name: systemStatePowerUnitStatusRedundancy
93 - tag: system_state_power_unit_status_redundancy
22 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
23 + name: systemStatePowerUnitStatusRedundancy
24 + chart_meta:
25 + family: "PowerUnit/Redundancy/Status"
26 + description: Power unit status redundancy of the system state
27 + unit: "{status}"
28 mapping:
29 1: other
30 2: unknown
@@ -99,10 +33,12 @@ metrics:
33 5: lost
34 6: not_redundant
35 7: redundancy_offline
102 - - symbol:
103 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
104 - name: systemStatePowerSupplyStatusCombined
105 - tag: system_state_power_supply_status_combined
36 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
37 + name: systemStatePowerSupplyStatusCombined
38 + chart_meta:
39 + family: "PowerSupply/Status/Combined"
40 + description: Combined power supply status of the system state
41 + unit: "{state}"
42 mapping:
43 1: other
44 2: unknown
@@ -110,10 +46,12 @@ metrics:
46 4: non_critical
47 5: critical
48 6: non_recoverable
113 - - symbol:
114 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
115 - name: systemStateAmperageStatusCombined
116 - tag: system_state_amperage_status_combined
49 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
50 + name: systemStateAmperageStatusCombined
51 + chart_meta:
52 + family: "Amperage/Status/Combined"
53 + description: Combined amperage status of the system state
54 + unit: "{status}"
55 mapping:
56 1: other
57 2: unknown
@@ -121,10 +59,12 @@ metrics:
59 4: non_critical
60 5: critical
61 6: non_recoverable
124 - - symbol:
125 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
126 - name: systemStateCoolingUnitStatusRedundancy
127 - tag: system_state_cooling_unit_status_redundancy
62 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
63 + name: systemStateCoolingUnitStatusRedundancy
64 + chart_meta:
65 + family: "CoolingUnit/Redundancy/Status"
66 + description: Cooling unit status redundancy of the system state
67 + unit: "{status}"
68 mapping:
69 1: other
70 2: unknown
@@ -133,10 +73,12 @@ metrics:
73 5: lost
74 6: not_redundant
75 7: redundancy_offline
136 - - symbol:
137 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
138 - name: systemStateCoolingDeviceStatusCombined
139 - tag: system_state_cooling_device_status_combined
76 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
77 + name: systemStateCoolingDeviceStatusCombined
78 + chart_meta:
79 + family: "CoolingDevice/Status/Combined"
80 + description: Combined cooling device status of the system state
81 + unit: "{status}"
82 mapping:
83 1: other
84 2: unknown
@@ -144,10 +86,12 @@ metrics:
86 4: non_critical
87 5: critical
88 6: non_recoverable
147 - - symbol:
148 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
149 - name: systemStateTemperatureStatusCombined
150 - tag: system_state_temperature_status_combined
89 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
90 + name: systemStateTemperatureStatusCombined
91 + chart_meta:
92 + family: "Temperature/Status/Combined"
93 + description: Combined temperature status of the system state
94 + unit: "{status}"
95 mapping:
96 1: other
97 2: unknown
@@ -155,10 +99,12 @@ metrics:
99 4: non_critical
100 5: critical
101 6: non_recoverable
158 - - symbol:
159 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
160 - name: systemStateMemoryDeviceStatusCombined
161 - tag: system_state_memory_device_status_combined
102 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
103 + name: systemStateMemoryDeviceStatusCombined
104 + chart_meta:
105 + family: "MemoryDevice/Status/Combined"
106 + description: Combined memory device status of the system state
107 + unit: "{status}"
108 mapping:
109 1: other
110 2: unknown
@@ -166,10 +112,12 @@ metrics:
112 4: non_critical
113 5: critical
114 6: non_recoverable
169 - - symbol:
170 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
171 - name: systemStateChassisIntrusionStatusCombined
172 - tag: system_state_chassis_intrusion_status_combined
115 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
116 + name: systemStateChassisIntrusionStatusCombined
117 + chart_meta:
118 + family: "ChassisIntrusion/Status/Combined"
119 + description: Combined chassis intrusion status of the system state
120 + unit: "{status}"
121 mapping:
122 1: other
123 2: unknown
@@ -177,10 +125,12 @@ metrics:
125 4: non_critical
126 5: critical
127 6: non_recoverable
180 - - symbol:
181 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
182 - name: systemStatePowerUnitStatusCombined
183 - tag: system_state_power_unit_status_combined
128 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
129 + name: systemStatePowerUnitStatusCombined
130 + chart_meta:
131 + family: "PowerUnit/Status/Combined"
132 + description: Combined power unit status of the system state
133 + unit: "{status}"
134 mapping:
135 1: other
136 2: unknown
@@ -188,10 +138,12 @@ metrics:
138 4: non_critical
139 5: critical
140 6: non_recoverable
191 - - symbol:
192 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
193 - name: systemStateCoolingUnitStatusCombined
194 - tag: system_state_cooling_unit_status_combined
141 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
142 + name: systemStateCoolingUnitStatusCombined
143 + chart_meta:
144 + family: "CoolingUnit/Status/Combined"
145 + description: Combined cooling unit status of the system state
146 + unit: "{status}"
147 mapping:
148 1: other
149 2: unknown
@@ -199,10 +151,12 @@ metrics:
151 4: non_critical
152 5: critical
153 6: non_recoverable
202 - - symbol:
203 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
204 - name: systemStateProcessorDeviceStatusCombined
205 - tag: system_state_processor_device_status_combined
154 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
155 + name: systemStateProcessorDeviceStatusCombined
156 + chart_meta:
157 + family: "ProcessorDevice/Status/Combined"
158 + description: Combined processor device status of the system state
159 + unit: "{status}"
160 mapping:
161 1: other
162 2: unknown
@@ -210,10 +164,12 @@ metrics:
164 4: non_critical
165 5: critical
166 6: non_recoverable
213 - - symbol:
214 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
215 - name: systemStateTemperatureStatisticsStatusCombined
216 - tag: system_state_temperature_statistics_status_combined
167 + - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
168 + name: systemStateTemperatureStatisticsStatusCombined
169 + chart_meta:
170 + family: "TemperatureStatistics/Status/Combined"
171 + description: Combined temperature statistics status of the system state
172 + unit: "{status}"
173 mapping:
174 1: other
175 2: unknown
@@ -221,6 +177,12 @@ metrics:
177 4: non_critical
178 5: critical
179 6: non_recoverable
180 + metric_tags:
181 + - tag: chassis_index
182 + symbol:
183 + OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.1
184 + name: systemStatechassisIndex
185 +
186 - MIB: IDRAC-MIB-SMIv2
187 table:
188 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4
@@ -228,38 +190,10 @@ metrics:
190 symbols:
191 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
192 name: physicalDiskState
231 - description: State of the physical disk
232 - unit: "{state}"
233 - - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11
234 - name: physicalDiskCapacityInMB
235 - description: Capacity of the physical disk in megabytes
236 - unit: "MBy"
237 - - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17
238 - name: physicalDiskUsedSpaceInMB
239 - description: Used space of the physical disk in megabytes
240 - unit: "MBy"
241 - - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19
242 - name: physicalDiskFreeSpaceInMB
243 - description: Free space of the physical disk in megabytes
244 - unit: "MBy"
245 - metric_tags:
246 - - symbol:
247 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
248 - name: physicalDiskName
249 - tag: disk_name
250 - - MIB: IDRAC-MIB-SMIv2
251 - table:
252 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4
253 - name: physicalDiskTable
254 - symbols:
255 - - name: dell.physicalDisk
256 - constant_value_one: true
257 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
258 - metric_tags:
259 - - symbol:
260 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
261 - name: physicalDiskState
262 - tag: disk_state
193 + chart_meta:
194 + family: "Disk/Physical/State"
195 + description: State of the physical disk
196 + unit: "{status}"
197 mapping:
198 1: unknown
199 2: ready
@@ -271,14 +205,37 @@ metrics:
205 8: nonraid
206 9: removed
207 10: readonly
208 + - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11
209 + name: physicalDiskCapacityInMB
210 + scale_factor: 1048576
211 + chart_meta:
212 + family: "Disk/Physical/Capacity"
213 + description: Capacity of the physical disk in megabytes
214 + unit: "By"
215 + - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17
216 + name: physicalDiskUsedSpaceInMB
217 + scale_factor: 1048576
218 + chart_meta:
219 + family: "Disk/Physical/Used"
220 + description: Used space of the physical disk in megabytes
221 + unit: "By"
222 + - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19
223 + name: physicalDiskFreeSpaceInMB
224 + scale_factor: 1048576
225 + chart_meta:
226 + family: "Disk/Physical/Free"
227 + description: Free space of the physical disk in megabytes
228 + unit: "By"
229 + metric_tags:
230 + - tag: disk_number
231 + symbol:
232 + OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1
233 + name: physicalDiskNumber
234 + - tag: disk_name
235 - symbol:
236 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
237 name: physicalDiskName
277 - tag: disk_name
278 - - symbol:
279 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1
280 - name: physicalDiskNumber
281 - tag: disk_number
238 +
239 - MIB: IDRAC-MIB-SMIv2
240 table:
241 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9
@@ -286,52 +243,30 @@ metrics:
243 symbols:
244 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4
245 name: enclosurePowerSupplyState
289 - description: State of the enclosure power supply
290 - unit: "{state}"
291 - metric_tags:
292 - - symbol:
293 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2
294 - name: enclosurePowerSupplyName
295 - tag: supply_name
296 - - symbol:
297 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.1
298 - name: enclosurePowerSupplyNumber
299 - tag: enclosure_power_supply_number
300 - - symbol:
301 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.15
302 - name: enclosurePowerSupplyFQDD
303 - tag: enclosure_power_supply_fqdd
304 - - MIB: IDRAC-MIB-SMIv2
305 - table:
306 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9
307 - name: enclosurePowerSupplyTable
308 - symbols:
309 - - name: enclosurePowerSupply
310 - constant_value_one: true
311 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
312 - metric_tags:
313 - - symbol:
314 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4
315 - name: enclosurePowerSupplyState
316 - tag: enclosure_power_supply_state
246 + chart_meta:
247 + family: "Enclosure/PowerSupply/State"
248 + description: State of the enclosure power supply
249 + unit: "{status}"
250 mapping:
251 1: unknown
252 2: ready
253 3: failed
254 4: missing
255 5: degraded
323 - - symbol:
256 + metric_tags:
257 + - tag: supply_name
258 + symbol:
259 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2
260 name: enclosurePowerSupplyName
326 - tag: supply_name
327 - - symbol:
261 + - tag: enclosure_power_supply_number
262 + symbol:
263 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.1
264 name: enclosurePowerSupplyNumber
330 - tag: enclosure_power_supply_number
331 - - symbol:
265 + - tag: enclosure_power_supply_fqdd
266 + symbol:
267 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.15
268 name: enclosurePowerSupplyFQDD
334 - tag: enclosure_power_supply_fqdd
269 +
270 - MIB: IDRAC-MIB-SMIv2
271 table:
272 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15
@@ -339,30 +274,10 @@ metrics:
274 symbols:
275 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4
276 name: batteryState
342 - description: State of the battery
343 - unit: "{state}"
344 - metric_tags:
345 - - symbol:
346 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20
347 - name: batteryFQDD
348 - tag: battery_fqdd
349 - - symbol:
350 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.21
351 - name: batteryDisplayName
352 - tag: battery_name
353 - - MIB: IDRAC-MIB-SMIv2
354 - table:
355 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15
356 - name: batteryTable
357 - symbols:
358 - - name: dell.battery
359 - constant_value_one: true
360 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
361 - metric_tags:
362 - - symbol:
363 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4
364 - name: batteryState
365 - tag: battery_state
277 + chart_meta:
278 + family: "Battery/State"
279 + description: State of the battery
280 + unit: "{status}"
281 mapping:
282 1: unknown
283 2: ready
@@ -371,14 +286,16 @@ metrics:
286 5: missing
287 6: charging
288 7: below_threshold
374 - - symbol:
289 + metric_tags:
290 + - tag: battery_fqdd
291 + symbol:
292 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20
293 name: batteryFQDD
377 - tag: battery_fqdd
378 - - symbol:
294 + - tag: battery_name
295 + symbol:
296 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.21
297 name: batteryDisplayName
381 - tag: battery_name
298 +
299 - MIB: IDRAC-MIB-SMIv2
300 table:
301 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1
@@ -386,38 +303,10 @@ metrics:
303 symbols:
304 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37
305 name: controllerRollUpStatus
389 - description: Roll up status of the controller
390 - unit: "{state}"
391 - metric_tags:
392 - - symbol:
393 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1
394 - name: controllerNumber
395 - tag: controller_number
396 - - symbol:
397 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2
398 - name: controllerName
399 - tag: controller_name
400 - - symbol:
401 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42
402 - name: controllerPCISlot
403 - tag: controller_pci_slot
404 - - symbol:
405 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78
406 - name: controllerFQDD
407 - tag: controller_fqdd
408 - - MIB: IDRAC-MIB-SMIv2
409 - table:
410 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1
411 - name: controllerTable
412 - symbols:
413 - - name: dell.controller
414 - constant_value_one: true
415 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
416 - metric_tags:
417 - - symbol:
418 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37
419 - name: controllerRollUpStatus
420 - tag: controller_roll_up_status
306 + chart_meta:
307 + family: "Controller/Status/RollUp"
308 + description: Roll up status of the controller
309 + unit: "{status}"
310 mapping:
311 1: other
312 2: unknown
@@ -425,22 +314,24 @@ metrics:
314 4: non_critical
315 5: critical
316 6: non_recoverable
428 - - symbol:
317 + metric_tags:
318 + - tag: controller_number
319 + symbol:
320 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1
321 name: controllerNumber
431 - tag: controller_number
432 - - symbol:
322 + - tag: controller_name
323 + symbol:
324 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2
325 name: controllerName
435 - tag: controller_name
436 - - symbol:
326 + - tag: controller_pci_slot
327 + symbol:
328 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42
329 name: controllerPCISlot
439 - tag: controller_pci_slot
440 - - symbol:
330 + - tag: controller_fqdd
331 + symbol:
332 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78
333 name: controllerFQDD
443 - tag: controller_fqdd
334 +
335 - MIB: IDRAC-MIB-SMIv2
336 table:
337 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80
@@ -448,30 +339,10 @@ metrics:
339 symbols:
340 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
341 name: pCIDeviceStatus
451 - description: Status of the PCI device
452 - unit: "{state}"
453 - metric_tags:
454 - - symbol:
455 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9
456 - name: pCIDeviceDescriptionName
457 - tag: device_descr_name
458 - - symbol:
459 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.1
460 - name: pCIDevicechassisIndex
461 - tag: chassis_index
462 - - MIB: IDRAC-MIB-SMIv2
463 - table:
464 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80
465 - name: pCIDeviceTable
466 - symbols:
467 - - name: dell.pCIDevice
468 - constant_value_one: true
469 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
470 - metric_tags:
471 - - symbol:
472 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
473 - name: pCIDeviceStatus
474 - tag: device_status
342 + chart_meta:
343 + family: "PCIDevice/Status"
344 + description: Status of the PCI device
345 + unit: "{status}"
346 mapping:
347 1: other
348 2: unknown
@@ -479,14 +350,16 @@ metrics:
350 4: non_critical
351 5: critical
352 6: non_recoverable
482 - - symbol:
353 + metric_tags:
354 + - tag: device_descr_name
355 + symbol:
356 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9
357 name: pCIDeviceDescriptionName
485 - tag: device_descr_name
486 - - symbol:
358 + - tag: chassis_index
359 + symbol:
360 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.1
361 name: pCIDevicechassisIndex
489 - tag: chassis_index
362 +
363 - MIB: IDRAC-MIB-SMIv2
364 table:
365 OID: 1.3.6.1.4.1.674.10892.5.4.1200.10
@@ -494,30 +367,10 @@ metrics:
367 symbols:
368 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
369 name: systemSlotStatus
497 - description: Status of the system slot
498 - unit: "{state}"
499 - metric_tags:
500 - - symbol:
501 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8
502 - name: systemSlotSlotExternalSlotName
503 - tag: slot_name
504 - - symbol:
505 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.1
506 - name: systemSlotchassisIndex
507 - tag: chassis_index
508 - - MIB: IDRAC-MIB-SMIv2
509 - table:
510 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10
511 - name: systemSlotTable
512 - symbols:
513 - - name: dell.systemSlot
514 - constant_value_one: true
515 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
516 - metric_tags:
517 - - symbol:
518 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
519 - name: systemSlotStatus
520 - tag: slot_status
370 + chart_meta:
371 + family: "Slot/Status"
372 + description: Status of the system slot
373 + unit: "{status}"
374 mapping:
375 1: other
376 2: unknown
@@ -525,14 +378,16 @@ metrics:
378 4: non_critical
379 5: critical
380 6: non_recoverable
528 - - symbol:
381 + metric_tags:
382 + - tag: slot_name
383 + symbol:
384 OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8
385 name: systemSlotSlotExternalSlotName
531 - tag: slot_name
532 - - symbol:
386 + - tag: chassis_index
387 + symbol:
388 OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.1
389 name: systemSlotchassisIndex
535 - tag: chassis_index
390 +
391 - MIB: IDRAC-MIB-SMIv2
392 table:
393 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90
@@ -540,34 +395,10 @@ metrics:
395 symbols:
396 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
397 name: networkDeviceStatus
543 - description: Status of the network device
544 - unit: "{state}"
545 - metric_tags:
546 - - symbol:
547 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1
548 - name: networkDeviceChassisIndex
549 - tag: chassis_index
550 - - symbol:
551 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.16
552 - name: networkDevicePermanentMACAddress
553 - tag: mac_addr
554 - - symbol:
555 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.30
556 - name: networkDeviceFQDD
557 - tag: device_fqdd
558 - - MIB: IDRAC-MIB-SMIv2
559 - table:
560 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90
561 - name: networkDeviceTable
562 - symbols:
563 - - name: dell.networkDevice
564 - constant_value_one: true
565 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
566 - metric_tags:
567 - - symbol:
568 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
569 - name: networkDeviceStatus
570 - tag: network_device_status
398 + chart_meta:
399 + family: "NetworkDevice/Status"
400 + description: Status of the network device
401 + unit: "{status}"
402 mapping:
403 1: other
404 2: unknown
@@ -575,22 +406,20 @@ metrics:
406 4: non_critical
407 5: critical
408 6: non_recoverable
578 - - symbol:
409 + metric_tags:
410 + - tag: chassis_index
411 + symbol:
412 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1
413 name: networkDeviceChassisIndex
581 - tag: chassis_index
582 - - symbol:
583 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.2
584 - name: networkDeviceIndex
585 - tag: device_index
586 - - symbol:
414 + - tag: mac_addr
415 + symbol:
416 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.16
417 name: networkDevicePermanentMACAddress
589 - tag: mac_addr
590 - - symbol:
418 + - tag: device_fqdd
419 + symbol:
420 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.30
421 name: networkDeviceFQDD
593 - tag: device_fqdd
422 +
423 - MIB: IDRAC-MIB-SMIv2
424 table:
425 OID: 1.3.6.1.4.1.674.10892.5.4.300.50
@@ -598,38 +427,38 @@ metrics:
427 symbols:
428 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.5
429 name: systemBIOSStatus
601 - description: Status of the system BIOS
602 - unit: "{state}"
430 + chart_meta:
431 + family: "BIOS/Status"
432 + description: Status of the system BIOS
433 + unit: "{status}"
434 + mapping:
435 + 1: other
436 + 2: unknown
437 + 3: ok
438 + 4: non_critical
439 + 5: critical
440 + 6: non_recoverable
441 metric_tags:
604 - - symbol:
442 + - tag: chassis_index
443 + symbol:
444 OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.1
445 name: systemBIOSchassisIndex
607 - tag: chassis_index
608 - - symbol:
446 + - tag: system_bios_index
447 + symbol:
448 OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.2
449 name: systemBIOSIndex
611 - tag: system_bios_index
450 +
451 - MIB: IDRAC-MIB-SMIv2
452 table:
614 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50
615 - name: systemBIOSTable
453 + OID: 1.3.6.1.4.1.674.10892.5.4.300.70
454 + name: intrusionTable
455 symbols:
617 - - name: dell.systemBIOS
618 - constant_value_one: true
619 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
620 - metric_tags:
621 - - symbol:
622 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.1
623 - name: systemBIOSchassisIndex
624 - tag: chassis_index
625 - - symbol:
626 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.2
627 - name: systemBIOSIndex
628 - tag: system_bios_index
629 - - symbol:
630 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.5
631 - name: systemBIOSStatus
632 - tag: system_bios_status
456 + - OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.5
457 + name: intrusionStatus
458 + chart_meta:
459 + family: "Intrusion/Status"
460 + description: Status of the intrusion
461 + unit: "{status}"
462 mapping:
463 1: other
464 2: unknown
@@ -637,32 +466,26 @@ metrics:
466 4: non_critical
467 5: critical
468 6: non_recoverable
640 - - MIB: IDRAC-MIB-SMIv2
641 - table:
642 - OID: 1.3.6.1.4.1.674.10892.5.4.300.70
643 - name: intrusionTable
644 - symbols:
645 - - OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.5
646 - name: intrusionStatus
647 - description: Status of the intrusion
648 - unit: "{state}"
469 - OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.6
470 name: intrusionReading
651 - description: Reading of the intrusion
652 - unit: "TBD"
471 + chart_meta:
472 + family: "Intrusion/Reading"
473 + description: Reading of the intrusion
474 + unit: "{reading}"
475 metric_tags:
654 - - symbol:
476 + - tag: chassis_index
477 + symbol:
478 OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.1
479 name: intrusionchassisIndex
657 - tag: chassis_index
658 - - symbol:
480 + - tag: intrusion_index
481 + symbol:
482 OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.2
483 name: intrusionIndex
661 - tag: intrusion_index
662 - - symbol:
484 + - tag: intrusion_location_name
485 + symbol:
486 OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.8
487 name: intrusionLocationName
665 - tag: intrusion_location_name
488 +
489 - MIB: IDRAC-MIB-SMIv2
490 table:
491 OID: 1.3.6.1.4.1.674.10892.5.4.600.12
@@ -670,29 +493,36 @@ metrics:
493 symbols:
494 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.6
495 name: powerSupplyOutputWatts
673 - description: Output power of the power supply in watts
674 - unit: "W"
496 + chart_meta:
497 + family: "PowerSupply/Output/Power"
498 + description: Output power of the power supply in watts
499 + unit: "W"
500 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.9
501 name: powerSupplyMaximumInputVoltage
677 - description: Maximum input voltage of the power supply
678 - unit: "V"
502 + chart_meta:
503 + family: "PowerSupply/Input/Voltage/Maximum"
504 + description: Maximum input voltage of the power supply
505 + unit: "V"
506 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16
507 name: powerSupplyCurrentInputVoltage
681 - description: Current input voltage of the power supply
682 - unit: "V"
508 + chart_meta:
509 + family: "PowerSupply/Input/Voltage/Current"
510 + description: Current input voltage of the power supply
511 + unit: "V"
512 metric_tags:
684 - - symbol:
513 + - tag: chassis_index
514 + symbol:
515 OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.1
516 name: powerSupplychassisIndex
687 - tag: chassis_index
688 - - symbol:
517 + - tag: power_supply_index
518 + symbol:
519 OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.2
520 name: powerSupplyIndex
691 - tag: power_supply_index
692 - - symbol:
521 + - tag: power_supply_fqdd
522 + symbol:
523 OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.15
524 name: powerSupplyFQDD
695 - tag: power_supply_fqdd
525 +
526 - MIB: IDRAC-MIB-SMIv2
527 table:
528 OID: 1.3.6.1.4.1.674.10892.5.4.600.30
@@ -700,59 +530,32 @@ metrics:
530 symbols:
531 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.5
532 name: amperageProbeStatus
703 - description: Status of the amperage probe
704 - unit: "{state}"
705 - - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6
706 - name: amperageProbeReading
707 - description: Reading of the amperage probe in amperes
708 - unit: "A"
709 - metric_tags:
710 - - symbol:
711 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7
712 - name: amperageProbeType
713 - tag: probe_type
533 + chart_meta:
534 + family: "Sensor/Amperage/Status"
535 + description: Status of the amperage probe
536 + unit: "{status}"
537 mapping:
715 - 1: amperage_probe_type_is_other
716 - 2: amperage_probe_type_is_unknown
717 - 3: amperage_probe_type_is_1point5_volt # 1.5 volt
718 - 4: amperage_probe_type_is_3point3_volt # 3.3 volt
719 - 5: amperage_probe_type_is_5_volt # 5 volt
720 - 6: amperage_probe_type_is_minus5_volt # -5 volt
721 - 7: amperage_probe_type_is_12_volt # 12 volt
722 - 8: amperage_probe_type_is_minus12_volt # -12 volt
723 - 9: amperage_probe_type_is_io
724 - 10: amperage_probe_type_is_core
725 - 11: amperage_probe_type_is_flea
726 - 12: amperage_probe_type_is_battery
727 - 13: amperage_probe_type_is_terminator
728 - 14: amperage_probe_type_is_2point5_volt # 2.5 volt
729 - 15: amperage_probe_type_is_gtl
730 - 16: amperage_probe_type_is_discrete
731 - 23: amperage_probe_type_is_power_supply_amps
732 - 24: amperage_probe_type_is_power_supply_watts
733 - 25: amperage_probe_type_is_system_amps
734 - 26: amperage_probe_type_is_system_watts
735 - - symbol:
736 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.1
737 - name: amperageProbechassisIndex
738 - tag: chassis_index
739 - - symbol:
740 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.2
741 - name: amperageProbeIndex
742 - tag: amperage_probe_index
743 - - MIB: IDRAC-MIB-SMIv2
744 - table:
745 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30
746 - name: amperageProbeTable
747 - symbols:
748 - - name: dell.amperageProbe
749 - constant_value_one: true
750 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
538 + 1: other
539 + 2: unknown
540 + 3: ok
541 + 4: non_critical_upper
542 + 5: critical_upper
543 + 6: non_recoverable_upper
544 + 7: non_critical_lower
545 + 8: critical_lower
546 + 9: non_recoverable_lower
547 + 10: failed
548 + - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6
549 + name: amperageProbeReading
550 + chart_meta:
551 + family: "Sensor/Amperage/Value"
552 + description: Reading of the amperage probe in amperes
553 + unit: "A"
554 metric_tags:
752 - - symbol:
555 + - tag: probe_type
556 + symbol:
557 OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7
558 name: amperageProbeType
755 - tag: probe_type
559 mapping:
560 1: amperage_probe_type_is_other
561 2: amperage_probe_type_is_unknown
@@ -774,29 +577,15 @@ metrics:
577 24: amperage_probe_type_is_power_supply_watts
578 25: amperage_probe_type_is_system_amps
579 26: amperage_probe_type_is_system_watts
777 - - symbol:
580 + - tag: chassis_index
581 + symbol:
582 OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.1
583 name: amperageProbechassisIndex
780 - tag: chassis_index
781 - - symbol:
584 + - tag: amperage_probe_index
585 + symbol:
586 OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.2
587 name: amperageProbeIndex
784 - tag: amperage_probe_index
785 - - symbol:
786 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.5
787 - name: amperageProbeStatus
788 - tag: amperage_probe_status
789 - mapping:
790 - 1: other
791 - 2: unknown
792 - 3: ok
793 - 4: non_critical_upper
794 - 5: critical_upper
795 - 6: non_recoverable_upper
796 - 7: non_critical_lower
797 - 8: critical_lower
798 - 9: non_recoverable_lower
799 - 10: failed
588 +
589 - MIB: IDRAC-MIB-SMIv2
590 table:
591 OID: 1.3.6.1.4.1.674.10892.5.4.600.60
@@ -804,21 +593,31 @@ metrics:
593 symbols:
594 - OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.5
595 name: powerUsageStatus
807 - description: Status of the power usage
808 - unit: "{state}"
596 + chart_meta:
597 + family: "PowerUsage/Status"
598 + description: Status of the power usage
599 + unit: "{status}"
600 + mapping:
601 + 1: other
602 + 2: unknown
603 + 3: ok
604 + 4: non_critical
605 + 5: critical
606 + 6: non_recoverable
607 metric_tags:
810 - - symbol:
608 + - tag: chassis_index
609 + symbol:
610 OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.1
611 name: powerUsageChassisIndex
813 - tag: chassis_index
814 - - symbol:
612 + - tag: power_usage_index
613 + symbol:
614 OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.2
615 name: powerUsageIndex
817 - tag: power_usage_index
818 - - symbol:
616 + - tag: power_usage_entity_name
617 + symbol:
618 OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.6
619 name: powerUsageEntityName
821 - tag: power_usage_entity_name
620 +
621 - MIB: IDRAC-MIB-SMIv2
622 table:
623 OID: 1.3.6.1.4.1.674.10892.5.4.600.20
@@ -826,66 +625,40 @@ metrics:
625 symbols:
626 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.5
627 name: voltageProbeStatus
829 - description: Status of the voltage probe
830 - unit: "{state}"
628 + chart_meta:
629 + family: "Sensor/Voltage/Status"
630 + description: Status of the voltage probe
631 + unit: "{status}"
632 + mapping:
633 + 1: other
634 + 2: unknown
635 + 3: ok
636 + 4: non_critical_upper
637 + 5: critical_upper
638 + 6: non_recoverable_upper
639 + 7: non_critical_lower
640 + 8: critical_lower
641 + 9: non_recoverable_lower
642 + 10: failed
643 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.6
644 name: voltageProbeReading
833 - description: Reading of the voltage probe in volts
834 - unit: "V"
835 - metric_tags:
836 - - symbol:
837 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.1
838 - name: voltageProbechassisIndex
839 - tag: chassis_index
840 - - symbol:
841 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.2
842 - name: voltageProbeIndex
843 - tag: voltage_probe_index
844 - - symbol:
845 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.7
846 - name: voltageProbeType
847 - tag: probe_type
848 - mapping:
849 - 1: voltage_probe_type_is_other
850 - 2: voltage_probe_type_is_unknown
851 - 3: voltage_probe_type_is_1point5_volt # 1.5 volt
852 - 4: voltage_probe_type_is_3point3_volt # 3.3 volt
853 - 5: voltage_probe_type_is_5_volt # 5 volt
854 - 6: voltage_probe_type_is_minus5_volt # -5 volt
855 - 7: voltage_probe_type_is_12_volt # 12 volt
856 - 8: voltage_probe_type_is_minus12_volt # -12 volt
857 - 9: voltage_probe_type_is_io
858 - 10: voltage_probe_type_is_core
859 - 11: voltage_probe_type_is_flea
860 - 12: voltage_probe_type_is_battery
861 - 13: voltage_probe_type_is_terminator
862 - 14: voltage_probe_type_is_2point5_volt # 2.5 volt
863 - 15: voltage_probe_type_is_gtl
864 - 16: voltage_probe_type_is_discrete
865 - 17: voltage_probe_type_is_generic_discrete
866 - 18: voltage_probe_type_is_ps_voltage
867 - 19: voltage_probe_type_is_memory_status
868 - - MIB: IDRAC-MIB-SMIv2
869 - table:
870 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20
871 - name: voltageProbeTable
872 - symbols:
873 - - name: dell.voltageProbe
874 - constant_value_one: true
875 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
645 + chart_meta:
646 + family: "Sensor/Voltage/Value"
647 + description: Reading of the voltage probe in volts
648 + unit: "V"
649 metric_tags:
877 - - symbol:
650 + - tag: chassis_index
651 + symbol:
652 OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.1
653 name: voltageProbechassisIndex
880 - tag: chassis_index
881 - - symbol:
654 + - tag: voltage_probe_index
655 + symbol:
656 OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.2
657 name: voltageProbeIndex
884 - tag: voltage_probe_index
885 - - symbol:
658 + - tag: probe_type
659 + symbol:
660 OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.7
661 name: voltageProbeType
888 - tag: probe_type
662 mapping:
663 1: voltage_probe_type_is_other
664 2: voltage_probe_type_is_unknown
@@ -906,21 +679,7 @@ metrics:
679 17: voltage_probe_type_is_generic_discrete
680 18: voltage_probe_type_is_ps_voltage
681 19: voltage_probe_type_is_memory_status
909 - - symbol:
910 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.5
911 - name: voltageProbeStatus
912 - tag: voltage_probe_status
913 - mapping:
914 - 1: other
915 - 2: unknown
916 - 3: ok
917 - 4: non_critical_upper
918 - 5: critical_upper
919 - 6: non_recoverable_upper
920 - 7: non_critical_lower
921 - 8: critical_lower
922 - 9: non_recoverable_lower
923 - 10: failed
682 +
683 - MIB: IDRAC-MIB-SMIv2
684 table:
685 OID: 1.3.6.1.4.1.674.10892.5.4.600.50
@@ -928,25 +687,37 @@ metrics:
687 symbols:
688 - OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.5
689 name: systemBatteryStatus
931 - description: Status of the system battery
932 - unit: "{state}"
690 + chart_meta:
691 + family: "SystemBattery/Status"
692 + description: Status of the system battery
693 + unit: "{status}"
694 + mapping:
695 + 1: other
696 + 2: unknown
697 + 3: ok
698 + 4: non_critical
699 + 5: critical
700 + 6: non_recoverable
701 - OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.6
702 name: systemBatteryReading
935 - description: Reading of the system battery
936 - unit: "TBD"
703 + chart_meta:
704 + family: "SystemBattery/Reading"
705 + description: Reading of the system battery
706 + unit: "{reading}"
707 metric_tags:
938 - - symbol:
708 + - tag: chassis_index
709 + symbol:
710 OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.1
711 name: systemBatteryChassisIndex
941 - tag: chassis_index
942 - - symbol:
712 + - tag: system_battery_index
713 + symbol:
714 OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.2
715 name: systemBatteryIndex
945 - tag: system_battery_index
946 - - symbol:
716 + - tag: system_battery_location_name
717 + symbol:
718 OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.7
719 name: systemBatteryLocationName
949 - tag: system_battery_location_name
720 +
721 - MIB: IDRAC-MIB-SMIv2
722 table:
723 OID: 1.3.6.1.4.1.674.10892.5.4.700.10
@@ -954,25 +725,46 @@ metrics:
725 symbols:
726 - OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.5
727 name: coolingUnitRedundancyStatus
957 - description: Redundancy status of the cooling unit
958 - unit: "{state}"
728 + chart_meta:
729 + family: "CoolingUnit/Redundancy/Status"
730 + description: Redundancy status of the cooling unit
731 + unit: "{status}"
732 + mapping:
733 + 1: other
734 + 2: unknown
735 + 3: full
736 + 4: degraded
737 + 5: lost
738 + 6: not_redundant
739 + 7: redundancy_offline
740 - OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.8
741 name: coolingUnitStatus
961 - description: Status of the cooling unit
962 - unit: "{state}"
742 + chart_meta:
743 + family: "CoolingUnit/Status"
744 + description: Status of the cooling unit
745 + unit: "{status}"
746 + mapping:
747 + 1: other
748 + 2: unknown
749 + 3: full
750 + 4: degraded
751 + 5: lost
752 + 6: not_redundant
753 + 7: redundancy_offline
754 metric_tags:
964 - - symbol:
755 + - tag: chassis_index
756 + symbol:
757 OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.1
758 name: coolingUnitchassisIndex
967 - tag: chassis_index
968 - - symbol:
759 + - tag: cooling_unit_index
760 + symbol:
761 OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.2
762 name: coolingUnitIndex
971 - tag: cooling_unit_index
972 - - symbol:
763 + - tag: cooling_unit_name
764 + symbol:
765 OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.7
766 name: coolingUnitName
975 - tag: cooling_unit_name
767 +
768 - MIB: IDRAC-MIB-SMIv2
769 table:
770 OID: 1.3.6.1.4.1.674.10892.5.4.700.12
@@ -980,30 +772,46 @@ metrics:
772 symbols:
773 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.5
774 name: coolingDeviceStatus
983 - description: Status of the cooling device
984 - unit: "{state}"
775 + chart_meta:
776 + family: "CoolingDevice/Status"
777 + description: Status of the cooling device
778 + unit: "{status}"
779 + mapping:
780 + 1: other
781 + 2: unknown
782 + 3: ok
783 + 4: non_critical_upper
784 + 5: critical_upper
785 + 6: non_recoverable_upper
786 + 7: non_critical_lower
787 + 8: critical_lower
788 + 9: non_recoverable_lower
789 + 10: failed
790 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6
791 name: coolingDeviceReading
987 - description: Reading of the cooling device
988 - unit: "TBD"
792 + chart_meta:
793 + family: "CoolingDevice/Speed"
794 + description: Reading of the cooling device
795 + unit: "rpm"
796 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.18
797 name: coolingDeviceDiscreteReading
991 - description: Discrete reading of the cooling device
992 - unit: "TBD"
798 + chart_meta:
799 + family: "CoolingDevice/DiscreteReading"
800 + description: Discrete reading of the cooling device
801 + unit: "{reading}"
802 metric_tags:
994 - - symbol:
803 + - tag: chassis_index
804 + symbol:
805 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.1
806 name: coolingDevicechassisIndex
997 - tag: chassis_index
998 - - symbol:
807 + - tag: cooling_device_name
808 + symbol:
809 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.2
810 name: coolingDeviceIndex
1001 - tag: cooling_device_name
1002 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1003 - - symbol:
811 + - tag: cooling_device_type
812 + symbol:
813 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.7
814 name: coolingDeviceType
1006 - tag: cooling_device_type
815 mapping:
816 1: cooling_device_type_is_other
817 2: cooling_device_type_is_unknown
@@ -1016,14 +824,15 @@ metrics:
824 9: cooling_device_type_is_refrigeration
825 10: cooling_device_type_is_active_cooling
826 11: cooling_device_type_is_passive_cooling
1019 - - symbol:
827 + - tag: cooling_device_location_name
828 + symbol:
829 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.8
830 name: coolingDeviceLocationName
1022 - tag: cooling_device_location_name
1023 - - symbol:
831 + - tag: cooling_device_fqdd
832 + symbol:
833 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.19
834 name: coolingDeviceFQDD
1026 - tag: cooling_device_fqdd
835 +
836 - MIB: IDRAC-MIB-SMIv2
837 table:
838 OID: 1.3.6.1.4.1.674.10892.5.4.700.20
@@ -1031,39 +840,56 @@ metrics:
840 symbols:
841 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.5
842 name: temperatureProbeStatus
1034 - description: Status of the temperature probe
1035 - unit: "{state}"
843 + chart_meta:
844 + family: "Sensor/Temperature/Status"
845 + description: Status of the temperature probe
846 + unit: "{status}"
847 + mapping:
848 + 1: other
849 + 2: unknown
850 + 3: ok
851 + 4: non_critical_upper
852 + 5: critical_upper
853 + 6: non_recoverable_upper
854 + 7: non_critical_lower
855 + 8: critical_lower
856 + 9: non_recoverable_lower
857 + 10: failed
858 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6
859 name: temperatureProbeReading
1038 - description: Reading of the temperature probe in degrees Celsius
1039 - unit: "Cel"
860 + chart_meta:
861 + family: "Sensor/Temperature/Value"
862 + description: Reading of the temperature probe in degrees Celsius
863 + unit: "Cel"
864 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.16
865 name: temperatureProbeDiscreteReading
1042 - description: Discrete reading of the temperature probe
1043 - unit: "TBD"
866 + chart_meta:
867 + family: "Sensor/Temperature/DiscreteReading"
868 + description: Discrete reading of the temperature probe
869 + unit: "{reading}"
870 metric_tags:
1045 - - symbol:
871 + - tag: chassis_index
872 + symbol:
873 OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.1
874 name: temperatureProbechassisIndex
1048 - tag: chassis_index
1049 - - symbol:
875 + - tag: temperature_probe_index
876 + symbol:
877 OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.2
878 name: temperatureProbeIndex
1052 - tag: temperature_probe_index
1053 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1054 - - symbol:
879 + - tag: temperature_probe_type
880 + symbol:
881 OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.7
882 name: temperatureProbeType
1057 - tag: temperature_probe_type
883 mapping:
884 1: temperature_probe_type_is_other
885 2: temperature_probe_type_is_unknown
886 3: temperature_probe_type_is_ambient_esm
887 16: temperature_probe_type_is_discrete
1063 - - symbol:
888 + - tag: temperature_probe_location_name
889 + symbol:
890 OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.8
891 name: temperatureProbeLocationName
1066 - tag: temperature_probe_location_name
892 +
893 - MIB: IDRAC-MIB-SMIv2
894 table:
895 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30
@@ -1071,37 +897,53 @@ metrics:
897 symbols:
898 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5
899 name: processorDeviceStatus
1074 - description: Status of the processor device
1075 - unit: "{state}"
900 + chart_meta:
901 + family: "Processor/Status"
902 + description: Status of the processor device
903 + unit: "{status}"
904 + mapping:
905 + 1: other
906 + 2: unknown
907 + 3: ok
908 + 4: non_critical
909 + 5: critical
910 + 6: non_recoverable
911 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.11
912 name: processorDeviceMaximumSpeed
1078 - description: Maximum speed of the processor device in megahertz
1079 - unit: "MHz"
913 + chart_meta:
914 + family: "Processor/Speed/Maximum"
915 + description: Maximum speed of the processor device in megahertz
916 + unit: "MHz"
917 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.12
918 name: processorDeviceCurrentSpeed
1082 - description: Current speed of the processor device in megahertz
1083 - unit: "MHz"
919 + chart_meta:
920 + family: "Processor/Speed/Current"
921 + description: Current speed of the processor device in megahertz
922 + unit: "MHz"
923 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.14
924 name: processorDeviceVoltage
1086 - description: Voltage of the processor device in volts
1087 - unit: "V"
925 + chart_meta:
926 + family: "Processor/Voltage"
927 + description: Voltage of the processor device in volts
928 + unit: "V"
929 metric_tags:
1089 - - symbol:
930 + - tag: chassis_index
931 + symbol:
932 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.1
933 name: processorDevicechassisIndex
1092 - tag: chassis_index
1093 - - symbol:
934 + - tag: processor_device_index
935 + symbol:
936 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.2
937 name: processorDeviceIndex
1096 - tag: processor_device_index
1097 - - symbol:
938 + - tag: processor_device_brand_name
939 + symbol:
940 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.23
941 name: processorDeviceBrandName
1100 - tag: processor_device_brand_name
1101 - - symbol:
942 + - tag: processor_device_fqdd
943 + symbol:
944 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.26
945 name: processorDeviceFQDD
1104 - tag: processor_device_fqdd
946 +
947 - MIB: IDRAC-MIB-SMIv2
948 table:
949 OID: 1.3.6.1.4.1.674.10892.5.4.1100.32
@@ -1109,25 +951,37 @@ metrics:
951 symbols:
952 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.5
953 name: processorDeviceStatusStatus
1112 - description: Status of the processor device status
1113 - unit: "{state}"
954 + chart_meta:
955 + family: "ProcessorDeviceStatus/Status"
956 + description: Status of the processor device status
957 + unit: "{status}"
958 + mapping:
959 + 1: other
960 + 2: unknown
961 + 3: ok
962 + 4: non_critical
963 + 5: critical
964 + 6: non_recoverable
965 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.6
966 name: processorDeviceStatusReading
1116 - description: Reading of the processor device status
1117 - unit: "TBD"
967 + chart_meta:
968 + family: "ProcessorDeviceStatus/Reading"
969 + description: Reading of the processor device status
970 + unit: "{reading}"
971 metric_tags:
1119 - - symbol:
972 + - tag: chassis_index
973 + symbol:
974 OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.1
975 name: processorDeviceStatusChassisIndex
1122 - tag: chassis_index
1123 - - symbol:
976 + - tag: processor_device_status_index
977 + symbol:
978 OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.2
979 name: processorDeviceStatusIndex
1126 - tag: processor_device_status_index
1127 - - symbol:
980 + - tag: processor_device_status_location_name
981 + symbol:
982 OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.7
983 name: processorDeviceStatusLocationName
1130 - tag: processor_device_status_location_name
984 +
985 - MIB: IDRAC-MIB-SMIv2
986 table:
987 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50
@@ -1135,34 +989,34 @@ metrics:
989 symbols:
990 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5
991 name: memoryDeviceStatus
1138 - description: Status of the memory device
1139 - unit: "{state}"
992 + chart_meta:
993 + family: "Memory/Status"
994 + description: Status of the memory device
995 + unit: "{status}"
996 + mapping:
997 + 1: other
998 + 2: unknown
999 + 3: ok
1000 + 4: non_critical
1001 + 5: critical
1002 + 6: non_recoverable
1003 metric_tags:
1141 - - symbol:
1004 + - tag: device_type
1005 + symbol:
1006 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7
1007 name: memoryDeviceType
1144 - tag: device_type
1145 - - symbol:
1008 + - tag: device_index
1009 + symbol:
1010 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.2
1011 name: memoryDeviceIndex
1148 - tag: device_index
1149 - - symbol:
1012 + - tag: chassis_index
1013 + symbol:
1014 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.1
1015 name: memoryDevicechassisIndex
1152 - tag: chassis_index
1153 - - MIB: IDRAC-MIB-SMIv2
1154 - table:
1155 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50
1156 - name: memoryDeviceTable
1157 - symbols:
1158 - - name: dell.memoryDevice
1159 - constant_value_one: true
1160 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1161 - metric_tags:
1162 - - symbol:
1016 + - tag: device_type
1017 + symbol:
1018 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7
1019 name: memoryDeviceType
1165 - tag: device_type
1020 mapping:
1021 1: device_type_is_other
1022 2: device_type_is_unknown
@@ -1187,25 +1041,7 @@ metrics:
1041 24: device_type_is_ddr3
1042 25: device_type_is_fbd2
1043 26: device_type_is_ddr4
1190 - - symbol:
1191 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.2
1192 - name: memoryDeviceIndex
1193 - tag: device_index
1194 - - symbol:
1195 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.1
1196 - name: memoryDevicechassisIndex
1197 - tag: chassis_index
1198 - - symbol:
1199 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5
1200 - name: memoryDeviceStatus
1201 - tag: memory_device_status
1202 - mapping:
1203 - 1: other
1204 - 2: unknown
1205 - 3: ok
1206 - 4: non_critical
1207 - 5: critical
1208 - 6: non_recoverable
1044 +
1045 - MIB: IDRAC-MIB-SMIv2
1046 table:
1047 OID: 1.3.6.1.4.1.674.10892.5.4.2000.10
@@ -1213,21 +1049,31 @@ metrics:
1049 symbols:
1050 - OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.3
1051 name: fruInformationStatus
1216 - description: Status of the FRU information
1217 - unit: "{state}"
1052 + chart_meta:
1053 + family: "FRU/Status"
1054 + description: Status of the FRU information
1055 + unit: "{status}"
1056 + mapping:
1057 + 1: other
1058 + 2: unknown
1059 + 3: ok
1060 + 4: non_critical
1061 + 5: critical
1062 + 6: non_recoverable
1063 metric_tags:
1219 - - symbol:
1064 + - tag: chassis_index
1065 + symbol:
1066 OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.1
1067 name: fruChassisIndex
1222 - tag: chassis_index
1223 - - symbol:
1068 + - tag: fru_index
1069 + symbol:
1070 OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.2
1071 name: fruIndex
1226 - tag: fru_index
1227 - - symbol:
1072 + - tag: fru_fqdd
1073 + symbol:
1074 OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.12
1075 name: fruFQDD
1230 - tag: fru_fqdd
1076 +
1077 - MIB: IDRAC-MIB-SMIv2
1078 table:
1079 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1
@@ -1235,63 +1081,135 @@ metrics:
1081 symbols:
1082 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4
1083 name: virtualDiskState
1238 - description: State of the virtual disk
1239 - unit: "{state}"
1084 + chart_meta:
1085 + family: "Disk/Virtual/State"
1086 + description: State of the virtual disk
1087 + unit: "{status}"
1088 + mapping:
1089 + 1: unknown
1090 + 2: online
1091 + 3: failed
1092 + 4: degraded
1093 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6
1094 name: virtualDiskSizeInMB
1242 - description: Size of the virtual disk in megabytes
1243 - unit: "MBy"
1095 + scale_factor: 1048576
1096 + chart_meta:
1097 + family: "Disk/Virtual/Size"
1098 + description: Size of the virtual disk in megabytes
1099 + unit: "By"
1100 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20
1101 name: virtualDiskComponentStatus
1246 - description: Component status of the virtual disk
1247 - unit: "{state}"
1102 + chart_meta:
1103 + family: "Disk/Virtual/ComponentStatus"
1104 + description: Component status of the virtual disk
1105 + unit: "{status}"
1106 + mapping:
1107 + 1: other
1108 + 2: unknown
1109 + 3: ok
1110 + 4: non_critical
1111 + 5: critical
1112 + 6: non_recoverable
1113 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37
1114 name: virtualDiskT10PIStatus
1250 - description: T10 PI status of the virtual disk
1251 - unit: "{state}"
1115 + chart_meta:
1116 + family: "Disk/Virtual/T10PIStatus"
1117 + description: T10 PI status of the virtual disk
1118 + unit: "{status}"
1119 + mapping:
1120 + 1: other
1121 + 2: enabled
1122 + 3: disabled
1123 metric_tags:
1253 - - symbol:
1124 + - tag: virtual_disk_number
1125 + symbol:
1126 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1
1127 name: virtualDiskNumber
1256 - tag: virtual_disk_number
1257 - - symbol:
1128 + - tag: virtual_disk_name
1129 + symbol:
1130 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.2
1131 name: virtualDiskName
1260 - tag: virtual_disk_name
1261 - - symbol:
1132 + - tag: virtual_disk_fqdd
1133 + symbol:
1134 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.35
1135 name: virtualDiskFQDD
1264 - tag: virtual_disk_fqdd
1136 +
1137 - MIB: DELL-RAC-MIB
1138 symbol:
1139 OID: 1.3.6.1.4.1.674.10892.2.3.1.9.0
1140 name: drsCMCCurrStatus
1269 - description: CMC health status being monitored by the chassis management card
1270 - unit: "{state}"
1141 + chart_meta:
1142 + family: "CMC/Status"
1143 + description: CMC health status being monitored by the chassis management card
1144 + unit: "{status}"
1145 + mapping:
1146 + 1: other
1147 + 2: unknown
1148 + 3: ok
1149 + 4: non_critical
1150 + 5: critical
1151 + 6: non_recoverable
1152 +
1153 - MIB: DELL-RAC-MIB
1154 symbol:
1155 OID: 1.3.6.1.4.1.674.10892.2.3.1.1.0
1156 name: drsGlobalCurrStatus
1275 - description: Overall chassis status being monitored by the chassis management card
1276 - unit: "{state}"
1157 + chart_meta:
1158 + family: "Global/Status"
1159 + description: Overall chassis status being monitored by the chassis management card
1160 + unit: "{status}"
1161 + mapping:
1162 + 1: other
1163 + 2: unknown
1164 + 3: ok
1165 + 4: non_critical
1166 + 5: critical
1167 + 6: non_recoverable
1168 +
1169 - MIB: DELL-RAC-MIB
1170 symbol:
1171 OID: 1.3.6.1.4.1.674.10892.2.3.1.5.0
1172 name: drsPowerCurrStatus
1281 - description: Power subsystem health status being monitored by the chassis management card
1282 - unit: "{state}"
1173 + chart_meta:
1174 + family: "Power/Status"
1175 + description: Power subsystem health status being monitored by the chassis management card
1176 + unit: "{status}"
1177 + mapping:
1178 + 1: other
1179 + 2: unknown
1180 + 3: ok
1181 + 4: non_critical
1182 + 5: critical
1183 + 6: non_recoverable
1184 +
1185 - MIB: DELL-RAC-MIB
1186 symbol:
1187 OID: 1.3.6.1.4.1.674.10892.2.3.1.4.0
1188 name: drsRedCurrStatus
1189 description: Redundancy status being monitored by the chassis management card
1288 - unit: "{state}"
1190 + unit: "{status}"
1191 + mapping:
1192 + 1: other
1193 + 2: unknown
1194 + 3: ok
1195 + 4: non_critical
1196 + 5: critical
1197 + 6: non_recoverable
1198 +
1199 - MIB: DELL-RAC-MIB
1200 symbol:
1201 OID: 1.3.6.1.4.1.674.10892.2.2.1.0
1202 name: drsGlobalSystemStatus
1203 description: Overall chassis status being monitored by the chassis management card
1294 - unit: "{state}"
1204 + unit: "{status}"
1205 + mapping:
1206 + 1: other
1207 + 2: unknown
1208 + 3: ok
1209 + 4: non_critical
1210 + 5: critical
1211 + 6: non_recoverable
1212 +
1213 - MIB: DELL-RAC-MIB
1214 table:
1215 OID: 1.3.6.1.4.1.674.10892.2.4.1
@@ -1306,14 +1224,15 @@ metrics:
1224 description: Instantaneous chassis current usage in amperes
1225 unit: "A"
1226 metric_tags:
1309 - - symbol:
1227 + - tag: chassis_index
1228 + symbol:
1229 OID: 1.3.6.1.4.1.674.10892.2.4.1.1.1
1230 name: drsChassisIndex
1312 - tag: chassis_index
1313 - - symbol:
1231 + - tag: drs_psu_index
1232 + symbol:
1233 OID: 1.3.6.1.4.1.674.10892.2.4.2.1.2
1234 name: drsPSUIndex
1316 - tag: drs_psu_index
1235 +
1236 - MIB: DELL-RAC-MIB
1237 metric_type: monotonic_count
1238 table:
@@ -1325,11 +1244,11 @@ metrics:
1244 description: Cumulative chassis power usage in kilowatt hours since last reset
1245 unit: "kW.h"
1246 metric_tags:
1328 - - symbol:
1247 + - tag: chassis_index
1248 + symbol:
1249 OID: 1.3.6.1.4.1.674.10892.2.4.1.1.1
1250 name: drsChassisIndex
1331 - tag: chassis_index
1332 - - symbol:
1251 + - tag: drs_psu_index
1252 + symbol:
1253 OID: 1.3.6.1.4.1.674.10892.2.4.2.1.2
1254 name: drsPSUIndex
1335 - tag: drs_psu_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-emc-data-domain.yaml
+256 -184
@@ -47,74 +47,70 @@ metrics:
47 symbol:
48 name: memory.total
49 OID: 1.3.6.1.2.1.25.2.3.1.5.1
50 - description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
51 - unit: "By"
50 + chart_meta:
51 + family: "Memory/Total"
52 + description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
53 + unit: "By"
54 - MIB: HOST-RESOURCES-MIB
55 symbol:
56 name: memory.used
57 OID: 1.3.6.1.2.1.25.2.3.1.6.1
56 - description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
57 - unit: "By"
58 + chart_meta:
59 + family: "Memory/Used"
60 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
61 + unit: "By"
62 - MIB: HOST-RESOURCES-MIB
63 symbol:
64 OID: 1.3.6.1.2.1.25.2.3.1.6.6 # hrStorageUsed.6 = Memory buffers
65 name: hrMemoryBuffers
62 - description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
63 - unit: "By"
66 + chart_meta:
67 + family: "Memory/Buffers"
68 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
69 + unit: "By"
70 - MIB: HOST-RESOURCES-MIB
71 symbol:
72 OID: 1.3.6.1.2.1.25.2.3.1.6.7 # hrStorageUsed.7 = Cached memory
73 name: hrCachedMemory
68 - description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
69 - unit: "By"
70 -# - MIB: DATA-DOMAIN-MIB
71 -# symbol:
72 -# name: fileSystemStatus
73 -# OID: 1.3.6.1.4.1.19746.1.3.1.1.0
74 -# enum:
75 -# enabled: 1
76 -# disabled: 2
77 -# running: 3
78 -# unknown: 4
79 -# error: 5
80 -# cleaning: 6
81 -# TODO: enum in scalar metric is not supported yet (keep this metric and this comment in profile until it's fixed)
74 + chart_meta:
75 + family: "Memory/Cached"
76 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
77 + unit: "By"
78 + - MIB: DATA-DOMAIN-MIB
79 + symbol:
80 + name: fileSystemStatus
81 + OID: 1.3.6.1.4.1.19746.1.3.1.1.0
82 + chart_meta:
83 + family: "FileSystem/Status"
84 + description: Status of the file system
85 + unit: "{status}"
86 + mapping:
87 + enabled: 1
88 + disabled: 2
89 + running: 3
90 + unknown: 4
91 + error: 5
92 + cleaning: 6
93 +
94 - MIB: DATA-DOMAIN-MIB
95 symbol:
96 name: datadomain.fileSystemVirtualSpace
97 OID: 1.3.6.1.4.1.19746.1.3.1.2.0
86 - description: Amount of uncompressed data that has been backed up by the system
87 - unit: "By"
88 -# TODO: octet string cannot be collected
89 -# - MIB: DATA-DOMAIN-MIB
90 -# symbol:
91 -# name: fileSystemUpTime
92 -# OID: 1.3.6.1.4.1.19746.1.3.1.3.0
93 -# format: TODO_handle_conversion_to_one
94 -# - MIB: DATA-DOMAIN-MIB
95 -# symbol:
96 -# name: fileSystemStatusMessage
97 -# OID: 1.3.6.1.4.1.19746.1.3.1.4.0
98 -# format: TODO_handle_conversion_to_one
98 + chart_meta:
99 + family: "FileSystem/VirtualSpace"
100 + description: Amount of uncompressed data that has been backed up by the system
101 + unit: "By"
102 +
103 - MIB: DATA-DOMAIN-MIB
104 table:
105 name: powerModuleTable
106 OID: 1.3.6.1.4.1.19746.1.1.1.1.1
107 symbols:
104 - - name: datadomain.powerModule
105 - constant_value_one: true
106 - description: A table containing entries of PowerModuleEntry
107 - unit: "TBD"
108 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
109 - metric_tags:
110 - - symbol:
111 - name: powerModuleDescription
112 - OID: 1.3.6.1.4.1.19746.1.1.1.1.1.1.3
113 - tag: datadomain_power_module_description
114 - - symbol:
115 - OID: 1.3.6.1.4.1.19746.1.1.1.1.1.1.4
116 - name: powerModuleStatus
117 - tag: datadomain_power_module_status
108 + - OID: 1.3.6.1.4.1.19746.1.1.1.1.1.1.4
109 + name: powerModuleStatus
110 + chart_meta:
111 + family: "PowerModule/Status"
112 + description: Status of the power module
113 + unit: "{status}"
114 mapping:
115 0: absent
116 1: ok
@@ -122,63 +118,67 @@ metrics:
118 3: faulty
119 4: acnone
120 99: unknown
121 + metric_tags:
122 + - tag: datadomain_power_module_description
123 + symbol:
124 + name: powerModuleDescription
125 + OID: 1.3.6.1.4.1.19746.1.1.1.1.1.1.3
126 +
127 - MIB: DATA-DOMAIN-MIB
128 table:
129 name: temperatureSensorTable
130 OID: 1.3.6.1.4.1.19746.1.1.2.1.1
131 symbols:
130 - - name: datadomain.tempSensorCurrentValue
131 - OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.5
132 - description: Current temperature value of the sensor
133 - unit: "Cel"
134 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
135 - metric_tags:
136 - - symbol:
137 - name: tempSensorDescription
138 - OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.4
139 - tag: datadomain_temp_sensor_description
140 - - symbol:
141 - OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.6
142 - name: tempSensorStatus
143 - tag: datadomain_temp_sensor_status
132 + - OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.6
133 + name: tempSensorStatus
134 + chart_meta:
135 + family: "Sensor/Temperature/Status"
136 + description: Status of the temperature sensor
137 + unit: "{status}"
138 mapping:
139 0: failed
140 1: ok
141 2: notfound
142 3: overheat_warning
143 4: overheat_critical
144 + metric_tags:
145 + - tag: datadomain_temp_sensor_description
146 + symbol:
147 + name: tempSensorDescription
148 + OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.4
149 +
150 - MIB: DATA-DOMAIN-MIB
151 table:
152 name: fanPropertiesTable
153 OID: 1.3.6.1.4.1.19746.1.1.3.1.1
154 symbols:
155 - - name: datadomain.fanProperties
156 - constant_value_one: true
157 - description: A table containing entries of FanPropertiesEntry
158 - unit: "TBD"
159 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
160 - metric_tags:
161 - - symbol:
162 - name: fanDescription
163 - OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.4
164 - tag: datadomain_fan_description
165 - - symbol:
166 - OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.5
167 - name: fanLevel
168 - tag: datadomain_fan_level
155 + - OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.6
156 + name: fanStatus
157 + chart_meta:
158 + family: "Fan/Status"
159 + description: Status of the fan
160 + unit: "{status}"
161 + mapping:
162 + 0: notfound
163 + 1: ok
164 + 2: fail
165 + - OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.5
166 + name: fanLevel
167 + chart_meta:
168 + family: "Fan/Level"
169 + description: Speed level of the fan
170 + unit: "{status}"
171 mapping:
172 0: unknown
173 1: low
174 2: medium
175 3: high
174 - - symbol:
175 - OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.6
176 - name: fanStatus
177 - tag: datadomain_fan_status
178 - mapping:
179 - 0: notfound
180 - 1: ok
181 - 2: fail
176 + metric_tags:
177 + - tag: datadomain_fan_description
178 + symbol:
179 + name: fanDescription
180 + OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.4
181 +
182 - MIB: DATA-DOMAIN-MIB
183 table:
184 name: fileSystemSpaceTable
@@ -186,33 +186,48 @@ metrics:
186 symbols:
187 - name: datadomain.fileSystemSpaceSize
188 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.4
189 - description: Size of the file system resource in gigabytes
190 - unit: "GBy"
189 + scale_factor: 1073741824 # GB => bytes
190 + chart_meta:
191 + family: "FileSystem/Space/Total"
192 + description: Size of the file system resource in gigabytes
193 + unit: "By"
194 - name: datadomain.fileSystemSpaceUsed
195 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.5
193 - description: Amount of used space within the file system resource in gigabytes
194 - unit: "GBy"
196 + scale_factor: 1073741824 # GB => bytes
197 + chart_meta:
198 + family: "FileSystem/Space/Used"
199 + description: Amount of used space within the file system resource in gigabytes
200 + unit: "By"
201 - name: datadomain.fileSystemSpaceAvail
202 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.6
197 - description: Amount of available space within the file system resource in gigabytes
198 - unit: "GBy"
203 + scale_factor: 1073741824 # GB => bytes
204 + chart_meta:
205 + family: "FileSystem/Space/Available"
206 + description: Amount of available space within the file system resource in gigabytes
207 + unit: "By"
208 - name: datadomain.fileSystemPercentUsed
209 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.7
201 - description: Percentage of used space within the file system resource
202 - unit: "%"
210 + chart_meta:
211 + family: "FileSystem/Space/Usage"
212 + description: Percentage of used space within the file system resource
213 + unit: "%"
214 - name: datadomain.fileSystemSpaceCleanable
215 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.8
205 - description: Amount of file system space that can be cleaned
206 - unit: "GBy"
216 + scale_factor: 1073741824 # GB => bytes
217 + chart_meta:
218 + family: "FileSystem/Space/Cleanable"
219 + description: Amount of file system space that can be cleaned
220 + unit: "By"
221 metric_tags:
208 - - symbol:
222 + - tag: datadomain_file_system_resource_name
223 + symbol:
224 name: fileSystemResourceName
225 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.3
211 - tag: datadomain_file_system_resource_name
212 - - symbol:
226 + - tag: datadomain_file_system_resource_tier
227 + symbol:
228 name: fileSystemResourceTier
229 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.9
215 - tag: datadomain_file_system_resource_tier
230 +
231 - MIB: DATA-DOMAIN-MIB
232 table:
233 name: fileSystemCompressionTable
@@ -220,41 +235,58 @@ metrics:
235 symbols:
236 - name: datadomain.fileSystemCompressionStartTime
237 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.3
223 - description: Start time of file system compression
224 - unit: "s"
238 + chart_meta:
239 + family: "FileSystem/Compression/Time/Start"
240 + description: Start time of file system compression
241 + unit: "s"
242 - name: datadomain.fileSystemCompressionEndTime
243 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.4
227 - description: End time of file system compression
228 - unit: "s"
244 + chart_meta:
245 + family: "FileSystem/Compression/Time/End"
246 + description: End time of file system compression
247 + unit: "s"
248 - name: datadomain.fileSystemPreCompressionSize
249 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.5
231 - description: Size of file system before compression
232 - unit: "By"
250 + chart_meta:
251 + family: "FileSystem/Compression/Size/Before"
252 + description: Size of file system before compression
253 + unit: "By"
254 - name: datadomain.fileSystemPostCompressionSize
255 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.6
235 - description: Size of file system after compression
236 - unit: "By"
256 + chart_meta:
257 + family: "FileSystem/Compression/Size/After"
258 + description: Size of file system after compression
259 + unit: "By"
260 - name: datadomain.fileSystemGlobalCompressionFactor
261 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.7
239 - description: Global compression factor of the file system
240 - unit: "1"
262 + chart_meta:
263 + family: "FileSystem/Compression/Factor/Global"
264 + description: Global compression factor of the file system
265 + unit: "1"
266 - name: datadomain.fileSystemLocalCompressionFactor
267 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.8
243 - description: Local compression factor of the file system
244 - unit: "1"
268 + chart_meta:
269 + family: "FileSystem/Compression/Factor/Local"
270 + description: Local compression factor of the file system
271 + unit: "1"
272 - name: datadomain.fileSystemTotalCompressionFactor
273 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.9
247 - description: Total compression factor of the file system
248 - unit: "1"
274 + chart_meta:
275 + family: "FileSystem/Compression/Factor/Total"
276 + description: Total compression factor of the file system
277 + unit: "1"
278 - name: datadomain.fileSystemReductionPercent1
279 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.11
251 - description: Percentage reduction of the file system size due to compression
252 - unit: "%"
280 + chart_meta:
281 + family: "FileSystem/Compression/Reduction"
282 + description: Percentage reduction of the file system size due to compression
283 + unit: "%"
284 metric_tags:
254 - - symbol:
285 + - tag: data_domain_file_system_compression_index
286 + symbol:
287 name: fileSystemCompressionIndex
288 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.1
257 - tag: data_domain_file_system_compression_index
289 +
290 - MIB: DATA-DOMAIN-MIB
291 table:
292 name: systemStatsTable
@@ -262,80 +294,124 @@ metrics:
294 symbols:
295 - name: cpu.usage
296 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.2
265 - description: CPU 0 percentage busy
266 - unit: "%"
297 + chart_meta:
298 + family: "CPU/Usage"
299 + description: CPU 0 percentage busy
300 + unit: "%"
301 - name: datadomain.cpuMaxPercentageBusy
302 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.3
269 - description: CPU 1 percentage busy
270 - unit: "%"
303 + chart_meta:
304 + family: "CPU/Usage/Maximum"
305 + description: CPU 1 percentage busy
306 + unit: "%"
307 - name: datadomain.nfsOpsPerSecond
308 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.4
273 - description: Number of NFS operations performed per second
274 - unit: "{operation}/s"
309 + chart_meta:
310 + family: "NFS/Operation/Rate"
311 + description: Number of NFS operations performed per second
312 + unit: "{operation}/s"
313 - name: datadomain.nfsIdlePercentage
314 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.5
277 - description: Percentage of time NFS was idle
278 - unit: "%"
315 + chart_meta:
316 + family: "NFS/Time/Idle"
317 + description: Percentage of time NFS was idle
318 + unit: "%"
319 - name: datadomain.nfsProcPercentage
320 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.6
281 - description: Percentage of time NFS was processing
282 - unit: "%"
321 + chart_meta:
322 + family: "NFS/Time/Processing"
323 + description: Percentage of time NFS was processing
324 + unit: "%"
325 - name: datadomain.nfsSendPercentage
326 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.7
285 - description: Percentage of time NFS was sending requests
286 - unit: "%"
327 + chart_meta:
328 + family: "NFS/Time/Send"
329 + description: Percentage of time NFS was sending requests
330 + unit: "%"
331 - name: datadomain.nfsReceivePercentage
332 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.8
289 - description: Percentage of time NFS was receiving requests
290 - unit: "%"
333 + chart_meta:
334 + family: "NFS/Time/Receive"
335 + description: Percentage of time NFS was receiving requests
336 + unit: "%"
337 - name: datadomain.cifsOpsPerSecond
338 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.9
293 - description: Number of CIFS operations performed per second
294 - unit: "{operation}/s"
339 + chart_meta:
340 + family: "CIFS/Operation/Rate"
341 + description: Number of CIFS operations performed per second
342 + unit: "{operation}/s"
343 - name: datadomain.diskReadKBytesPerSecond
344 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.10
297 - description: Number of kilobytes per second read from disk
298 - unit: "kBy/s"
345 + scale_factor: 1024
346 + chart_meta:
347 + family: "Disk/Throughput/Read"
348 + description: Number of kilobytes per second read from disk
349 + unit: "By/s"
350 - name: datadomain.diskWriteKBytesPerSecond
351 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.11
301 - description: Number of kilobytes per second written to disk
302 - unit: "kBy/s"
352 + scale_factor: 1024
353 + chart_meta:
354 + family: "Disk/Throughput/Write"
355 + description: Number of kilobytes per second written to disk
356 + unit: "By/s"
357 - name: datadomain.diskBusyPercentage
358 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.12
305 - description: Percentage of time disks were busy
306 - unit: "%"
359 + chart_meta:
360 + family: "Disk/Usage"
361 + description: Percentage of time disks were busy
362 + unit: "%"
363 - name: datadomain.nvramReadKBytesPerSecond
364 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.13
309 - description: Number of kilobytes read per second from NVRAM
310 - unit: "kBy/s"
365 + scale_factor: 1024
366 + chart_meta:
367 + family: "NVRAM/Throughput/Read"
368 + description: Number of kilobytes read per second from NVRAM
369 + unit: "By/s"
370 - name: datadomain.nvramWriteKBytesPerSecond
371 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.14
313 - description: Number of kilobytes written per second to NVRAM
314 - unit: "kBy/s"
372 + scale_factor: 1024
373 + chart_meta:
374 + family: "NVRAM/Throughput/Write"
375 + description: Number of kilobytes written per second to NVRAM
376 + unit: "By/s"
377 - name: datadomain.replInKBytesPerSecond
378 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.15
317 - description: Number of kilobytes per second received for replication
318 - unit: "kBy/s"
379 + scale_factor: 1024
380 + chart_meta:
381 + family: "Replication/Throughput/In"
382 + description: Number of kilobytes per second received for replication
383 + unit: "By/s"
384 - name: datadomain.replOutKBytesPerSecond
385 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.16
321 - description: Number of kilobytes per second sent for replication
322 - unit: "kBy/s"
323 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
386 + scale_factor: 1024
387 + chart_meta:
388 + family: "Replication/Throughput/Out"
389 + description: Number of kilobytes per second sent for replication
390 + unit: "By/s"
391 metric_tags:
325 - - symbol:
392 + - tag: datadomain_system_stats_index
393 + symbol:
394 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.1
395 name: systemStatsIndex
328 - tag: datadomain_system_stats_index
396 +
397 - MIB: DATA-DOMAIN-MIB
398 table:
399 name: diskPropertiesTable
400 OID: 1.3.6.1.4.1.19746.1.6.1.1
401 symbols:
334 - - name: datadomain.diskProperties
335 - constant_value_one: true
336 - description: A table containing entries of DiskPropertiesEntry
337 - unit: "TBD"
338 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
402 + - OID: 1.3.6.1.4.1.19746.1.6.1.1.1.8
403 + name: diskPropState
404 + chart_meta:
405 + family: "Disk/Status"
406 + description: State of the disk
407 + unit: "{status}"
408 + mapping:
409 + 1: ok
410 + 2: unknown
411 + 3: absent
412 + 4: failed
413 + 5: spare
414 + 6: available
415 metric_tags:
416 - symbol:
417 name: diskPropEnclosureID
@@ -357,21 +433,6 @@ metrics:
433 name: diskSerialNumber
434 OID: 1.3.6.1.4.1.19746.1.6.1.1.1.6
435 tag: datadomain_disk_serial_number
360 - - symbol:
361 - name: diskCapacity
362 - OID: 1.3.6.1.4.1.19746.1.6.1.1.1.7
363 - tag: datadomain_disk_capacity
364 - - symbol:
365 - OID: 1.3.6.1.4.1.19746.1.6.1.1.1.8
366 - name: diskPropState
367 - tag: datadomain_disk_prop_state
368 - mapping:
369 - 1: ok
370 - 2: unknown
371 - 3: absent
372 - 4: failed
373 - 5: spare
374 - 6: available
436 - symbol:
437 OID: 1.3.6.1.4.1.19746.1.6.1.1.1.9
438 name: diskPack
@@ -382,6 +443,7 @@ metrics:
443 2: pack2
444 3: pack3
445 4: pack4
446 +
447 - MIB: DATA-DOMAIN-MIB
448 table:
449 name: diskPerformanceTable
@@ -389,26 +451,35 @@ metrics:
451 symbols:
452 - name: datadomain.diskSectorsRead
453 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.3
392 - description: Number of disk sectors read per second
393 - unit: "{disk_sector}"
454 + chart_meta:
455 + family: "Disk/Sector/Read"
456 + description: Number of disk sectors read per second
457 + unit: "{disk_sector}/s"
458 - name: datadomain.diskSectorsWritten
459 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.4
396 - description: Number of disk sectors written per second
397 - unit: "{disk_sector}"
460 + chart_meta:
461 + family: "Disk/Sector/Write"
462 + description: Number of disk sectors written per second
463 + unit: "{disk_sector}/s"
464 - name: datadomain.diskTotalKBytes
465 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.5
400 - description: Total number of kilobytes read or written per second
401 - unit: "kBy/s"
466 + scale_factor: 1024
467 + chart_meta:
468 + family: "Disk/Throughput/Total"
469 + description: Total number of kilobytes read or written per second
470 + unit: "By/s"
471 - name: datadomain.diskBusy
472 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.6
404 - description: Percentage of time disk is busy
405 - unit: "%"
406 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
407 - metric_tags:
408 - - symbol:
409 - OID: 1.3.6.1.4.1.19746.1.6.2.1.1.7
410 - name: diskPerfState
411 - tag: datadomain_disk_perf_state
473 + chart_meta:
474 + family: "Disk/Busy"
475 + description: Percentage of time disk is busy
476 + unit: "%"
477 + - OID: 1.3.6.1.4.1.19746.1.6.2.1.1.7
478 + name: diskPerfState
479 + chart_meta:
480 + family: "Disk/Performance/Status"
481 + description: Performance state of the disk
482 + unit: "{status}"
483 mapping:
484 1: ok
485 2: unknown
@@ -416,7 +487,8 @@ metrics:
487 4: failed
488 5: spare
489 6: available
419 - - symbol:
490 + metric_tags:
491 + - tag: datadomain_disk_perf_index
492 + symbol:
493 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.2
494 name: diskPerfIndex
422 - tag: datadomain_disk_perf_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-force10.yaml
+8 -4
@@ -16,11 +16,15 @@ metrics:
16 symbol:
17 OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.4
18 name: cpu.usage
19 - description: Cpu utilization in percentage for last 5 minutes.
20 - unit: "%"
19 + chart_meta:
20 + family: "CPU/Usage"
21 + description: Cpu utilization in percentage for last 5 minutes.
22 + unit: "%"
23 - MIB: F10-S-SERIES-CHASSIS-MIB
24 symbol:
25 OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.5
26 name: memory.usage
25 - description: Total memory usage in percentage.
26 - unit: "%"
27 + chart_meta:
28 + family: "Memory/Usage"
29 + description: Total memory usage in percentage.
30 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-os10.yaml
+84 -123
@@ -17,43 +17,27 @@ metadata:
17 type:
18 value: "switch"
19
20 +# Tagging by column OID is not supported at the moment. Should be a table/columns metric + tags instead.
21 +# metric_tags:
22 +# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.6
23 +# symbol: dell.os10ChassisHwRev
24 +# tag: dell_os10_chassis_hw_rev
25 +# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.7
26 +# symbol: dell.os10ChassisServiceTag
27 +# tag: dell_os10_chassis_service_tag
28 +# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.8
29 +# symbol: dell.os10ChassisExpServiceCode
30 +# tag: dell_os10_chassis_exp_service_code
31 +
32 metrics:
21 - - MIB: HOST-RESOURCES-MIB
22 - table:
23 - OID: 1.3.6.1.2.1.25.3.3
24 - name: hrProcessorTable
25 - symbols:
26 - - OID: 1.3.6.1.2.1.25.3.3.1.2
27 - name: cpu.usage
28 - chart_meta:
29 - description: "Average over the last minute of the percentage of time that this processor was not idle"
30 - unit: "%"
31 - metric_tags:
32 - - tag: hr_processor_frw_id
33 - symbol:
34 - OID: 1.3.6.1.2.1.25.3.3.1.1
35 - name: hrProcessorFrwID
36 - - MIB: HOST-RESOURCES-MIB
37 - symbol:
38 - name: memory.total
39 - OID: 1.3.6.1.2.1.25.2.3.1.5.1
40 - chart_meta:
41 - description: "Size of the storage represented by this entry in units of hrStorageAllocationUnits"
42 - unit: "kBy"
43 - - MIB: HOST-RESOURCES-MIB
44 - symbol:
45 - name: memory.used
46 - OID: 1.3.6.1.2.1.25.2.3.1.6.1
47 - chart_meta:
48 - description: "Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits"
49 - unit: "kBy"
33 - MIB: DELLEMC-OS10-CHASSIS-MIB
34 symbol:
35 name: dell.os10ChassisTemp
36 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.11
37 chart_meta:
38 + family: "Chassis/Temperature/Value"
39 description: "Temperature of the chassis"
56 - unit: "{temperature}"
40 + unit: "Cel"
41 - MIB: DELLEMC-OS10-CHASSIS-MIB
42 table:
43 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4
@@ -62,22 +46,15 @@ metrics:
46 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.5
47 name: dell.os10CardTemp
48 chart_meta:
49 + family: "Card/Temperature/Value"
50 description: "Temperature of the card"
66 - unit: "{temperature}"
67 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
68 - metric_tags:
69 - - symbol:
70 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.3
71 - name: dell.os10CardDescription
72 - tag: dell_os10_card_description
73 - - symbol:
74 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.9
75 - name: dell.os10CardServiceTag
76 - tag: dell_os10_card_service_tag
77 - - symbol:
78 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.4
79 - name: dell.os10CardStatus
80 - tag: dell_os10_card_status
51 + unit: "Cel"
52 + - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.4
53 + name: dell.os10CardStatus
54 + chart_meta:
55 + family: "Card/Status"
56 + description: "Status of the card"
57 + unit: "{status}"
58 mapping:
59 1: ready
60 2: card_mis_match
@@ -85,19 +62,27 @@ metrics:
62 4: diag_mode
63 5: card_absent
64 6: offline
65 + metric_tags:
66 + - tag: dell_os10_card_description
67 + symbol:
68 + OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.3
69 + name: dell.os10CardDescription
70 + - tag: dell_os10_card_service_tag
71 + symbol:
72 + OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.9
73 + name: dell.os10CardServiceTag
74 +
75 - MIB: DELLEMC-OS10-CHASSIS-MIB
76 table:
77 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1
78 name: dell.os10PowerSupplyTable
79 symbols:
93 - - name: dell.os10PowerSupply
94 - constant_value_one: true
95 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
96 - metric_tags:
97 - - symbol:
98 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.4
99 - name: dell.os10PowerSupplyOperStatus
100 - tag: dell_os10_power_supply_oper_status
80 + - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.4
81 + name: dell.os10PowerSupplyOperStatus
82 + chart_meta:
83 + family: "PowerSupply/Operational/Status"
84 + description: "Operational status of the power supply"
85 + unit: "{status}"
86 mapping:
87 1: up
88 2: down
@@ -107,23 +92,23 @@ metrics:
92 6: not_present
93 7: lower_layer_down
94 8: failed
110 - - symbol:
95 + metric_tags:
96 + - tag: dell_os10_power_supply_index
97 + symbol:
98 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.1
99 name: dell.os10PowerSupplyIndex
113 - tag: dell_os10_power_supply_index
100 +
101 - MIB: DELLEMC-OS10-CHASSIS-MIB
102 table:
103 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2
104 name: dell.os10FanTrayTable
105 symbols:
119 - - name: dell.os10FanTray
120 - constant_value_one: true
121 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
122 - metric_tags:
123 - - symbol:
124 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.4
125 - name: dell.os10FanTrayOperStatus
126 - tag: dell_os10_fan_tray_oper_status
106 + - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.4
107 + name: dell.os10FanTrayOperStatus
108 + chart_meta:
109 + family: "FanTray/Operational/Status"
110 + description: "Operational status of the fan tray"
111 + unit: "{status}"
112 mapping:
113 1: up
114 2: down
@@ -133,23 +118,23 @@ metrics:
118 6: not_present
119 7: lower_layer_down
120 8: failed
136 - - symbol:
121 + metric_tags:
122 + - tag: dell_os10_fan_tray_index
123 + symbol:
124 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.1
125 name: dell.os10FanTrayIndex
139 - tag: dell_os10_fan_tray_index
126 +
127 - MIB: DELLEMC-OS10-CHASSIS-MIB
128 table:
129 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3
130 name: dell.os10FanTable
131 symbols:
145 - - name: dell.os10Fan
146 - constant_value_one: true
147 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
148 - metric_tags:
149 - - symbol:
150 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.7
151 - name: dell.os10FanOperStatus
152 - tag: dell_os10_fan_oper_status
132 + - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.7
133 + name: dell.os10FanOperStatus
134 + chart_meta:
135 + family: "Fan/Operational/Status"
136 + description: "Operational status of the fan"
137 + unit: "{status}"
138 mapping:
139 1: up
140 2: down
@@ -159,18 +144,39 @@ metrics:
144 6: not_present
145 7: lower_layer_down
146 8: failed
162 - - symbol:
147 + metric_tags:
148 + - tag: dell_os10_fan_index
149 + symbol:
150 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.1
151 name: dell.os10FanIndex
165 - tag: dell_os10_fan_index
152 +
153 - MIB: DELLEMC-OS10-BGP4V2-MIB
154 table:
155 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2
156 name: dell.os10bgp4V2PeerTable
157 symbols:
171 - - name: dell.os10bgp4V2Peer
172 - constant_value_one: true
173 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
158 + - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.12
159 + name: dell.os10bgp4V2PeerAdminStatus
160 + chart_meta:
161 + family: "Routing/BGP/Peer/Admin/Status"
162 + description: "Administrative status of the BGP peer"
163 + unit: "{status}"
164 + mapping:
165 + 1: halted
166 + 2: running
167 + - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.13
168 + name: dell.os10bgp4V2PeerState
169 + chart_meta:
170 + family: "Routing/BGP/Peer/State"
171 + description: "Current state of the BGP peer"
172 + unit: "{status}"
173 + mapping:
174 + 1: idle
175 + 2: connect
176 + 3: active
177 + 4: opensent
178 + 5: openconfirm
179 + 6: established
180 metric_tags:
181 - symbol:
182 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.2
@@ -184,10 +190,6 @@ metrics:
190 4: ipv6z
191 16: dns
192 25: l2vpn
187 - - symbol:
188 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.3
189 - name: dell.os10bgp4V2PeerLocalAddr
190 - tag: dell_os10bgp4_v2_peer_local_addr
193 - symbol:
194 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.4
195 name: dell.os10bgp4V2PeerRemoteAddrType
@@ -200,14 +202,6 @@ metrics:
202 4: ipv6z
203 16: dns
204 25: l2vpn
203 - - symbol:
204 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.5
205 - name: dell.os10bgp4V2PeerRemoteAddr
206 - tag: dell_os10bgp4_v2_peer_remote_addr
207 - - symbol:
208 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.6
209 - name: dell.os10bgp4V2PeerLocalPort
210 - tag: dell_os10bgp4_v2_peer_local_port
205 - symbol:
206 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.7
207 name: dell.os10bgp4V2PeerLocalAs
@@ -216,10 +210,6 @@ metrics:
210 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.8
211 name: dell.os10bgp4V2PeerLocalIdentifier
212 tag: dell_os10bgp4_v2_peer_local_identifier
219 - - symbol:
220 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.9
221 - name: dell.os10bgp4V2PeerRemotePort
222 - tag: dell_os10bgp4_v2_peer_remote_port
213 - symbol:
214 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.10
215 name: dell.os10bgp4V2PeerRemoteAs
@@ -232,32 +222,3 @@ metrics:
222 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.14
223 name: dell.os10bgp4V2PeerDescription
224 tag: dell_os10bgp4_v2_peer_description
235 - - symbol:
236 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.12
237 - name: dell.os10bgp4V2PeerAdminStatus
238 - tag: dell_os10bgp4_v2_peer_admin_status
239 - mapping:
240 - 1: halted
241 - 2: running
242 - - symbol:
243 - OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.13
244 - name: dell.os10bgp4V2PeerState
245 - tag: dell_os10bgp4_v2_peer_state
246 - mapping:
247 - 1: idle
248 - 2: connect
249 - 3: active
250 - 4: opensent
251 - 5: openconfirm
252 - 6: established
253 -# Tagging by column OID is not supported at the moment. Should be a table/columns metric + tags instead.
254 -# metric_tags:
255 -# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.6
256 -# symbol: dell.os10ChassisHwRev
257 -# tag: dell_os10_chassis_hw_rev
258 -# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.7
259 -# symbol: dell.os10ChassisServiceTag
260 -# tag: dell_os10_chassis_service_tag
261 -# - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.8
262 -# symbol: dell.os10ChassisExpServiceCode
263 -# tag: dell_os10_chassis_exp_service_code
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-powerconnect.yaml
+63 -43
@@ -99,29 +99,38 @@ metrics:
99 name: cpu.usage
100 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.9.0
101 extract_value: 60 Secs.*?(\d+[.]?\d+)
102 - description: "Cpu usage in percent over 60 seconds"
103 - unit: "%"
102 + chart_meta:
103 + family: "CPU/Usage"
104 + description: "Cpu usage in percent over 60 seconds"
105 + unit: "%"
106 - MIB: DNOS-SWITCHING-MIB
107 symbol:
108 name: memory.free
109 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.1.0
108 - description: "Amount of free memory"
109 - unit: "By"
110 + chart_meta:
111 + family: "Memory/Free"
112 + description: "Amount of free memory"
113 + unit: "By"
114 - MIB: DNOS-SWITCHING-MIB
115 symbol:
116 name: memory.total
117 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.2.0
114 - description: "Total amount of memory"
115 - unit: "By"
116 -# - MIB: Dell-Vendor-MIB
117 -# symbol:
118 -# name: productStatusGlobalStatus
119 -# OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.1.0
120 -# enum:
121 -# ok: 3
122 -# non-critical: 4
123 -# critical: 5
124 -# TODO: enum in scalar metric is not supported yet (keep this metric and this comment in profile until it's fixed)
118 + chart_meta:
119 + family: "Memory/Total"
120 + description: "Total amount of memory"
121 + unit: "By"
122 + - MIB: Dell-Vendor-MIB
123 + symbol:
124 + name: productStatusGlobalStatus
125 + OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.1.0
126 + chart_meta:
127 + family: "Product/Status/Global"
128 + description: Global status
129 + unit: "{status}"
130 + mapping:
131 + ok: 3
132 + non-critical: 4
133 + critical: 5
134 - MIB: Dell-Vendor-MIB
135 table:
136 name: dell.envMonFanStatusTable
@@ -129,18 +138,16 @@ metrics:
138 symbols:
139 - name: dell.envMonFanSpeed
140 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.4
132 - description: "Fan speed in revolutions per minute"
133 - unit: "1.min"
134 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
135 - metric_tags:
136 - - symbol:
137 - name: dell.envMonFanStatusDescr
138 - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2
139 - tag: dell_env_mon_fan_status_descr
140 - - symbol:
141 - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3
142 - name: dell.envMonFanState
143 - tag: dell_env_mon_fan_state
141 + chart_meta:
142 + family: "Fan/Speed"
143 + description: "Fan speed in revolutions per minute"
144 + unit: "rpm"
145 + - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3
146 + name: dell.envMonFanState
147 + chart_meta:
148 + family: "Fan/Status"
149 + description: "Fan operational state"
150 + unit: "{status}"
151 mapping:
152 1: normal
153 2: warning
@@ -148,6 +155,14 @@ metrics:
155 4: shutdown
156 5: not_present
157 6: not_functioning
158 + metric_tags:
159 + - tag: fan_index
160 + index: 1
161 + - tag: dell_env_mon_fan_status_descr
162 + symbol:
163 + name: dell.envMonFanStatusDescr
164 + OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.2
165 +
166 - MIB: Dell-Vendor-MIB
167 table:
168 name: dell.envMonSupplyStatusTable
@@ -155,22 +170,22 @@ metrics:
170 symbols:
171 - name: dell.envMonSupplyCurrentPower
172 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5
158 - description: "Current power consumption"
159 - unit: "W"
173 + chart_meta:
174 + family: "PowerSupply/Power/Current"
175 + description: "Current power consumption"
176 + unit: "W"
177 - name: dell.envMonSupplyAveragePower
178 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6
162 - description: "Average power consumption"
163 - unit: "W"
164 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/ statuses. Need to convert to metrics.
165 - metric_tags:
166 - - symbol:
167 - name: dell.envMonSupplyStatusDescr
168 - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.2
169 - tag: dell_env_mon_supply_status_descr
170 - - symbol:
171 - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.3
172 - name: dell.envMonSupplyState
173 - tag: dell_env_mon_supply_state
179 + chart_meta:
180 + family: "PowerSupply/Power/Average"
181 + description: "Average power consumption"
182 + unit: "W"
183 + - OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.3
184 + name: dell.envMonSupplyState
185 + chart_meta:
186 + family: "PowerSupply/Status"
187 + description: "Power supply operational state"
188 + unit: "{status}"
189 mapping:
190 1: normal
191 2: warning
@@ -178,10 +193,15 @@ metrics:
193 4: shutdown
194 5: not_present
195 6: not_functioning
181 - - symbol:
196 + metric_tags:
197 + - tag: dell_env_mon_supply_status_descr
198 + symbol:
199 + name: dell.envMonSupplyStatusDescr
200 + OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.2
201 + - tag: dell_env_mon_supply_source
202 + symbol:
203 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.4
204 name: dell.envMonSupplySource
184 - tag: dell_env_mon_supply_source
205 mapping:
206 1: unknown
207 2: ac
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+5 -1
@@ -87,6 +87,7 @@ metrics:
87 OID: 1.3.6.1.4.1.674.10892.1.200.10.1.1
88 name: systemStatechassisIndex
89 tag: chassis_index
90 +
91 - MIB: MIB-Dell-10892
92 table:
93 OID: 1.3.6.1.4.1.674.10892.1.200.10
@@ -111,6 +112,7 @@ metrics:
112 OID: 1.3.6.1.4.1.674.10892.1.200.10.1.1
113 name: systemStatechassisIndex
114 tag: chassis_index
115 +
116 - MIB: MIB-Dell-10892
117 table:
118 OID: 1.3.6.1.4.1.674.10892.1.400.20
@@ -154,7 +156,6 @@ metrics:
156 name: batteryReading
157 description: Reading value of the battery
158 unit: "TBD"
157 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
159 metric_tags:
160 - symbol:
161 OID: 1.3.6.1.4.1.674.10892.1.600.50.1.1
@@ -168,6 +169,7 @@ metrics:
169 OID: 1.3.6.1.4.1.674.10892.1.600.50.1.7
170 name: batteryLocationName
171 tag: battery_location_name
172 +
173 - MIB: MIB-Dell-10892
174 table:
175 OID: 1.3.6.1.4.1.674.10892.1.1100.80
@@ -186,6 +188,7 @@ metrics:
188 OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.1
189 name: pCIDevicechassisIndex
190 tag: chassis_index
191 +
192 - MIB: MIB-Dell-10892
193 table:
194 OID: 1.3.6.1.4.1.674.10892.1.300.50
@@ -204,6 +207,7 @@ metrics:
207 OID: 1.3.6.1.4.1.674.10892.1.300.50.1.2
208 name: systemBIOSIndex
209 tag: system_bios_index
210 +
211 - MIB: MIB-Dell-10892
212 table:
213 OID: 1.3.6.1.4.1.674.10892.1.300.70
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-sonicwall.yaml
+77 -70
@@ -2,9 +2,14 @@ extends:
2 - _dell.yaml
3 - _std-if-mib.yaml
4
5 +sysobjectid:
6 + - 1.3.6.1.4.1.8741.1 # SonicWALL TZ 400
7 +
8 metadata:
9 device:
10 fields:
11 + type:
12 + value: "firewall"
13 serial_number:
14 symbol:
15 MIB: SONICWALL-COMMON-MIB
@@ -20,42 +25,74 @@ metadata:
25 MIB: SONICWALL-COMMON-MIB
26 OID: 1.3.6.1.4.1.8741.2.1.1.1.0
27 name: snwlSysModel
23 - type:
24 - value: "firewall"
28
26 -sysobjectid:
27 - - 1.3.6.1.4.1.8741.1 # SonicWALL TZ 400
29 metrics:
30 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
31 symbol:
32 name: cpu.usage
33 OID: 1.3.6.1.4.1.8741.1.3.1.3.0
33 - description: Instantaneous CPU Utilization in percent
34 - unit: "%"
34 + chart_meta:
35 + family: "CPU/Usage"
36 + description: Instantaneous CPU Utilization in percent
37 + unit: "%"
38 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
39 symbol:
40 name: memory.usage
41 OID: 1.3.6.1.4.1.8741.1.3.1.4.0
39 - description: Instantaneous RAM Utilization in percent
40 - unit: "%"
42 + chart_meta:
43 + family: "Memory/Usage"
44 + description: Instantaneous RAM Utilization in percent
45 + unit: "%"
46 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
47 symbol:
48 name: sonicMaxConnCacheEntries
49 OID: 1.3.6.1.4.1.8741.1.3.1.1.0
45 - description: Maximum number of connection cache entries allowed through the firewall
46 - unit: "{entry}"
50 + chart_meta:
51 + family: "Connection/Cache/Maximum"
52 + description: Maximum number of connection cache entries allowed through the firewall
53 + unit: "{entry}"
54 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
55 symbol:
56 name: sonicCurrentConnCacheEntries
57 OID: 1.3.6.1.4.1.8741.1.3.1.2.0
51 - description: Number of active connection cache entries through the firewall
52 - unit: "{entry}"
58 + chart_meta:
59 + family: "Connection/Cache/Active"
60 + description: Number of active connection cache entries through the firewall
61 + unit: "{entry}"
62 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
63 symbol:
64 name: sonicNatTranslationCount
65 OID: 1.3.6.1.4.1.8741.1.3.1.5.0
57 - description: Current number of dynamic NAT translations being performed
58 - unit: "{translation}"
66 + chart_meta:
67 + family: "NAT/Translation/Active"
68 + description: Current number of dynamic NAT translations being performed
69 + unit: "{translation}"
70 +
71 + - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
72 + symbol:
73 + name: sonicDpiSslConnCountCur
74 + OID: 1.3.6.1.4.1.8741.1.3.5.1.0
75 + chart_meta:
76 + family: "DPI/SSL/Connection/Current"
77 + description: Current SSL-inspected connections through the firewall
78 + unit: "{connection}"
79 + - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
80 + symbol:
81 + name: sonicDpiSslConnCountHighWater
82 + OID: 1.3.6.1.4.1.8741.1.3.5.2.0
83 + chart_meta:
84 + family: "DPI/SSL/Connection/HighWater"
85 + description: Highwater SSL-inspected connections through the firewall
86 + unit: "{connection}"
87 + - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
88 + symbol:
89 + name: sonicDpiSslConnCountMax
90 + OID: 1.3.6.1.4.1.8741.1.3.5.3.0
91 + chart_meta:
92 + family: "DPI/SSL/Connection/Maximum"
93 + description: Maximum SSL-inspected connections through the firewall
94 + unit: "{connection}"
95 +
96 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
97 table:
98 name: sonicSAStatTable
@@ -63,72 +100,42 @@ metrics:
100 symbols:
101 - name: sonicSAStatEncryptPktCount
102 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.8
66 - description: Total encrypted packet count for this phase2 SA
67 - unit: "{packet}"
103 + chart_meta:
104 + family: "IPSec/SA/Packet/Encrypted"
105 + description: Total encrypted packet count for this phase2 SA
106 + unit: "{packet/s}"
107 - name: sonicSAStatEncryptByteCount
108 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.9
70 - description: Total encrypted byte count for this phase2 SA
71 - unit: "By"
109 + chart_meta:
110 + family: "IPSec/SA/Data/Encrypted"
111 + description: Total encrypted byte count for this phase2 SA
112 + unit: "By/s"
113 - name: sonicSAStatDecryptPktCount
114 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.10
74 - description: Total decrypted packet count for this phase2 SA
75 - unit: "{packet}"
115 + chart_meta:
116 + family: "IPSec/SA/Packet/Decrypted"
117 + description: Total decrypted packet count for this phase2 SA
118 + unit: "{packet}/s"
119 - name: sonicSAStatDecryptByteCount
120 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.11
78 - description: Total decrypted byte count for this phase2 SA
79 - unit: "By"
121 + chart_meta:
122 + family: "IPSec/SA/Data/Decrypted"
123 + description: Total decrypted byte count for this phase2 SA
124 + unit: "By/s"
125 - name: sonicSAStatInFragPktCount
126 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.12
82 - description: Incoming Fragmented packet count for this phase2 SA
83 - unit: "{packet}"
127 + chart_meta:
128 + family: "IPSec/SA/Packet/Fragment/In"
129 + description: Incoming Fragmented packet count for this phase2 SA
130 + unit: "{packet}/s"
131 - name: sonicSAStatOutFragPktCount
132 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.13
86 - description: Outgoing Fragmented packet count for this phase2 SA
87 - unit: "{packet}"
133 + chart_meta:
134 + family: "IPSec/SA/Packet/Fragment/Out"
135 + description: Outgoing Fragmented packet count for this phase2 SA
136 + unit: "{packet}/s"
137 metric_tags:
89 - - symbol:
90 - name: sonicSAStatPeerGateway
91 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.2
92 - tag: sonic_sa_stat_peer_gateway
93 - - symbol:
94 - name: sonicSAStatSrcAddrBegin
95 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.3
96 - tag: sonic_sa_stat_src_addr_begin
97 - - symbol:
98 - name: sonicSAStatSrcAddrEnd
99 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.4
100 - tag: sonic_sa_stat_src_addr_end
101 - - symbol:
102 - name: sonicSAStatDstAddrBegin
103 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.5
104 - tag: sonic_sa_stat_dst_addr_begin
105 - - symbol:
106 - name: sonicSAStatDstAddrEnd
107 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.6
108 - tag: sonic_sa_stat_dst_addr_end
109 - - symbol:
110 - name: sonicSAStatCreateTime
111 - OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.7
112 - tag: sonic_sa_stat_create_time
113 - - symbol:
138 + - tag: sonic_sa_stat_user_name
139 + symbol:
140 name: sonicSAStatUserName
141 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.14
116 - tag: sonic_sa_stat_user_name
117 - - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
118 - symbol:
119 - name: sonicDpiSslConnCountCur
120 - OID: 1.3.6.1.4.1.8741.1.3.5.1.0
121 - description: Current SSL-inspected connections through the firewall
122 - unit: "{connection}"
123 - - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
124 - symbol:
125 - name: sonicDpiSslConnCountHighWater
126 - OID: 1.3.6.1.4.1.8741.1.3.5.2.0
127 - description: Highwater SSL-inspected connections through the firewall
128 - unit: "{connection}"
129 - - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
130 - symbol:
131 - name: sonicDpiSslConnCountMax
132 - OID: 1.3.6.1.4.1.8741.1.3.5.3.0
133 - description: Maximum SSL-inspected connections through the firewall
134 - unit: "{connection}"