@cryptotaxi247 / netdata / commits / 3704d284d

chore(go.d/snmp-profiles): fix quotes (#20645)

Ilya Mashchenko committed Jul 8, 2025 at 22:36 UTC 3704d284d389584db7940e210c06ff29faafb2d0
5 files changed +60 -60
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+1 -1
@@ -99,7 +99,7 @@ metrics:
99 name: systemStatePowerSupplyStatusCombined
100 chart_meta:
101 description: Current administrative state of the interface
102 - family: ' ''
102 + family: ' '
103 unit: "{status}"
104 mapping:
105 1: other
src/go/plugin/go.d/config/go.d/snmp.profiles/default/gigamon.yaml
+1 -1
@@ -42,5 +42,5 @@ metrics:
42 extract_value: '(\d+)'
43 chart_meta:
44 description: Cpu usage
45 - family: System/CPU/usage
45 + family: 'System/CPU/usage'
46 unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-bladesystem-enclosure.yaml
+32 -32
@@ -20,13 +20,13 @@ metrics:
20 OID: 1.3.6.1.4.1.232.22.2.3.1.2.1.6
21 chart_meta:
22 description: This is the current temperature sensor reading in degrees celsius
23 - family: "Hardware/Sensor/Temperature/Value"
23 + family: 'Hardware/Sensor/Temperature/Value'
24 unit: "Cel"
25 - OID: 1.3.6.1.4.1.232.22.2.3.1.2.1.8
26 name: cpqRackCommonEnclosureTempCondition
27 chart_meta:
28 description: The Temperature sensor condition
29 - family: "Hardware/Sensor/Temperature/Status"
29 + family: 'Hardware/Sensor/Temperature/Status'
30 unit: "{status}"
31 mapping:
32 1: other
@@ -73,7 +73,7 @@ metrics:
73 name: cpqRackCommonEnclosureFanPresent
74 chart_meta:
75 description: This specifies if the fan described is present in the system
76 - family: "Hardware/Fan/Presence/Status"
76 + family: 'Hardware/Fan/Presence/Status'
77 unit: "{status}"
78 mapping:
79 1: other
@@ -83,7 +83,7 @@ metrics:
83 name: cpqRackCommonEnclosureFanRedundant
84 chart_meta:
85 description: This specifies if the fan is in a redundant configuration
86 - family: "Hardware/Fan/Redundancy/Status"
86 + family: 'Hardware/Fan/Redundancy/Status'
87 unit: "{status}"
88 mapping:
89 1: other
@@ -93,7 +93,7 @@ metrics:
93 name: cpqRackCommonEnclosureFanCondition
94 chart_meta:
95 description: The condition of the fan
96 - family: "Hardware/Fan/Status"
96 + family: 'Hardware/Fan/Status'
97 unit: "{status}"
98 mapping:
99 1: other
@@ -143,7 +143,7 @@ metrics:
143 name: cpqRackCommonEnclosureFusePresent
144 chart_meta:
145 description: This specifies if the fuse described is present in the system
146 - family: "Hardware/Fuse/Presence/Status"
146 + family: 'Hardware/Fuse/Presence/Status'
147 unit: "{status}"
148 mapping:
149 1: other
@@ -153,7 +153,7 @@ metrics:
153 name: cpqRackCommonEnclosureFuseCondition
154 chart_meta:
155 description: The condition of the fuse
156 - family: "Hardware/Fuse/Status"
156 + family: 'Hardware/Fuse/Status'
157 unit: "{status}"
158 mapping:
159 1: other
@@ -190,7 +190,7 @@ metrics:
190 name: cpqRackCommonEnclosureManagerRole
191 chart_meta:
192 description: This specifies the current role of the manager
193 - family: "Hardware/EnclosureManager/Role/Status"
193 + family: 'Hardware/EnclosureManager/Role/Status'
194 unit: "{status}"
195 mapping:
196 1: standby
@@ -199,7 +199,7 @@ metrics:
199 name: cpqRackCommonEnclosureManagerPresent
200 chart_meta:
201 description: This specifies if the manager described is present in the system
202 - family: "Hardware/EnclosureManager/Presence/Status"
202 + family: 'Hardware/EnclosureManager/Presence/Status'
203 unit: "{status}"
204 mapping:
205 1: other
@@ -209,7 +209,7 @@ metrics:
209 name: cpqRackCommonEnclosureManagerRedundant
210 chart_meta:
211 description: This specifies if the manager is in a redundant configuration
212 - family: "Hardware/EnclosureManager/Redundancy/Status"
212 + family: 'Hardware/EnclosureManager/Redundancy/Status'
213 unit: "{status}"
214 mapping:
215 1: other
@@ -219,7 +219,7 @@ metrics:
219 name: cpqRackCommonEnclosureManagerCondition
220 chart_meta:
221 description: The condition of the manager
222 - family: "Hardware/EnclosureManager/Status"
222 + family: 'Hardware/EnclosureManager/Status'
223 unit: "{status}"
224 mapping:
225 1: other
@@ -269,7 +269,7 @@ metrics:
269 name: cpqRackPowerEnclosureRedundant
270 chart_meta:
271 description: This indicates if the power supply enclosure is in a redundant state
272 - family: "Hardware/PowerEnclosure/Redundancy/Status"
272 + family: 'Hardware/PowerEnclosure/Redundancy/Status'
273 unit: "{status}"
274 mapping:
275 1: other
@@ -279,7 +279,7 @@ metrics:
279 name: cpqRackPowerEnclosureLoadBalanced
280 chart_meta:
281 description: This indicates if the power supply enclosure is in a load balanced state
282 - family: "Hardware/PowerEnclosure/LoadBalance/Status"
282 + family: 'Hardware/PowerEnclosure/LoadBalance/Status'
283 unit: "{status}"
284 mapping:
285 1: other
@@ -289,7 +289,7 @@ metrics:
289 name: cpqRackPowerEnclosureBladeAutopoweron
290 chart_meta:
291 description: This indicates current condition of the power enclosure
292 - family: "Hardware/PowerEnclosure/AutoPowerOn/Status"
292 + family: 'Hardware/PowerEnclosure/AutoPowerOn/Status'
293 unit: "{status}"
294 mapping:
295 1: other
@@ -299,7 +299,7 @@ metrics:
299 name: cpqRackPowerEnclosureCondition
300 chart_meta:
301 description: This indicates current condition of the power enclosure
302 - family: "Hardware/PowerEnclosure/Status"
302 + family: 'Hardware/PowerEnclosure/Status'
303 unit: "{status}"
304 mapping:
305 1: other
@@ -341,19 +341,19 @@ metrics:
341 OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.22
342 chart_meta:
343 description: The major fault code of the blade fault reported by the enclosure manager
344 - family: "Hardware/ServerBlade/Fault/Major"
344 + family: 'Hardware/ServerBlade/Fault/Major'
345 unit: "{fault_code}"
346 - name: cpqRackServerBladeFaultMinor
347 OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.23
348 chart_meta:
349 description: The minor fault code of the blade fault reported by the enclosure manager
350 - family: "Hardware/ServerBlade/Fault/Minor"
350 + family: 'Hardware/ServerBlade/Fault/Minor'
351 unit: "{fault_code}"
352 - OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.12
353 name: cpqRackServerBladePresent
354 chart_meta:
355 description: This specifies if the server blade described is present in the enclosure
356 - family: "Hardware/ServerBlade/Presence/Status"
356 + family: 'Hardware/ServerBlade/Presence/Status'
357 unit: "{status}"
358 mapping:
359 1: other
@@ -363,7 +363,7 @@ metrics:
363 name: cpqRackServerBladeHasFuses
364 chart_meta:
365 description: This specifies if the server blade contains fuses
366 - family: "Hardware/ServerBlade/Fuse/Status"
366 + family: 'Hardware/ServerBlade/Fuse/Status'
367 unit: "{status}"
368 mapping:
369 1: false
@@ -372,7 +372,7 @@ metrics:
372 name: cpqRackServerBladePOSTStatus
373 chart_meta:
374 description: Blade server power-on self test (POST) status
375 - family: "Hardware/ServerBlade/POST/Status"
375 + family: 'Hardware/ServerBlade/POST/Status'
376 unit: "{status}"
377 mapping:
378 1: other
@@ -383,7 +383,7 @@ metrics:
383 name: cpqRackServerBladeStatus
384 chart_meta:
385 description: The health status of the blade
386 - family: "Hardware/ServerBlade/Status"
386 + family: 'Hardware/ServerBlade/Status'
387 unit: "{status}"
388 mapping:
389 1: other
@@ -394,7 +394,7 @@ metrics:
394 name: cpqRackServerBladePowered
395 chart_meta:
396 description: The power state of the blade
397 - family: "Hardware/ServerBlade/Power/Status"
397 + family: 'Hardware/ServerBlade/Power/Status'
398 unit: "{status}"
399 mapping:
400 1: other
@@ -406,7 +406,7 @@ metrics:
406 name: cpqRackServerBladeUIDState
407 chart_meta:
408 description: The Unit Identifier LED status
409 - family: "Hardware/ServerBlade/UID/Status"
409 + family: 'Hardware/ServerBlade/UID/Status'
410 unit: "{status}"
411 mapping:
412 1: other
@@ -464,13 +464,13 @@ metrics:
464 OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.8
465 chart_meta:
466 description: This is the current temperature sensor reading in degrees celsius
467 - family: "Hardware/ServerBlade/Temperature/Value"
467 + family: 'Hardware/ServerBlade/Temperature/Value'
468 unit: "Cel"
469 - OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.10
470 name: cpqRackServerTempSensorCondition
471 chart_meta:
472 description: The Temperature sensor condition
473 - family: "Hardware/ServerBlade/Temperature/Status"
473 + family: 'Hardware/ServerBlade/Temperature/Status'
474 unit: "{status}"
475 mapping:
476 1: other
@@ -517,25 +517,25 @@ metrics:
517 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.10
518 chart_meta:
519 description: The current power output of the power supply in watts
520 - family: "Hardware/Power/Output/Value"
520 + family: 'Hardware/Power/Output/Value'
521 unit: "W"
522 - name: cpqRackPowerSupplyIntakeTemp
523 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.12
524 chart_meta:
525 description: The current air temperature at the intake of the power supply in degrees celsius
526 - family: "Hardware/Power/Temperature/Intake"
526 + family: 'Hardware/Power/Temperature/Intake'
527 unit: "Cel"
528 - name: cpqRackPowerSupplyExhaustTemp
529 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.13
530 chart_meta:
531 description: The current air temperature at the exhaust of the power supply in degrees celsius
532 - family: "Hardware/Power/Temperature/Exhaust"
532 + family: 'Hardware/Power/Temperature/Exhaust'
533 unit: "Cel"
534 - OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.16
535 name: cpqRackPowerSupplyPresent
536 chart_meta:
537 description: This specifies if the power supply described is present in the enclosure
538 - family: "Hardware/Power/Presence/Status"
538 + family: 'Hardware/Power/Presence/Status'
539 unit: "{status}"
540 mapping:
541 1: other
@@ -545,7 +545,7 @@ metrics:
545 name: cpqRackPowerSupplyStatus
546 chart_meta:
547 description: The status of the power supply
548 - family: "Hardware/Power/Status"
548 + family: 'Hardware/Power/Status'
549 unit: "{status}"
550 mapping:
551 1: noError
@@ -568,7 +568,7 @@ metrics:
568 name: cpqRackPowerSupplyInputLineStatus
569 chart_meta:
570 description: The status of line input power
571 - family: "Hardware/Power/Input/Status"
571 + family: 'Hardware/Power/Input/Status'
572 unit: "{status}"
573 mapping:
574 1: noError
@@ -581,7 +581,7 @@ metrics:
581 name: cpqRackPowerSupplyCondition
582 chart_meta:
583 description: The condition of the power supply
584 - family: "Hardware/Power/Condition/Status"
584 + family: 'Hardware/Power/Condition/Status'
585 unit: "{status}"
586 mapping:
587 1: other
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-msa.yaml
+3 -3
@@ -35,7 +35,7 @@ metrics:
35 name: connUnitSensorStatus
36 chart_meta:
37 description: The status indicated by the sensor
38 - family: "Hardware/Sensor/Status"
38 + family: 'Hardware/Sensor/Status'
39 unit: "{status}"
40 mapping:
41 1: unknown
@@ -81,7 +81,7 @@ metrics:
81 name: connUnitPortState
82 chart_meta:
83 description: The user selected state of the port hardware
84 - family: "Network/FibreChannel/Port/Admin/Status"
84 + family: 'Network/FibreChannel/Port/Admin/Status'
85 unit: "{status}"
86 mapping:
87 1: unknown
@@ -93,7 +93,7 @@ metrics:
93 name: connUnitPortStatus
94 chart_meta:
95 description: An overall protocol status for the port
96 - family: "Network/FibreChannel/Port/Operational/Status"
96 + family: 'Network/FibreChannel/Port/Operational/Status'
97 unit: "{status}"
98 mapping:
99 1: unknown
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-nimble.yaml
+23 -23
@@ -24,55 +24,55 @@ metrics:
24 OID: 1.3.6.1.4.1.37447.1.2.1.4
25 chart_meta:
26 description: Maximum defined size of a volume in bytes - low order bytes.
27 - family: "Storage/Volume/Size/Low"
27 + family: 'Storage/Volume/Size/Low'
28 unit: "By"
29 - name: nimble.volSizeHigh
30 OID: 1.3.6.1.4.1.37447.1.2.1.5
31 chart_meta:
32 description: Maximum defined size of a volume in bytes - high order bytes.
33 - family: "Storage/Volume/Size/High"
33 + family: 'Storage/Volume/Size/High'
34 unit: "By"
35 - name: nimble.volUsageLow
36 OID: 1.3.6.1.4.1.37447.1.2.1.6
37 chart_meta:
38 description: Current number of bytes a volume is using - low order bytes.
39 - family: "Storage/Volume/Usage/Low"
39 + family: 'Storage/Volume/Usage/Low'
40 unit: "By"
41 - name: nimble.volUsageHigh
42 OID: 1.3.6.1.4.1.37447.1.2.1.7
43 chart_meta:
44 description: Current number of bytes a volume is using - high order bytes.
45 - family: "Storage/Volume/Usage/High"
45 + family: 'Storage/Volume/Usage/High'
46 unit: "By"
47 - name: nimble.volReserveLow
48 OID: 1.3.6.1.4.1.37447.1.2.1.8
49 chart_meta:
50 description: Number of bytes reserved for a volume - low order bytes.
51 - family: "Storage/Volume/Reserved/Low"
51 + family: 'Storage/Volume/Reserved/Low'
52 unit: "By"
53 - name: nimble.volReserveHigh
54 OID: 1.3.6.1.4.1.37447.1.2.1.9
55 chart_meta:
56 description: Number of bytes reserved for a volume - high order bytes.
57 - family: "Storage/Volume/Reserved/High"
57 + family: 'Storage/Volume/Reserved/High'
58 unit: "By"
59 - name: nimble.volIoReads
60 OID: 1.3.6.1.4.1.37447.1.2.1.13
61 chart_meta:
62 description: Total cumulative number of Read I/Os (sequential and random).
63 - family: "Storage/Volume/IO/Operations/Read"
63 + family: 'Storage/Volume/IO/Operations/Read'
64 unit: "{read}/s"
65 - name: nimble.volIoWrites
66 OID: 1.3.6.1.4.1.37447.1.2.1.34
67 chart_meta:
68 description: Total cumulative number of Write I/Os.
69 - family: "Storage/Volume/IO/Operations/Write"
69 + family: 'Storage/Volume/IO/Operations/Write'
70 unit: "{write}/s"
71 - OID: 1.3.6.1.4.1.37447.1.2.1.10
72 name: nimble.volOnline
73 chart_meta:
74 description: Indicated whether the volume is online
75 - family: "Storage/Volume/Status"
75 + family: 'Storage/Volume/Status'
76 unit: "{status}"
77 mapping:
78 1: offline
@@ -89,7 +89,7 @@ metrics:
89 name: nimble.ioReads
90 chart_meta:
91 description: Total cumulative number of Read I/Os (sequential and random).
92 - family: "Storage/IO/Operations/Read"
92 + family: 'Storage/IO/Operations/Read'
93 unit: "{read}/s"
94 - MIB: NIMBLE-MIB
95 symbol:
@@ -97,7 +97,7 @@ metrics:
97 name: nimble.ioWrites
98 chart_meta:
99 description: Total cumulative number of Write I/Os.
100 - family: "Storage/IO/Operations/Write"
100 + family: 'Storage/IO/Operations/Write'
101 unit: "{write}/s"
102 - MIB: NIMBLE-MIB
103 symbol:
@@ -105,7 +105,7 @@ metrics:
105 name: nimble.ioReadTimeMicrosec
106 chart_meta:
107 description: Total cumulative microseconds the system has spent processing Read I/Os. This includes system and disk latency, but not any network latency back to the initiator.
108 - family: "Storage/IO/Latency/Read"
108 + family: 'Storage/IO/Latency/Read'
109 unit: "us"
110 - MIB: NIMBLE-MIB
111 symbol:
@@ -113,7 +113,7 @@ metrics:
113 name: nimble.ioWriteTimeMicrosec
114 chart_meta:
115 description: Total cumulative microseconds the system has spent processing Write I/Os. This includes system and disk latency, but not any network latency back to the initiator.
116 - family: "Storage/IO/Latency/Write"
116 + family: 'Storage/IO/Latency/Write'
117 unit: "us"
118 - MIB: NIMBLE-MIB
119 symbol:
@@ -121,7 +121,7 @@ metrics:
121 name: nimble.ioReadBytes
122 chart_meta:
123 description: Total cumulative number of Read I/O bytes (sequential and random).
124 - family: "Storage/IO/Throughput/Read/Total"
124 + family: 'Storage/IO/Throughput/Read/Total'
125 unit: "By/s"
126 - MIB: NIMBLE-MIB
127 symbol:
@@ -129,7 +129,7 @@ metrics:
129 name: nimble.ioSeqReadBytes
130 chart_meta:
131 description: Total cumulative number of Sequential Read I/O bytes.
132 - family: "Storage/IO/Throughput/Read/Sequential"
132 + family: 'Storage/IO/Throughput/Read/Sequential'
133 unit: "By/s"
134 - MIB: NIMBLE-MIB
135 symbol:
@@ -137,7 +137,7 @@ metrics:
137 name: nimble.ioWriteBytes
138 chart_meta:
139 description: Total cumulative number of Write I/O bytes (sequential and random).
140 - family: "Storage/IO/Throughput/Write/Total"
140 + family: 'Storage/IO/Throughput/Write/Total'
141 unit: "By/s"
142 - MIB: NIMBLE-MIB
143 symbol:
@@ -145,7 +145,7 @@ metrics:
145 name: nimble.ioSeqWriteBytes
146 chart_meta:
147 description: Total cumulative number of Sequential Write I/O bytes.
148 - family: "Storage/IO/Throughput/Write/Sequential"
148 + family: 'Storage/IO/Throughput/Write/Sequential'
149 unit: "By/s"
150 - MIB: NIMBLE-MIB
151 symbol:
@@ -153,7 +153,7 @@ metrics:
153 name: nimble.ioSeqWriteBytes
154 chart_meta:
155 description: Total cumulative number of Sequential Write I/O bytes.
156 - family: "Storage/Throughput/Write/Sequential"
156 + family: 'Storage/Throughput/Write/Sequential'
157 unit: "By/s"
158 - MIB: NIMBLE-MIB
159 symbol:
@@ -161,7 +161,7 @@ metrics:
161 name: nimble.diskVolBytesUsedLow
162 chart_meta:
163 description: Total number of bytes used on disk for volumes - low order bytes.
164 - family: "Storage/Disk/Volume/Usage/Low"
164 + family: 'Storage/Disk/Volume/Usage/Low'
165 unit: "By"
166 - MIB: NIMBLE-MIB
167 symbol:
@@ -169,7 +169,7 @@ metrics:
169 name: nimble.diskVolBytesUsedHigh
170 chart_meta:
171 description: Total number of bytes used on disk for volumes - high order bytes.
172 - family: "Storage/Disk/Volume/Usage/High"
172 + family: 'Storage/Disk/Volume/Usage/High'
173 unit: "By"
174 - MIB: NIMBLE-MIB
175 symbol:
@@ -177,7 +177,7 @@ metrics:
177 name: nimble.diskSnapBytesUsedLow
178 chart_meta:
179 description: Total number of bytes used on disk for snapshots - low order bytes.
180 - family: "Storage/Disk/Snapshot/Usage/Low"
180 + family: 'Storage/Disk/Snapshot/Usage/Low'
181 unit: "By"
182 - MIB: NIMBLE-MIB
183 symbol:
@@ -185,7 +185,7 @@ metrics:
185 name: nimble.diskSnapBytesUsedHigh
186 chart_meta:
187 description: Total number of bytes used on disk for snapshots - high order bytes.
188 - family: "Storage/Disk/Snapshot/Usage/High"
188 + family: 'Storage/Disk/Snapshot/Usage/High'
189 unit: "By"
190 - MIB: NIMBLE-MIB
191 symbol:
@@ -193,5 +193,5 @@ metrics:
193 name: nimble.ioNonseqReadHits
194 chart_meta:
195 description: Total cumulative number of cache hits for Non-Sequential Read I/Os.
196 - family: "Storage/Cache/Read/Hit"
196 + family: 'Storage/Cache/Read/Hit'
197 unit: "{hit}/s"