@cryptotaxi247 / netdata / commits / 4530bff9e

SNMP: a10 yamls (#20472)

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

Fotis Voutsas committed Jun 29, 2025 at 13:11 UTC 4530bff9e6469d8116dbde22dd2d1f39ae08ac41
2 files changed +252 -255
src/go/plugin/go.d/config/go.d/snmp.profiles/default/a10-thunder.yaml
+251 -254
@@ -1,237 +1,264 @@
1 extends:
2 - a10.yaml
3
4 -sysobjectid: 1.3.6.1.4.1.22610.1.3.* # A10 Thunder
4 +sysobjectid: 1.3.6.1.4.1.22610.1.3.* # A10 Thunder
5 +
6 +metadata:
7 + device:
8 + fields:
9 + type:
10 + value: "ADC"
11
12 metrics:
13 - MIB: A10-AX-MIB
14 symbol:
9 - name: memory.total
15 + name: axSysMemoryTotal
16 OID: 1.3.6.1.4.1.22610.2.4.1.2.1.0
11 - description: The total memory(KB)
12 - unit: "kBy"
17 + description: The total memory
18 + family: Memory/Total
19 + scale_factor: 1024
20 + unit: "By"
21 - MIB: A10-AX-MIB
22 symbol:
15 - name: memory.used
23 + name: axSysMemoryUsage
24 OID: 1.3.6.1.4.1.22610.2.4.1.2.2.0
17 - description: The usage memory(KB)
18 - unit: "kBy"
25 + description: The usage memory
26 + family: Memory/Used
27 + scale_factor: 1024
28 + unit: "By"
29 - MIB: A10-AX-MIB
30 symbol:
21 - name: cpu.usage
31 + name: axSysAverageCpuUsage
32 OID: 1.3.6.1.4.1.22610.2.4.1.3.3.0
23 - description: The average CPU usage in last 5 seconds
24 - unit: "%"
33 + description: The average CPU usage in last 5 seconds
34 + family: CPU/Usage
35 + unit: "%"
36 - MIB: A10-AX-MIB
37 symbol:
38 name: axSysDiskTotalSpace
39 OID: 1.3.6.1.4.1.22610.2.4.1.4.1.0
29 - description: The total space of the disk in MB
30 - unit: "MBy"
40 + description: The total space of the disk
41 + family: Disk/Total
42 + scale_factor: 1048576
43 + unit: "By"
44 - MIB: A10-AX-MIB
45 symbol:
46 name: axSysDiskFreeSpace
47 OID: 1.3.6.1.4.1.22610.2.4.1.4.2.0
35 - description: The free space of the disk in MB
36 - unit: "MBy"
48 + description: The free space of the disk
49 + family: Disk/Free
50 + scale_factor: 1048576
51 + unit: "By"
52 - MIB: A10-AX-MIB
53 symbol:
54 name: axSysHwPhySystemTemp
55 OID: 1.3.6.1.4.1.22610.2.4.1.5.1.0
41 - description: The physical system temperature in Celsius
42 - unit: "Cel"
43 - - MIB: A10-AX-MIB
44 - symbol:
45 - name: axPowerSupplyVoltageTotal
46 - OID: 1.3.6.1.4.1.22610.2.4.1.5.10.0
47 - description: TBD
48 - unit: "TBD"
56 + description: The physical system temperature in Celsius
57 + family: Env/Temperature/Value
58 + unit: "Cel"
59 - MIB: A10-AX-MIB
60 symbol:
61 name: axAppGlobalTotalCurrentConnections
62 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.1.0
53 - description: Total current connections
54 - unit: "{connection}"
63 + description: Total current connections
64 + family: Application/Connection/Current/Total
65 + unit: "{connection}"
66 - MIB: A10-AX-MIB
67 symbol:
68 name: axAppGlobalTotalNewConnections
69 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.2.0
59 - metric_type: monotonic_count
60 - description: Total new connections
61 - unit: "{connection}"
70 + description: Total new connections
71 + family: Application/Connection/New/Total
72 + unit: "{connection}/s"
73 - MIB: A10-AX-MIB
74 symbol:
75 name: axAppGlobalTotalNewL4Connections
76 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.3.0
66 - metric_type: monotonic_count
67 - description: Total new L4 connections
68 - unit: "{connection}"
77 + description: Total new L4 connections
78 + family: Application/Connection/New/L4
79 + unit: "{connection}/s"
80 - MIB: A10-AX-MIB
81 symbol:
82 name: axAppGlobalTotalNewL7Connections
83 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.4.0
73 - metric_type: monotonic_count
74 - description: Total new L7 connections
75 - unit: "{connection}"
84 + description: Total new L7 connections
85 + family: Application/Connection/New/L7
86 + unit: "{connection}/s"
87 - MIB: A10-AX-MIB
88 symbol:
89 name: axAppGlobalTotalNewIPNatConnections
90 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.5.0
80 - metric_type: monotonic_count
81 - description: Total new IP-NAT connections
82 - unit: "{connection}"
91 + description: Total new IP-NAT connections
92 + family: Application/Connection/New/IPNAT
93 + unit: "{connection}/s"
94 - MIB: A10-AX-MIB
95 symbol:
96 name: axAppGlobalTotalSSLConnections
97 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.6.0
87 - metric_type: monotonic_count
88 - description: Total new SSL connections
89 - unit: "{connection}"
98 + description: Total new SSL connections
99 + family: Application/Connection/New/SSL
100 + unit: "{connection}/s"
101 - MIB: A10-AX-MIB
102 symbol:
103 name: axAppGlobalTotalL7Requests
104 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.7.0
94 - metric_type: monotonic_count
95 - description: Total L7 requests
96 - unit: "{request}"
105 + description: Total L7 requests
106 + family: Application/Request/L7/Total
107 + unit: "{request}/s"
108 - MIB: A10-AX-MIB
109 symbol:
110 name: axGlobalAppPacketDrop
111 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.8.0
101 - description: Total number of buffer drops in the last 10 seconds
102 - unit: "{packet}"
112 + description: Total number of buffer drops in the last 10 seconds
113 + family: Application/Packet/Dropped/Buffer
114 + unit: "{packet}"
115 - MIB: A10-AX-MIB
116 symbol:
117 name: axGlobalTotalAppPacketDrop
118 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.9.0
107 - description: Total number of accumulative buffer drops
108 - unit: "{packet}"
119 + description: Total number of accumulative buffer drops
120 + family: Application/Packet/Dropped/BufferTotal
121 + unit: "{packet}/s"
122 - MIB: A10-AX-MIB
123 symbol:
124 name: axGlobalTotalL4Session
125 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.10.0
113 - description: Total number of L4 sessions
114 - unit: "{session}"
115 - - MIB: A10-AX-MIB
116 - symbol:
117 - name: axGlobalTotalThroughput
118 - OID: 1.3.6.1.4.1.22610.2.4.3.1.2.13.0
119 - description: TBD
120 - unit: "TBD"
126 + description: Total number of L4 sessions
127 + family: Session/L4/Total
128 + unit: "{session}"
129 - MIB: A10-AX-MIB
130 symbol:
131 name: axAppGlobalBufferConfigLimit
132 OID: 1.3.6.1.4.1.22610.2.4.3.1.3.1.0
125 - description: Application buffer configured limit
126 - unit: "1"
133 + description: Application buffer configured limit
134 + family: Application/Buffer/Limit
135 + unit: "1"
136 - MIB: A10-AX-MIB
137 symbol:
138 name: axAppGlobalBufferCurrentUsage
139 OID: 1.3.6.1.4.1.22610.2.4.3.1.3.2.0
131 - description: Application buffer current usage
132 - unit: "1"
140 + description: Application buffer current usage
141 + family: Application/Buffer/Used
142 + unit: "1"
143 - MIB: A10-AX-MIB
144 symbol:
145 name: axConnReuseStatTotalOpenPersist
146 OID: 1.3.6.1.4.1.22610.2.4.3.5.1.0
137 - description: The total count of open persistent connection-reuse sessions
138 - unit: "{session}"
147 + description: The total count of open persistent connection-reuse sessions
148 + family: Session/ConnectionReuse/Open
149 + unit: "{session}"
150 - MIB: A10-AX-MIB
151 symbol:
152 name: axConnReuseStatTotalActivePersist
153 OID: 1.3.6.1.4.1.22610.2.4.3.5.2.0
143 - description: The total count of active persistent connection-reuse sessions
144 - unit: "{session}"
154 + description: The total count of active persistent connection-reuse sessions
155 + family: Session/ConnectionReuse/Active
156 + unit: "{session}"
157 - MIB: A10-AX-MIB
158 symbol:
159 name: axConnReuseStatTotalEstablished
160 OID: 1.3.6.1.4.1.22610.2.4.3.5.3.0
149 - description: The total count of established connection-reuse sessions
150 - unit: "{session}"
161 + description: The total count of established connection-reuse sessions
162 + family: Session/ConnectionReuse/Established
163 + unit: "{session}"
164 - MIB: A10-AX-MIB
165 symbol:
166 name: axConnReuseStatTotalTerminated
167 OID: 1.3.6.1.4.1.22610.2.4.3.5.4.0
155 - description: The total count of terminated connection-reuse sessions
156 - unit: "{session}"
168 + description: The total count of terminated connection-reuse sessions
169 + family: Session/ConnectionReuse/Terminated
170 + unit: "{session}"
171 - MIB: A10-AX-MIB
172 symbol:
173 name: axSessionGlobalStatTCPEstablished
174 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.1.0
161 - description: The count of TCP established
162 - unit: "{connection}"
175 + description: The count of TCP established
176 + family: Connection/TCP/Established
177 + unit: "{connection}"
178 - MIB: A10-AX-MIB
179 symbol:
180 name: axSessionGlobalStatTCPHalfOpen
181 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.2.0
167 - description: The count of TCP half open
168 - unit: "{connection}"
182 + description: The count of TCP half open
183 + family: Connection/TCP/HalfOpen
184 + unit: "{connection}"
185 - MIB: A10-AX-MIB
186 symbol:
187 name: axSessionGlobalStatUDP
188 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.3.0
173 - description: The count of UDP connections
174 - unit: "{connection}"
189 + description: The count of UDP connections
190 + family: Connection/UDP/Active
191 + unit: "{connection}"
192 - MIB: A10-AX-MIB
193 symbol:
194 name: axSessionGlobalStatNonTcpUdpIPSession
195 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.4.0
179 - description: The count of non TCP/UDP IP sessions
180 - unit: "{session}"
196 + description: The count of non TCP/UDP IP sessions
197 + family: Session/IP/Other
198 + unit: "{session}"
199 - MIB: A10-AX-MIB
200 symbol:
201 name: axSessionGlobalStatOther
202 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.5.0
185 - description: The count of others
186 - unit: "{session}"
203 + description: The count of others
204 + family: Session/Other/Active
205 + unit: "{session}"
206 - MIB: A10-AX-MIB
207 symbol:
208 name: axSessionGlobalStatReverseNATTCP
209 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.6.0
191 - description: The count of reverse NAT TCP
192 - unit: "{connection}"
210 + description: The count of reverse NAT TCP
211 + family: Connection/ReverseNAT/TCP
212 + unit: "{connection}"
213 - MIB: A10-AX-MIB
214 symbol:
215 name: axSessionGlobalStatReverseNATUDP
216 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.7.0
197 - description: The count of reverse NAT UDP
198 - unit: "{connection}"
217 + description: The count of reverse NAT UDP
218 + family: Connection/ReverseNAT/UDP
219 + unit: "{connection}"
220 - MIB: A10-AX-MIB
221 symbol:
222 name: axSessionGlobalStatFreeCurrentConns
223 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.9.0
203 - description: The count of free current connections
204 - unit: "{connection}"
224 + description: The count of free current connections
225 + family: Connection/Free
226 + unit: "{connection}"
227 - MIB: A10-AX-MIB
228 symbol:
229 name: axSessionGlobalStatConnCount
230 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.10.0
209 - description: The count of current connections
210 - unit: "{connection}"
231 + description: The count of current connections
232 + family: Connection/Current
233 + unit: "{connection}"
234 - MIB: A10-AX-MIB
235 symbol:
236 name: axSessionGlobalStatConnFree
237 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.11.0
215 - description: The count of freed connections
216 - unit: "{connection}"
238 + description: The count of freed connections
239 + family: Connection/Freed
240 + unit: "{connection}/s"
241 - MIB: A10-AX-MIB
242 symbol:
243 name: axSessionGlobalStatTCPSynHalfOpen
244 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.12.0
221 - description: The count of TCP SYN half open
222 - unit: "{connection}"
245 + description: The count of TCP SYN half open
246 + family: Connection/TCP/SynHalfOpen
247 + unit: "{connection}"
248 - MIB: A10-AX-MIB
249 symbol:
250 name: axSessionGlobalStatConnSMPAllocated
251 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.13.0
227 - description: The count of allocated SMP connections
228 - unit: "{connection}"
252 + description: The count of allocated SMP connections
253 + family: Connection/SMP/Allocated
254 + unit: "{connection}"
255 - MIB: A10-AX-MIB
256 symbol:
257 name: axSessionGlobalStatConnSMPFree
258 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.14.0
233 - description: The count of free SMP connections
234 - unit: "{connection}"
259 + description: The count of free SMP connections
260 + family: Connection/SMP/Free
261 + unit: "{connection}"
262 - MIB: A10-AX-MIB
263 table:
264 name: axSysFanStatusTable
@@ -239,18 +266,14 @@ metrics:
266 symbols:
267 - name: axFanSpeed
268 OID: 1.3.6.1.4.1.22610.2.4.1.5.9.1.4
242 - description: The fan1's speed
243 - unit: "1.s"
244 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
245 - metric_tags:
246 - - symbol:
247 - name: axFanName
248 - OID: 1.3.6.1.4.1.22610.2.4.1.5.9.1.2
249 - tag: ax_fan_name
250 - - symbol:
251 - OID: 1.3.6.1.4.1.22610.2.4.1.5.9.1.3
252 - name: axFanStatus
253 - tag: ax_fan_status
269 + description: The fan's speed
270 + family: Fan/Speed
271 + unit: "{rotation}/min"
272 + - name: axFanStatus
273 + OID: 1.3.6.1.4.1.22610.2.4.1.5.9.1.3
274 + description: Fan status
275 + family: Fan/Status
276 + unit: "{status}"
277 mapping:
278 0: failed
279 4: ok_fixed_high
@@ -259,101 +282,81 @@ metrics:
282 7: ok_med_high
283 -2: not_ready
284 -1: unknown
285 + metric_tags:
286 + - symbol:
287 + name: axFanName
288 + OID: 1.3.6.1.4.1.22610.2.4.1.5.9.1.2
289 + tag: ax_fan_name
290 +
291 - MIB: A10-AX-MIB
292 table:
293 name: axPowerSupplyVoltageTable
294 OID: 1.3.6.1.4.1.22610.2.4.1.5.11
295 symbols:
267 - - name: axPowerSupplyVoltage
268 - constant_value_one: true
269 - description: TBD
270 - unit: "TBD"
271 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
296 + - OID: 1.3.6.1.4.1.22610.2.4.1.5.11.1.2
297 + name: axPowerSupplyVoltageStatus
298 + description: Power Supply voltage status
299 + family: PowerSupply/Voltage/Status
300 + unit: "{status}"
301 + mapping:
302 + 0: invalid
303 + 1: normal
304 + 2: unknown
305 metric_tags:
306 - symbol:
307 name: axPowerSupplyVoltageDescription
308 OID: 1.3.6.1.4.1.22610.2.4.1.5.11.1.3
309 tag: ax_power_supply_voltage_description
277 - - symbol:
278 - OID: 1.3.6.1.4.1.22610.2.4.1.5.11.1.2
279 - name: axPowerSupplyVoltageStatus
280 - tag: ax_power_supply_voltage_status
281 - mapping:
282 - 0: invalid
283 - 1: normal
284 - 2: unknown
310 +
311 - MIB: A10-AX-MIB
312 table:
313 name: axSysPowerSupplyStatusTable
314 OID: 1.3.6.1.4.1.22610.2.4.1.5.12
315 symbols:
290 - - name: axSysPowerSupplyStatus
291 - constant_value_one: true
292 - description: TBD
293 - unit: "TBD"
294 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
295 - metric_tags:
296 - - symbol:
297 - name: axPowerSupplyName
298 - OID: 1.3.6.1.4.1.22610.2.4.1.5.12.1.2
299 - tag: ax_power_supply_name
300 - - symbol:
301 - OID: 1.3.6.1.4.1.22610.2.4.1.5.12.1.3
302 - name: axPowerSupplyStatus
303 - tag: ax_power_supply_status
316 + - OID: 1.3.6.1.4.1.22610.2.4.1.5.12.1.3
317 + name: axPowerSupplyStatus
318 + description: Power Supply status
319 + family: PowerSupply/Status
320 + unit: "{status}"
321 mapping:
322 0: off
323 1: on
324 2: absent
325 -1: unknown
309 - - MIB: A10-AX-MIB
310 - table:
311 - name: axAppGlobalSystemResourceUsageTable
312 - OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1
313 - symbols:
314 - - name: axAppGlobalAllowedCurrentValue
315 - OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1.1.3
316 - description: The current value for the allowed system resource
317 - unit: "{resource}"
318 - - name: axAppGlobalAllowedMaxValue
319 - OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1.1.6
320 - description: The maximum value for the allowed system resource
321 - unit: "{resource}"
326 metric_tags:
327 - symbol:
324 - name: axAppGlobalSystemResourceName
325 - OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1.1.2
326 - tag: ax_app_global_system_resource_name
328 + name: axPowerSupplyName
329 + OID: 1.3.6.1.4.1.22610.2.4.1.5.12.1.2
330 + tag: ax_power_supply_name
331 +
332 - MIB: A10-AX-MIB
333 table:
334 name: axServerTable
335 OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2
336 symbols:
332 - - name: axServer
333 - constant_value_one: true
334 - description: TBD
335 - unit: "TBD"
336 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
337 - metric_tags:
338 - - symbol:
339 - name: axServerName
340 - OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.1
341 - tag: ax_server_name
342 - - symbol:
343 - OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.3
344 - name: axServerEnabledState
345 - tag: ax_server_enabled_state
337 + - OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.3
338 + name: axServerEnabledState
339 + description: The enabled state for this server
340 + family: Server/Admin/Status
341 + unit: "{status}"
342 mapping:
343 0: disabled
344 1: enabled
349 - - symbol:
350 - OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.5
351 - name: axServerMonitorState
352 - tag: ax_server_monitor_state
345 + - OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.5
346 + name: axServerMonitorState
347 + description: The server monitor status
348 + family: Server/Operational/Status
349 + unit: "{status}"
350 mapping:
351 0: disabled
352 1: up
353 2: down
354 + metric_tags:
355 + - symbol:
356 + name: axServerName
357 + OID: 1.3.6.1.4.1.22610.2.4.3.2.1.2.1.1
358 + tag: ax_server_name
359 +
360 - MIB: A10-AX-MIB
361 table:
362 name: axServerStatTable
@@ -362,36 +365,43 @@ metrics:
365 - name: axServerStatServerCurConns
366 OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.8
367 description: The current connections from server side
368 + family: Server/Connection/Current
369 unit: "{connection}"
370 - name: axServerStatServerTotalCurrL7Reqs
371 OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.12
368 - metric_type: monotonic_count
372 description: The number of current L7 requests if applicable
373 + family: Server/Request/L7/Current
374 unit: "{request}"
371 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
375 + - OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.10
376 + name: axServerStatServerStatus
377 + description: Server status
378 + family: Server/Operational/Status
379 + unit: "{status}"
380 + mapping:
381 + 0: disabled
382 + 1: up
383 + 2: down
384 metric_tags:
385 - symbol:
386 name: axServerStatName
387 OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.2
388 tag: ax_server_stat_name
377 - - symbol:
378 - OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.10
379 - name: axServerStatServerStatus
380 - tag: ax_server_stat_server_status
381 - mapping:
382 - 0: disabled
383 - 1: up
384 - 2: down
389 +
390 - MIB: A10-AX-MIB
391 table:
392 name: axServiceGroupTable
393 OID: 1.3.6.1.4.1.22610.2.4.3.3.1.2
394 symbols:
390 - - name: axServiceGroup
391 - constant_value_one: true
392 - description: TBD
393 - unit: "TBD"
394 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
395 + - OID: 1.3.6.1.4.1.22610.2.4.3.3.1.2.1.4
396 + name: axServiceGroupDisplayStatus
397 + description: Service group status
398 + family: ServiceGroup/Status
399 + unit: "{status}"
400 + mapping:
401 + 1: all_up
402 + 2: functional_up
403 + 3: partial_up
404 + 4: stopped
405 metric_tags:
406 - symbol:
407 name: axServiceGroupName
@@ -419,25 +429,23 @@ metrics:
429 6: fast_response_time
430 7: least_request
431 8: round_robin_strict
422 - - symbol:
423 - OID: 1.3.6.1.4.1.22610.2.4.3.3.1.2.1.4
424 - name: axServiceGroupDisplayStatus
425 - tag: ax_service_group_display_status
426 - mapping:
427 - 1: all_up
428 - 2: functional_up
429 - 3: partial_up
430 - 4: stopped
432 +
433 - MIB: A10-AX-MIB
434 table:
435 name: axVirtualServerTable
436 OID: 1.3.6.1.4.1.22610.2.4.3.4.1.2
437 symbols:
436 - - name: axVirtualServer
437 - constant_value_one: true
438 - description: TBD
439 - unit: "TBD"
440 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
438 + - OID: 1.3.6.1.4.1.22610.2.4.3.4.1.2.1.5
439 + name: axVirtualServerDisplayStatus
440 + description: Display status of the virtual server
441 + family: VirtualServer/Status
442 + unit: "{status}"
443 + mapping:
444 + 0: disabled
445 + 1: all_up
446 + 2: functional_up
447 + 3: partial_up
448 + 4: stopped
449 metric_tags:
450 - symbol:
451 name: axVirtualServerName
@@ -454,16 +462,7 @@ metrics:
462 mapping:
463 0: disabled
464 1: enabled
457 - - symbol:
458 - OID: 1.3.6.1.4.1.22610.2.4.3.4.1.2.1.5
459 - name: axVirtualServerDisplayStatus
460 - tag: ax_virtual_server_display_status
461 - mapping:
462 - 0: disabled
463 - 1: all_up
464 - 2: functional_up
465 - 3: partial_up
466 - 4: stopped
465 +
466 - MIB: A10-AX-MIB
467 table:
468 name: axVirtualServerStatTable
@@ -471,53 +470,63 @@ metrics:
470 symbols:
471 - name: axVirtualServerStatPktsIn
472 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.3
474 - metric_type: monotonic_count
473 description: The number of packets received from client to server
476 - unit: "{packet}"
474 + family: VirtualServer/Packet/In
475 + unit: "{packet}/s"
476 - name: axVirtualServerStatBytesIn
477 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.4
479 - metric_type: monotonic_count
478 description: The number of bytes received from client to server
481 - unit: "By"
479 + family: VirtualServer/Traffic/In
480 + unit: "By/s"
481 - name: axVirtualServerStatPktsOut
482 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.5
484 - metric_type: monotonic_count
483 description: The number of packets sent from server to client
486 - unit: "{packet}"
484 + family: VirtualServer/Packet/Out
485 + unit: "{packet}/s"
486 - name: axVirtualServerStatBytesOut
487 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.6
489 - metric_type: monotonic_count
488 description: The number of bytes sent from server to client
491 - unit: "By"
489 + family: VirtualServer/Traffic/Out
490 + unit: "By/s"
491 - name: axVirtualServerStatPersistConns
492 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.7
493 description: The persistent connections from client side
494 + family: VirtualServer/Connection/Persistent
495 unit: "{connection}"
496 - name: axVirtualServerStatTotConns
497 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.8
498 - metric_type: monotonic_count
498 description: The total connections from client side
500 - unit: "{connection}"
499 + family: VirtualServer/Connection/Total
500 + unit: "{connection}/s"
501 - name: axVirtualServerStatCurConns
502 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.9
503 description: The current connections from client side
504 + family: VirtualServer/Connection/Current
505 unit: "{connection}"
506 - name: axVirtualServerStatTotalL7Reqs
507 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.12
507 - metric_type: monotonic_count
508 description: The total number of L7 requests if applicable
509 - unit: "{request}"
509 + family: VirtualServer/Request/L7/Total
510 + unit: "{request}/s"
511 - name: axVirtualServerStatTotalCurrL7Reqs
512 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.13
512 - metric_type: monotonic_count
513 description: The number of current L7 requests if applicable
514 + family: VirtualServer/Request/L7/Current
515 unit: "{request}"
516 - name: axVirtualServerStatTotalSuccL7Reqs
517 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.14
517 - metric_type: monotonic_count
518 description: The number of successful L7 requests if applicable
519 - unit: "{request}"
520 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
519 + family: VirtualServer/Request/L7/Successful
520 + unit: "{request}/s"
521 + - OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.10
522 + name: axVirtualServerStatStatus
523 + description: Virtual server status
524 + family: VirtualServer/Operational/Status
525 + unit: "{status}"
526 + mapping:
527 + 1: up
528 + 2: down
529 + 3: disabled
530 metric_tags:
531 - symbol:
532 name: axVirtualServerStatAddress
@@ -527,22 +536,7 @@ metrics:
536 name: axVirtualServerStatName
537 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.2
538 tag: ax_virtual_server_stat_name
530 - - symbol:
531 - OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.10
532 - name: axVirtualServerStatStatus
533 - tag: ax_virtual_server_stat_status
534 - mapping:
535 - 1: up
536 - 2: down
537 - 3: disabled
538 - - symbol:
539 - OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.11
540 - name: axVirtualServerStatDisplayStatus
541 - tag: ax_virtual_server_stat_display_status
542 - mapping:
543 - 1: up
544 - 2: down
545 - 3: disabled
539 +
540 - MIB: A10-AX-MIB
541 table:
542 name: axVirtualServerPortStatTable
@@ -551,8 +545,27 @@ metrics:
545 - name: axVirtualServerPortStatCurConns
546 OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.12
547 description: Current connections from client side
548 + family: VirtualServer/ServicePort/Connection/Current
549 unit: "{connection}"
555 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
550 + - OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.13
551 + name: axVirtualServerStatPortDisplayStatus
552 + description: Virtual server port display status
553 + family: VirtualServer/ServicePort/Status
554 + unit: "{status}"
555 + mapping:
556 + 0: disabled
557 + 1: all_up
558 + 2: functional_up
559 + 4: stopped
560 + - OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.5
561 + name: axVirtualServerStatPortStatus
562 + description: Virtual server port status
563 + family: VirtualServer/ServicePort/Operational/Status
564 + unit: "{status}"
565 + mapping:
566 + 1: up
567 + 2: down
568 + 3: disabled
569 metric_tags:
570 - symbol:
571 name: axVirtualServerPortStatAddress
@@ -586,23 +599,7 @@ metrics:
599 name: axVirtualServerPortStatName
600 OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.4
601 tag: ax_virtual_server_port_stat_name
589 - - symbol:
590 - OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.5
591 - name: axVirtualServerStatPortStatus
592 - tag: ax_virtual_server_stat_port_status
593 - mapping:
594 - 1: up
595 - 2: down
596 - 3: disabled
597 - - symbol:
598 - OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.13
599 - name: axVirtualServerStatPortDisplayStatus
600 - tag: ax_virtual_server_stat_port_display_status
601 - mapping:
602 - 0: disabled
603 - 1: all_up
604 - 2: functional_up
605 - 4: stopped
602 +
603 metric_tags:
604 - OID: 1.3.6.1.4.1.22610.2.4.1.6.2.0
605 symbol: axSysSerialNumber
src/go/plugin/go.d/config/go.d/snmp.profiles/default/a10.yaml
+1 -1
@@ -6,4 +6,4 @@ metadata:
6 device:
7 fields:
8 vendor:
9 - value: "a10"
9 + value: "A10"