@cryptotaxi247 / netdata / commits / e462329dd

SNMP: aruba-wireless-controller.yaml (#20389)

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed Jun 29, 2025 at 08:49 UTC e462329dd900b4fd05485e037a3a4f483d338304
1 file changed +66 -30
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-wireless-controller.yaml
+66 -30
@@ -47,7 +47,9 @@ metadata:
47 device:
48 fields:
49 type:
50 - value: "WLC"
50 + value: WLC
51 + vendor:
52 + value: Aruba
53
54 metrics:
55 - MIB: WLSX-SYSTEMEXT-MIB
@@ -55,18 +57,21 @@ metrics:
57 name: cpu.usage
58 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.30.0
59 description: Cpu usage percentage
60 + family: CPU/Usage
61 unit: "%"
62 - MIB: WLSX-SYSTEMEXT-MIB
63 symbol:
64 name: memory.usage
65 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.31.0
66 description: Memory usage percentage
67 + family: Memory/Usage
68 unit: "%"
69 - MIB: WLSX-SYSTEMEXT-MIB
70 symbol:
71 name: wlsxSysExtPacketLossPercent
72 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.32.0
73 description: Packet loss percentage
74 + family: Network/Packet/Loss
75 unit: "%"
76 - MIB: WLSX-SWITCH-MIB
77 table:
@@ -76,12 +81,13 @@ metrics:
81 - name: sysXStorageSize
82 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.3
83 description: Size of the storage filesystem in MB
84 + family: Storage/Size
85 unit: "MBy"
86 - name: sysXStorageUsed
87 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.4
88 description: Size of the storage filesystem in MB
89 + family: Storage/Used
90 unit: "MBy"
84 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
91 metric_tags:
92 - symbol:
93 name: sysXStorageType
@@ -102,12 +108,13 @@ metrics:
108 - name: apChannelNoise
109 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.13
110 description: Noise on the channel
111 + family: AccessPoint/Channel/Noise
112 unit: "dB"
113 - name: apSignalToNoiseRatio
114 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.14
115 description: Signal to noise ratio for the BSSID
116 + family: AccessPoint/Signal/SNR
117 unit: "dB"
110 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
118 metric_tags:
119 - symbol:
120 name: apESSID
@@ -137,80 +144,92 @@ metrics:
144 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.12
145 tag: ap_load_balancing
146 mapping:
140 - 1: 'true'
141 - 2: 'false'
147 + 1: "true"
148 + 2: "false"
149 - MIB: WLSX-SWITCH-MIB
150 table:
151 name: wlsxSwitchAccessPointStatsTable
152 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5
153 symbols:
147 - - name: apChannelBwRate
148 - OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.2
149 - description: Bandwidth rate in Kbps of the apChannel
150 - unit: "kbit/s"
154 - name: apChannelFrameRetryRate
155 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.3
156 description: Number of retry packets as a percentage of the total packets transmitted and received on this channel
157 + family: AccessPoint/Channel/Frame/RetryRate
158 unit: "%"
159 - name: apChannelFrameLowSpeedRate
160 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.4
161 description: Number of low data rate packets as a percentage of the total packets transmitted and received on this channel
162 + family: AccessPoint/Channel/Frame/LowSpeedRate
163 unit: "%"
164 - name: apChannelFrameNonUnicastRate
165 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.5
166 description: Number of broadcast and multicast packets as a percentage of the total packets transmitted on this channel
167 + family: AccessPoint/Channel/Frame/NonUnicastRate
168 unit: "%"
169 - name: apChannelFrameFragmentationRate
170 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.6
171 description: Number of fragments as a percentage of the total packets transmitted on this channel
172 + family: AccessPoint/Channel/Frame/FragmentationRate
173 unit: "%"
174 - name: apChannelFrameReceiveErrorRate
175 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.7
176 description: Number of error packets as a percentage of the total packets received on this channel
177 + family: AccessPoint/Channel/Frame/ErrorRate
178 unit: "%"
179 - name: apBSSTxPackets
180 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.8
173 - metric_type: monotonic_count
181 description: Total packets transmitted by the ap on this BSSID
175 - unit: "{packet}"
176 - - name: apBSSTxBytes
177 - OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.9
178 - metric_type: monotonic_count
179 - description: Total bytes transmitted by the ap on this BSSID
180 - unit: "By"
182 + family: AccessPoint/BSS/Packet/Out
183 + unit: "{packet}/s"
184 - name: apBSSRxPackets
185 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.10
183 - metric_type: monotonic_count
186 description: Total packets received by the ap on this BSSID
185 - unit: "{packet}"
187 + family: AccessPoint/BSS/Packet/In
188 + unit: "{packet}/s"
189 + - name: apChannelBwRate
190 + OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.2
191 + description: Bandwidth rate in Kbps of the apChannel
192 + family: AccessPoint/Channel/Bandwidth
193 + unit: "kbit/s"
194 + - name: apBSSTxBytes
195 + OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.9
196 + description: Total bytes transmitted by the ap on this BSSID
197 + family: AccessPoint/BSS/Traffic/Out
198 + unit: "By/s"
199 - name: apBSSRxBytes
200 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.11
188 - metric_type: monotonic_count
201 description: Total bytes received by the ap on this BSSID
190 - unit: "By"
202 + family: AccessPoint/BSS/Traffic/In
203 + unit: "By/s"
204 - name: apBSSBwRate
205 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.12
206 description: Bandwidth rate in Kbps of the ap on this BSSID
207 + family: AccessPoint/BSS/Bandwidth
208 unit: "kbit/s"
209 - name: apBSSFrameRetryRate
210 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.13
211 description: Frame retry rate on this BSSID
212 + family: AccessPoint/BSS/Frame/RetryRate
213 unit: "%"
214 - name: apBSSFrameLowSpeedRate
215 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.14
216 description: Frame low speed rate on this BSSID
217 + family: AccessPoint/BSS/Frame/LowSpeedRate
218 unit: "%"
219 - name: apBSSFrameNonUnicastRate
220 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.15
221 description: Frame non unicast packet rate on this BSSID
222 + family: AccessPoint/BSS/Frame/NonUnicastRate
223 unit: "%"
224 - name: apBSSFrameFragmentationRate
225 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.16
226 description: Frame fragmentation rate on this BSSID
227 + family: AccessPoint/BSS/Frame/FragmentationRate
228 unit: "%"
229 - name: apBSSFrameReceiveErrorRate
230 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.17
231 description: Frame receive error rate on this BSSID
232 + family: AccessPoint/BSS/Frame/ErrorRate
233 unit: "%"
234 metric_tags:
235 - symbol:
@@ -222,48 +241,56 @@ metrics:
241 name: wlsxNumOfUsers8021x
242 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.1.0
243 description: Number of 802.1x users
244 + family: User/802.1x/Count
245 unit: "{user}"
246 - MIB: WLSX-USER-MIB
247 symbol:
248 name: wlsxNumOfUsersVPN
249 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.2.0
250 description: Number of VPN users
251 + family: User/VPN/Count
252 unit: "{user}"
253 - MIB: WLSX-USER-MIB
254 symbol:
255 name: wlsxNumOfUsersCP
256 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.3.0
257 description: Number of Captive Portal users
258 + family: User/CaptivePortal/Count
259 unit: "{user}"
260 - MIB: WLSX-USER-MIB
261 symbol:
262 name: wlsxNumOfUsersMAC
263 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.4.0
264 description: Number of MAC users
265 + family: User/MAC/Count
266 unit: "{user}"
267 - MIB: WLSX-USER-MIB
268 symbol:
269 name: wlsxNumOfUsersStateful8021x
270 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.5.0
271 description: Number of stateful 802.1x users
272 + family: User/Stateful802.1x/Count
273 unit: "{user}"
274 - MIB: WLSX-HA-MIB
275 symbol:
276 name: haActiveAPs
277 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.1.0
278 description: Number of active APs
279 + family: HighAvailability/AccessPoint/Active
280 unit: "{access_point}"
281 - MIB: WLSX-HA-MIB
282 symbol:
283 name: haStandbyAPs
284 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.2.0
285 description: Number of standby APs
286 + family: HighAvailability/AccessPoint/Standby
287 unit: "{access_point}"
288 - MIB: WLSX-HA-MIB
289 symbol:
290 name: haTotalAPs
291 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.3.0
292 description: Total number of APs
293 + family: HighAvailability/AccessPoint/Total
294 unit: "{access_point}"
295 - MIB: WLSX-HA-MIB
296 table:
@@ -273,20 +300,23 @@ metrics:
300 - name: haActiveVapTunnels
301 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.1
302 description: Number of active per VAP GRE tunnels
303 + family: HighAvailability/Tunnel/VAPGRE/Active
304 unit: "{tunnel}"
305 - name: haStandbyVapTunnels
306 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.2
307 description: Number of standby per VAP GRE tunnels
308 + family: HighAvailability/Tunnel/VAPGRE/Standby
309 unit: "{tunnel}"
310 - name: haTotalVapTunnels
311 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.3
312 description: Total number of per VAP GRE tunnels
313 + family: HighAvailability/Tunnel/VAPGRE/Total
314 unit: "{tunnel}"
315 - name: haAPHbtTunnels
316 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.4
317 description: Number of AP hbt GRE tunnels
318 + family: HighAvailability/Tunnel/APHBTGRE/Total
319 unit: "{tunnel}"
289 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
320 metric_tags:
321 - symbol:
322 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.1.1.2
@@ -302,20 +332,24 @@ metrics:
332 - name: wlanStaTransmitRate
333 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.10
334 description: Transmit rate with which the station is associated with this system
335 + family: Station/TransmitRate
336 unit: "bit/s"
337 - name: wlanStaRSSI
338 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.14
339 description: Signal to noise ratio for the station
340 + family: Station/Signal/RSSI
341 unit: "dB"
342 - name: wlanStaUpTime
343 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.15
344 description: Time since the station associated to the current BSSID
345 + family: Station/Uptime
346 unit: "cs"
314 - - name: wlanStaTransmitRateCode
315 - OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.17
316 - description: Transmit rate code of the station
317 - unit: "TBD"
318 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
347 + # - name: wlanStaTransmitRateCode
348 + # OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.17
349 + # description: Transmit rate code of the station
350 + # family: Station/TransmitRateCode
351 + # unit: "TBD"
352 + # No mapping found
353 metric_tags:
354 - symbol:
355 name: wlanStaPhyType
@@ -344,15 +378,15 @@ metrics:
378 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.4
379 tag: wlan_sta_is_authenticated
380 mapping:
347 - 1: 'true'
348 - 2: 'false'
381 + 1: "true"
382 + 2: "false"
383 - symbol:
384 name: wlanStaIsAssociated
385 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.5
386 tag: wlan_sta_is_associated
387 mapping:
354 - 1: 'true'
355 - 2: 'false'
388 + 1: "true"
389 + 2: "false"
390 - symbol:
391 name: wlanStaHTMode
392 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.16
@@ -379,10 +413,12 @@ metrics:
413 - name: wlanStaTxBytes64
414 OID: 1.3.6.1.4.1.14823.2.2.1.5.3.2.1.1.25
415 description: Number of bytes transmitted by this station, 64-bit value
416 + family: Station/Traffic/Out
417 unit: "By"
418 - name: wlanStaRxBytes64
419 OID: 1.3.6.1.4.1.14823.2.2.1.5.3.2.1.1.26
420 description: Number of bytes received by this station, 64-bit value
421 + family: Station/Traffic/In
422 unit: "By"
423 metric_tags:
424 - symbol: