@cryptotaxi247 / netdata / commits / 703f36c0a

SNMP: Alcatel profiles (#20487)

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

Fotis Voutsas committed Jun 29, 2025 at 13:56 UTC 703f36c0a852c86582630f5f350849a556143c99
4 files changed +509 -492
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ent.yaml
+185 -204
@@ -1,103 +1,63 @@
1 extends:
2 - alcatel-lucent.yaml
3 +
4 sysobjectid:
5 - 1.3.6.1.4.1.6486.801.1.1.2.1.*
6 +
7 +metadata:
8 + device:
9 + fields:
10 + vendor:
11 + value: Alcatel-Lucent
12 + type:
13 + value: Switch/BOP
14 metrics:
15 - MIB: ALCATEL-ENT1-HEALTH-MIB
16 table:
17 name: healthModuleTable
18 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1
19 symbols:
11 - - name: cpu.usage
20 + - name: healthModuleCpuLatest
21 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.11
22 description: Cpu usage percentage
23 + family: CPU/Usage
24 unit: "%"
25 metric_tags:
16 - - symbol:
17 - name: alcatel.ent.healthModuleChassisId
26 + - tag: cpu_index
27 + index: 1
28 + - tag: health_module_chassis_id
29 + symbol:
30 + name: healthModuleChassisId
31 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.14
19 - tag: health_module_chassis_id
20 - - index: 1 # healthModuleSlot
21 - tag: cpu
32 +
33 - MIB: ALCATEL-ENT1-HEALTH-MIB
34 table:
35 name: healthModuleTable
36 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1
37 symbols:
27 - - name: memory.usage
38 + - name: healthModuleMemoryLatest
39 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.8
40 description: Memory usage percentage
41 + family: Memory/Usage
42 unit: "%"
43 metric_tags:
32 - - symbol:
33 - name: alcatel.ent.healthModuleChassisId
44 + - tag: mem_index
45 + index: 1
46 + - tag: health_module_chassis_id
47 + symbol:
48 + name: healthModuleChassisId
49 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.14
35 - tag: health_module_chassis_id
36 - - index: 1 # healthModuleSlot
37 - tag: mem
50 +
51 - MIB: ALCATEL-ENT1-CHASSIS-MIB
52 table:
53 name: chasEntPhysicalTable
54 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1
55 symbols:
43 - - name: alcatel.ent.chasEntPhysical
44 - constant_value_one: true
45 - description: Physical entity constant value one
46 - unit: "{physical_entity}"
47 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
48 - metric_tags:
49 - # MIB: ENTITY-MIB
50 - # table: entPhysicalTable
51 - - symbol:
52 - name: alcatel.ent.entPhysicalClass
53 - OID: 1.3.6.1.2.1.47.1.1.1.1.5
54 - tag: ent_physical_class
55 - mapping:
56 - 1: other
57 - 2: unknown
58 - 3: chassis
59 - 4: backplane
60 - 5: container
61 - 6: power_supply
62 - 7: fan
63 - 8: sensor
64 - 9: module
65 - 10: port
66 - 11: stack
67 - 12: cpu
68 - 13: energy_object
69 - 14: battery
70 - 15: storage_drive
71 - description: An indication of the general hardware type of the physical entity
72 - unit: "{physical_entity}"
73 - # MIB: ENTITY-MIB
74 - # table: entPhysicalTable
75 - - symbol:
76 - name: alcatel.ent.entPhysicalName
77 - OID: 1.3.6.1.2.1.47.1.1.1.1.7
78 - tag: ent_physical_name
79 - description: The textual name of the physical entity
80 - unit: "{physical_entity}"
81 - # MIB: ENTITY-MIB
82 - # table: entPhysicalTable
83 - - symbol:
84 - name: alcatel.ent.entPhysicalSerialNum
85 - OID: 1.3.6.1.2.1.47.1.1.1.1.11
86 - tag: ent_physical_serial_num
87 - description: The vendor-specific serial number string for the physical entity
88 - unit: "{physical_entity}"
89 - # MIB: ENTITY-MIB
90 - # table: entPhysicalTable
91 - - symbol:
92 - name: alcatel.ent.entPhysicalModelName
93 - OID: 1.3.6.1.2.1.47.1.1.1.1.13
94 - tag: ent_physical_model_name
95 - description: The vendor-specific model name identifier string associated with this physical component
96 - unit: "{physical_entity}"
97 - - symbol:
98 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.1
99 - name: alcatel.ent.chasEntPhysAdminStatus
100 - tag: chas_ent_phys_admin_status
56 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.1
57 + name: chasEntPhysAdminStatus
58 + description: The administrative status of the physical entity
59 + family: Hardware/Admin/Status
60 + unit: "{status}"
61 mapping:
62 1: unknown
63 2: power_off
@@ -110,12 +70,11 @@ metrics:
70 9: takeover_with_fabrc
71 10: vc_takeover
72 11: reset_vc_all
113 - description: The administrative status of the physical entity
114 - unit: "{physical_entity}"
115 - - symbol:
116 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.2
117 - name: alcatel.ent.chasEntPhysOperStatus
118 - tag: chas_ent_phys_oper_status
73 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.2
74 + name: chasEntPhysOperStatus
75 + description: The operational status of the physical entity
76 + family: Hardware/Operational/Status
77 + unit: "{status}"
78 mapping:
79 1: up
80 2: down
@@ -127,12 +86,11 @@ metrics:
86 8: master
87 9: idle
88 10: pwrsave
130 - description: The operational status of the physical entity
131 - unit: "{physical_entity}"
132 - - symbol:
133 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.6
134 - name: alcatel.ent.chasEntPhysLedStatusOk1
135 - tag: chas_ent_phys_led_status_ok1
89 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.6
90 + name: chasEntPhysLedStatusOk1
91 + description: Physical entity ok1 LED status
92 + family: Hardware/LED/OK1/Status
93 + unit: "{status}"
94 mapping:
95 0: not_applicable
96 1: off
@@ -140,12 +98,11 @@ metrics:
98 3: green_blink
99 4: amber_on
100 5: amber_blink
143 - description: Led status ok1 of the physical entity
144 - unit: "{physical_entity}"
145 - - symbol:
146 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.7
147 - name: alcatel.ent.chasEntPhysLedStatusOk2
148 - tag: chas_ent_phys_led_status_ok2
101 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.7
102 + name: chasEntPhysLedStatusOk2
103 + description: Physical entity ok2 LED status
104 + family: Hardware/LED/OK2/Status
105 + unit: "{status}"
106 mapping:
107 0: not_applicable
108 1: off
@@ -153,12 +110,11 @@ metrics:
110 3: green_blink
111 4: amber_on
112 5: amber_blink
156 - description: Led status ok2 of the physical entity
157 - unit: "{physical_entity}"
158 - - symbol:
159 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.8
160 - name: alcatel.ent.chasEntPhysLedStatusPrimaryCMM
161 - tag: chas_ent_phys_led_status_primary_cmm
113 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.8
114 + name: chasEntPhysLedStatusPrimaryCMM
115 + description: Physical entity primary CMM LED status
116 + family: Hardware/LED/CMMPrimary/Status
117 + unit: "{status}"
118 mapping:
119 0: not_applicable
120 1: off
@@ -166,12 +122,11 @@ metrics:
122 3: green_blink
123 4: amber_on
124 5: amber_blink
169 - description: Led status primary cmm of the physical entity
170 - unit: "{physical_entity}"
171 - - symbol:
172 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.9
173 - name: alcatel.ent.chasEntPhysLedStatusSecondaryCMM
174 - tag: chas_ent_phys_led_status_secondary_cmm
125 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.9
126 + name: chasEntPhysLedStatusSecondaryCMM
127 + description: Physical entity secondary CMM LED status
128 + family: Hardware/LED/CMMSecondary/Status
129 + unit: "{status}"
130 mapping:
131 0: not_applicable
132 1: off
@@ -179,12 +134,11 @@ metrics:
134 3: green_blink
135 4: amber_on
136 5: amber_blink
182 - description: Led status secondary cmm of the physical entity
183 - unit: "{physical_entity}"
184 - - symbol:
185 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.10
186 - name: alcatel.ent.chasEntPhysLedStatusTemperature
187 - tag: chas_ent_phys_led_status_temperature
137 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.10
138 + name: chasEntPhysLedStatusTemperature
139 + description: Physical entity temperature LED status
140 + family: Hardware/LED/Temperature/Status
141 + unit: "{status}"
142 mapping:
143 0: not_applicable
144 1: off
@@ -192,12 +146,11 @@ metrics:
146 3: green_blink
147 4: amber_on
148 5: amber_blink
195 - description: Led status temperature of the physical entity
196 - unit: "{physical_entity}"
197 - - symbol:
198 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.11
199 - name: alcatel.ent.chasEntPhysLedStatusFan
200 - tag: chas_ent_phys_led_status_fan
149 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.11
150 + name: chasEntPhysLedStatusFan
151 + description: Physical entity fan LED status
152 + family: Hardware/LED/Fan/Status
153 + unit: "{status}"
154 mapping:
155 0: not_applicable
156 1: off
@@ -205,12 +158,11 @@ metrics:
158 3: green_blink
159 4: amber_on
160 5: amber_blink
208 - description: Led status fan of the physical entity
209 - unit: "{physical_entity}"
210 - - symbol:
211 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.12
212 - name: alcatel.ent.chasEntPhysLedStatusBackupPS
213 - tag: chas_ent_phys_led_status_backup_ps
161 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.12
162 + name: chasEntPhysLedStatusBackupPS
163 + description: Physical entity backup power supply LED status
164 + family: Hardware/LED/PSUBackup/Status
165 + unit: "{status}"
166 mapping:
167 0: not_applicable
168 1: off
@@ -218,12 +170,11 @@ metrics:
170 3: green_blink
171 4: amber_on
172 5: amber_blink
221 - description: Led status backup power supply of the physical entity
222 - unit: "{physical_entity}"
223 - - symbol:
224 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.13
225 - name: alcatel.ent.chasEntPhysLedStatusInternalPS
226 - tag: chas_ent_phys_led_status_internal_ps
173 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.13
174 + name: chasEntPhysLedStatusInternalPS
175 + description: Physical entity internal power supply LED status
176 + family: Hardware/LED/PSUInternal/Status
177 + unit: "{status}"
178 mapping:
179 0: not_applicable
180 1: off
@@ -231,12 +182,11 @@ metrics:
182 3: green_blink
183 4: amber_on
184 5: amber_blink
234 - description: Led status internal power supply of the physical entity
235 - unit: "{physical_entity}"
236 - - symbol:
237 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.14
238 - name: alcatel.ent.chasEntPhysLedStatusControl
239 - tag: chas_ent_phys_led_status_control
185 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.16
186 + name: chasEntPhysLedStatusPS
187 + description: Physical entity power supply LED status
188 + family: Hardware/LED/PSU/Status
189 + unit: "{status}"
190 mapping:
191 0: not_applicable
192 1: off
@@ -244,12 +194,11 @@ metrics:
194 3: green_blink
195 4: amber_on
196 5: amber_blink
247 - description: Led status control of the physical entity
248 - unit: "{physical_entity}"
249 - - symbol:
250 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.15
251 - name: alcatel.ent.chasEntPhysLedStatusFabric
252 - tag: chas_ent_phys_led_status_fabric
197 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.14
198 + name: chasEntPhysLedStatusControl
199 + description: Physical entity control LED status
200 + family: Hardware/LED/Control/Status
201 + unit: "{status}"
202 mapping:
203 0: not_applicable
204 1: off
@@ -257,12 +206,11 @@ metrics:
206 3: green_blink
207 4: amber_on
208 5: amber_blink
260 - description: Led status fabric of the physical entity
261 - unit: "{physical_entity}"
262 - - symbol:
263 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.16
264 - name: alcatel.ent.chasEntPhysLedStatusPS
265 - tag: chas_ent_phys_led_status_ps
209 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.15
210 + name: chasEntPhysLedStatusFabric
211 + description: Physical entity fabric LED status
212 + family: Hardware/LED/Fabric/Status
213 + unit: "{status}"
214 mapping:
215 0: not_applicable
216 1: off
@@ -270,25 +218,76 @@ metrics:
218 3: green_blink
219 4: amber_on
220 5: amber_blink
273 - description: Led status power supply of the physical entity
274 - unit: "{physical_entity}"
221 + metric_tags:
222 + - tag: ent_physical_class
223 + MIB: ENTITY-MIB
224 + table: entPhysicalTable
225 + symbol:
226 + name: entPhysicalClass
227 + OID: 1.3.6.1.2.1.47.1.1.1.1.5
228 + mapping:
229 + 1: other
230 + 2: unknown
231 + 3: chassis
232 + 4: backplane
233 + 5: container
234 + 6: power_supply
235 + 7: fan
236 + 8: sensor
237 + 9: module
238 + 10: port
239 + 11: stack
240 + 12: cpu
241 + 13: energy_object
242 + 14: battery
243 + 15: storage_drive
244 + - tag: ent_physical_name
245 + MIB: ENTITY-MIB
246 + table: entPhysicalTable
247 + symbol:
248 + name: entPhysicalName
249 + OID: 1.3.6.1.2.1.47.1.1.1.1.7
250 + - tag: ent_physical_serial_num
251 + MIB: ENTITY-MIB
252 + table: entPhysicalTable
253 + symbol:
254 + name: entPhysicalSerialNum
255 + OID: 1.3.6.1.2.1.47.1.1.1.1.11
256 + - tag: ent_physical_model_name
257 + MIB: ENTITY-MIB
258 + table: entPhysicalTable
259 + symbol:
260 + name: entPhysicalModelName
261 + OID: 1.3.6.1.2.1.47.1.1.1.1.13
262 +
263 - MIB: ALCATEL-ENT1-CHASSIS-MIB
264 table:
265 name: chasEntTemperatureTable
266 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2
267 symbols:
280 - - name: alcatel.ent.chasEntTempCurrent
268 + - name: chasEntTempCurrent
269 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2.1.1
270 description: Current temperature of the physical entity
271 + family: Hardware/Temperature/Value
272 unit: "Cel"
284 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
273 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2.1.4
274 + name: chasEntTempStatus
275 + description: Status of the temperature sensor
276 + family: Hardware/Temperature/Status
277 + unit: "{status}"
278 + mapping:
279 + 1: unknown
280 + 2: not_present
281 + 3: under_threshold
282 + 4: over_first_threshold
283 + 5: over_danger_threshold
284 metric_tags:
286 - # MIB: ENTITY-MIB
287 - # table: entPhysicalTable
288 - - symbol:
289 - name: alcatel.ent.entPhysicalClass
285 + - tag: ent_physical_class
286 + MIB: ENTITY-MIB
287 + table: entPhysicalTable
288 + symbol:
289 + name: entPhysicalClass
290 OID: 1.3.6.1.2.1.47.1.1.1.1.5
291 - tag: ent_physical_class
291 mapping:
292 1: other
293 2: unknown
@@ -307,81 +306,63 @@ metrics:
306 15: storage_drive
307 # MIB: ENTITY-MIB
308 # table: entPhysicalTable
310 - - symbol:
311 - name: alcatel.ent.entPhysicalName
309 + - tag: ent_physical_name
310 + MIB: ENTITY-MIB
311 + table: entPhysicalTable
312 + symbol:
313 + name: entPhysicalName
314 OID: 1.3.6.1.2.1.47.1.1.1.1.7
313 - tag: ent_physical_name
314 - # MIB: ENTITY-MIB
315 - # table: entPhysicalTable
316 - - symbol:
317 - name: alcatel.ent.entPhysicalSerialNum
315 + - tag: ent_physical_serial_num
316 + MIB: ENTITY-MIB
317 + table: entPhysicalTable
318 + symbol:
319 + name: entPhysicalSerialNum
320 OID: 1.3.6.1.2.1.47.1.1.1.1.11
319 - tag: ent_physical_serial_num
320 - # MIB: ENTITY-MIB
321 - # table: entPhysicalTable
322 - - symbol:
323 - name: alcatel.ent.entPhysicalModelName
321 + - tag: ent_physical_model_name
322 + MIB: ENTITY-MIB
323 + table: entPhysicalTable
324 + symbol:
325 + name: entPhysicalModelName
326 OID: 1.3.6.1.2.1.47.1.1.1.1.13
325 - tag: ent_physical_model_name
326 - - symbol:
327 - OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2.1.4
328 - name: alcatel.ent.chasEntTempStatus
329 - tag: chas_ent_temp_status
330 - mapping:
331 - 1: unknown
332 - 2: not_present
333 - 3: under_threshold
334 - 4: over_first_threshold
335 - 5: over_danger_threshold
336 - description: Status of the temperature sensor
337 - unit: "{temperature_status}"
327 - MIB: ALCATEL-ENT1-CHASSIS-MIB
328 table:
329 name: alaChasEntPhysFanTable
330 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11
331 symbols:
343 - - name: alcatel.ent.alaChasEntPhysFanSpeed
332 + - name: alaChasEntPhysFanSpeed
333 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.4
334 description: Fan speed in revolutions per minute
346 - unit: "1.min"
347 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
335 + family: Fan/Speed
336 + unit: "{revolutions}/min"
337 metric_tags:
349 - - symbol:
338 + - tag: ala_chas_ent_phys_fan_status
339 + symbol:
340 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.2
351 - name: alcatel.ent.alaChasEntPhysFanStatus
352 - tag: ala_chas_ent_phys_fan_status
341 + name: alaChasEntPhysFanStatus
342 mapping:
343 0: no_status
344 1: not_running
345 2: running
357 - description: Operational status of the fan
358 - unit: "{fan_status}"
346 - MIB: ALCATEL-ENT1-CHASSIS-MIB
347 table:
348 name: alaChasBpsPowerSupplyTable
349 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4
350 symbols:
364 - - name: alcatel.ent.alaChasBpsPowerSupply
365 - constant_value_one: true
366 - description: Power supply constant value one
367 - unit: "{power_supply}"
368 - metric_tags:
369 - - symbol:
370 - name: alcatel.ent.alaChasBpsPowerSupplyName
371 - OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.3
372 - tag: ala_chas_bps_power_supply_name
373 - - symbol:
374 - name: alcatel.ent.alaChasBpsPowerSupplySerialNum
375 - OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.8
376 - tag: ala_chas_bps_power_supply_serial_num
377 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
378 - - symbol:
379 - OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.10
380 - name: alcatel.ent.alaChasBpsPowerSupplyOperStatus
381 - tag: ala_chas_bps_power_supply_oper_status
351 + - OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.10
352 + name: alaChasBpsPowerSupplyOperStatus
353 + description: Operational status of the power supply
354 + family: PowerSupply/Operational/Status
355 + unit: "{status}"
356 mapping:
357 1: up
358 2: down
359 3: unknown
386 - description: Operational status of the power supply
387 - unit: "{power_supply_status}"
360 + metric_tags:
361 + - tag: ala_chas_bps_power_supply_name
362 + symbol:
363 + name: alaChasBpsPowerSupplyName
364 + OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.3
365 + - tag: ala_chas_bps_power_supply_serial_num
366 + symbol:
367 + name: alaChasBpsPowerSupplySerialNum
368 + OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.14.4.1.8
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ind.yaml
+265 -249
@@ -1,253 +1,269 @@
1 extends:
2 - alcatel-lucent.yaml
3 +
4 sysobjectid:
5 - 1.3.6.1.4.1.6486.800.1.1.2.1.*
5 -metrics:
6 - - MIB: ALCATEL-IND1-HEALTH-MIB
7 - symbol:
8 - name: cpu.usage
9 - OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.14.0 # healthDeviceCpu1MinAvg
10 - description: Average module-level CPU utilization over the last minute (percent)
11 - unit: "%"
12 - - MIB: ALCATEL-IND1-HEALTH-MIB
13 - symbol:
14 - name: memory.usage
15 - OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.10.0 # healthDeviceMemory1MinAvg
16 - description: Average module-level memory utilization over the last minute (percent)
17 - unit: "%"
18 - - MIB: ALCATEL-IND1-HEALTH-MIB
19 - symbol:
20 - name: alcatel.ind.healthDeviceTemperatureChas1MinAvg
21 - OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.18.0
22 - description: TBD
23 - unit: "TBD"
24 - - MIB: ALCATEL-IND1-CHASSIS-MIB
25 - table:
26 - name: chasEntPhysicalTable
27 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1
28 - symbols:
29 - - name: alcatel.ind.chasEntPhysical
30 - constant_value_one: true
31 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
32 - metric_tags:
33 - # MIB: ENTITY-MIB
34 - # table: entPhysicalTable
35 - - symbol:
36 - OID: 1.3.6.1.2.1.47.1.1.1.1.5
37 - name: alcatel.ind.entPhysicalClass
38 - tag: ent_physical_class
39 - mapping:
40 - 1: other
41 - 2: unknown
42 - 3: chassis
43 - 4: backplane
44 - 5: container
45 - 6: power_supply
46 - 7: fan
47 - 8: sensor
48 - 9: module
49 - 10: port
50 - 11: stack
51 - 12: cpu
52 - 13: energy_object
53 - 14: battery
54 - 15: storage_drive
55 - # MIB: ENTITY-MIB
56 - # table: entPhysicalTable
57 - - symbol:
58 - OID: 1.3.6.1.2.1.47.1.1.1.1.7
59 - name: alcatel.ind.entPhysicalName
60 - tag: ent_physical_name
61 - # MIB: ENTITY-MIB
62 - # table: entPhysicalTable
63 - - symbol:
64 - OID: 1.3.6.1.2.1.47.1.1.1.1.11
65 - name: alcatel.ind.entPhysicalSerialNum
66 - tag: ent_physical_serial_num
67 - # MIB: ENTITY-MIB
68 - # table: entPhysicalTable
69 - - symbol:
70 - OID: 1.3.6.1.2.1.47.1.1.1.1.13
71 - name: alcatel.ind.entPhysicalModelName
72 - tag: ent_physical_model_name
73 - - symbol:
74 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.1
75 - name: alcatel.ind.chasEntPhysAdminStatus
76 - tag: chas_ent_phys_admin_status
77 - mapping:
78 - 1: unknown
79 - 2: power_off
80 - 3: power_on
81 - 4: reset
82 - 5: takeover
83 - 6: reset_all
84 - 7: standby
85 - 8: reset_with_fabric
86 - 9: takeover_with_fabrc
87 - - symbol:
88 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.2
89 - name: alcatel.ind.chasEntPhysOperStatus
90 - tag: chas_ent_phys_oper_status
91 - mapping:
92 - 1: up
93 - 2: down
94 - 3: testing
95 - 4: unknown
96 - 5: secondary
97 - 6: not_present
98 - 7: unpowered
99 - 8: master
100 - - symbol:
101 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.8
102 - name: alcatel.ind.chasEntPhysLedStatusOk1
103 - tag: chas_ent_phys_led_status_ok1
104 - mapping:
105 - 0: not_applicable
106 - 1: off
107 - 2: green_on
108 - 3: green_blink
109 - 4: amber_on
110 - 5: amber_blink
111 - - symbol:
112 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.9
113 - name: alcatel.ind.chasEntPhysLedStatusOk2
114 - tag: chas_ent_phys_led_status_ok2
115 - mapping:
116 - 0: not_applicable
117 - 1: off
118 - 2: green_on
119 - 3: green_blink
120 - 4: amber_on
121 - 5: amber_blink
122 - - symbol:
123 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.10
124 - name: alcatel.ind.chasEntPhysLedStatusPrimaryCMM
125 - tag: chas_ent_phys_led_status_primary_cmm
126 - mapping:
127 - 0: not_applicable
128 - 1: off
129 - 2: green_on
130 - 3: green_blink
131 - 4: amber_on
132 - 5: amber_blink
133 - - symbol:
134 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.11
135 - name: alcatel.ind.chasEntPhysLedStatusSecondaryCMM
136 - tag: chas_ent_phys_led_status_secondary_cmm
137 - mapping:
138 - 0: not_applicable
139 - 1: off
140 - 2: green_on
141 - 3: green_blink
142 - 4: amber_on
143 - 5: amber_blink
144 - - symbol:
145 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.12
146 - name: alcatel.ind.chasEntPhysLedStatusTemperature
147 - tag: chas_ent_phys_led_status_temperature
148 - mapping:
149 - 0: not_applicable
150 - 1: off
151 - 2: green_on
152 - 3: green_blink
153 - 4: amber_on
154 - 5: amber_blink
155 - - symbol:
156 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.13
157 - name: alcatel.ind.chasEntPhysLedStatusFan
158 - tag: chas_ent_phys_led_status_fan
159 - mapping:
160 - 0: not_applicable
161 - 1: off
162 - 2: green_on
163 - 3: green_blink
164 - 4: amber_on
165 - 5: amber_blink
166 - - symbol:
167 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.14
168 - name: alcatel.ind.chasEntPhysLedStatusFan1
169 - tag: chas_ent_phys_led_status_fan1
170 - mapping:
171 - 0: not_applicable
172 - 1: off
173 - 2: green_on
174 - 3: green_blink
175 - 4: amber_on
176 - 5: amber_blink
177 - - symbol:
178 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.15
179 - name: alcatel.ind.chasEntPhysLedStatusFan2
180 - tag: chas_ent_phys_led_status_fan2
181 - mapping:
182 - 0: not_applicable
183 - 1: off
184 - 2: green_on
185 - 3: green_blink
186 - 4: amber_on
187 - 5: amber_blink
188 - - symbol:
189 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.16
190 - name: alcatel.ind.chasEntPhysLedStatusFan3
191 - tag: chas_ent_phys_led_status_fan3
192 - mapping:
193 - 0: not_applicable
194 - 1: off
195 - 2: green_on
196 - 3: green_blink
197 - 4: amber_on
198 - 5: amber_blink
199 - - symbol:
200 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.17
201 - name: alcatel.ind.chasEntPhysLedStatusBackupPS
202 - tag: chas_ent_phys_led_status_backup_ps
203 - mapping:
204 - 0: not_applicable
205 - 1: off
206 - 2: green_on
207 - 3: green_blink
208 - 4: amber_on
209 - 5: amber_blink
210 - - symbol:
211 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.18
212 - name: alcatel.ind.chasEntPhysLedStatusInternalPS
213 - tag: chas_ent_phys_led_status_internal_ps
214 - mapping:
215 - 0: not_applicable
216 - 1: off
217 - 2: green_on
218 - 3: green_blink
219 - 4: amber_on
220 - 5: amber_blink
221 - - symbol:
222 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.19
223 - name: alcatel.ind.chasEntPhysLedStatusControl
224 - tag: chas_ent_phys_led_status_control
225 - mapping:
226 - 0: not_applicable
227 - 1: off
228 - 2: green_on
229 - 3: green_blink
230 - 4: amber_on
231 - 5: amber_blink
232 - - symbol:
233 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.20
234 - name: alcatel.ind.chasEntPhysLedStatusFabric
235 - tag: chas_ent_phys_led_status_fabric
236 - mapping:
237 - 0: not_applicable
238 - 1: off
239 - 2: green_on
240 - 3: green_blink
241 - 4: amber_on
242 - 5: amber_blink
243 - - symbol:
244 - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.21
245 - name: alcatel.ind.chasEntPhysLedStatusPSU
246 - tag: chas_ent_phys_led_status_psu
247 - mapping:
248 - 0: not_applicable
249 - 1: off
250 - 2: green_on
251 - 3: green_blink
252 - 4: amber_on
253 - 5: amber_blink
6 +
7 +# metadata:
8 +# device:
9 +# fields:
10 +# vendor:
11 +# value: Alcatel-Lucent
12 +# type:
13 +# value: Switch/BOP
14 +
15 +# metrics:
16 +# - MIB: ALCATEL-IND1-HEALTH-MIB
17 +# symbol:
18 +# name: cpu.usage
19 +# OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.14.0 # healthDeviceCpu1MinAvg
20 +# description: Average module-level CPU utilization over the last minute
21 +# family: CPU/Usage
22 +# unit: "%"
23 +# - MIB: ALCATEL-IND1-HEALTH-MIB
24 +# symbol:
25 +# name: memory.usage
26 +# OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.10.0 # healthDeviceMemory1MinAvg
27 +# description: Average module-level memory utilization over the last minute
28 +# family: Memory/Usage
29 +# unit: "%"
30 +# # - MIB: ALCATEL-IND1-HEALTH-MIB
31 +# # symbol:
32 +# # name: alcatel.ind.healthDeviceTemperatureChas1MinAvg
33 +# # OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.18.0
34 +# # description: TBD
35 +# # unit: "TBD"
36 +# # TODO can't find such a metric
37 +# - MIB: ALCATEL-IND1-CHASSIS-MIB
38 +# table:
39 +# name: chasEntPhysicalTable
40 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1
41 +# symbols:
42 +# - name: alcatel.ind.chasEntPhysical
43 +# constant_value_one: true
44 +
45 +# - OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.1
46 +# name: alcatel.ind.chasEntPhysAdminStatus
47 +
48 +# mapping:
49 +# 1: unknown
50 +# 2: power_off
51 +# 3: power_on
52 +# 4: reset
53 +# 5: takeover
54 +# 6: reset_all
55 +# 7: standby
56 +# 8: reset_with_fabric
57 +# 9: takeover_with_fabrc
58 +# # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
59 +# metric_tags:
60 +# # MIB: ENTITY-MIB
61 +# # table: entPhysicalTable
62 +# - symbol:
63 +# OID: 1.3.6.1.2.1.47.1.1.1.1.5
64 +# name: alcatel.ind.entPhysicalClass
65 +# tag: ent_physical_class
66 +# mapping:
67 +# 1: other
68 +# 2: unknown
69 +# 3: chassis
70 +# 4: backplane
71 +# 5: container
72 +# 6: power_supply
73 +# 7: fan
74 +# 8: sensor
75 +# 9: module
76 +# 10: port
77 +# 11: stack
78 +# 12: cpu
79 +# 13: energy_object
80 +# 14: battery
81 +# 15: storage_drive
82 +# # MIB: ENTITY-MIB
83 +# # table: entPhysicalTable
84 +# - symbol:
85 +# OID: 1.3.6.1.2.1.47.1.1.1.1.7
86 +# name: alcatel.ind.entPhysicalName
87 +# tag: ent_physical_name
88 +# # MIB: ENTITY-MIB
89 +# # table: entPhysicalTable
90 +# - symbol:
91 +# OID: 1.3.6.1.2.1.47.1.1.1.1.11
92 +# name: alcatel.ind.entPhysicalSerialNum
93 +# tag: ent_physical_serial_num
94 +# # MIB: ENTITY-MIB
95 +# # table: entPhysicalTable
96 +# - symbol:
97 +# OID: 1.3.6.1.2.1.47.1.1.1.1.13
98 +# name: alcatel.ind.entPhysicalModelName
99 +# tag: ent_physical_model_name
100 +
101 +# - symbol:
102 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.2
103 +# name: alcatel.ind.chasEntPhysOperStatus
104 +# tag: chas_ent_phys_oper_status
105 +# mapping:
106 +# 1: up
107 +# 2: down
108 +# 3: testing
109 +# 4: unknown
110 +# 5: secondary
111 +# 6: not_present
112 +# 7: unpowered
113 +# 8: master
114 +# - symbol:
115 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.8
116 +# name: alcatel.ind.chasEntPhysLedStatusOk1
117 +# tag: chas_ent_phys_led_status_ok1
118 +# mapping:
119 +# 0: not_applicable
120 +# 1: off
121 +# 2: green_on
122 +# 3: green_blink
123 +# 4: amber_on
124 +# 5: amber_blink
125 +# - symbol:
126 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.9
127 +# name: alcatel.ind.chasEntPhysLedStatusOk2
128 +# tag: chas_ent_phys_led_status_ok2
129 +# mapping:
130 +# 0: not_applicable
131 +# 1: off
132 +# 2: green_on
133 +# 3: green_blink
134 +# 4: amber_on
135 +# 5: amber_blink
136 +# - symbol:
137 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.10
138 +# name: alcatel.ind.chasEntPhysLedStatusPrimaryCMM
139 +# tag: chas_ent_phys_led_status_primary_cmm
140 +# mapping:
141 +# 0: not_applicable
142 +# 1: off
143 +# 2: green_on
144 +# 3: green_blink
145 +# 4: amber_on
146 +# 5: amber_blink
147 +# - symbol:
148 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.11
149 +# name: alcatel.ind.chasEntPhysLedStatusSecondaryCMM
150 +# tag: chas_ent_phys_led_status_secondary_cmm
151 +# mapping:
152 +# 0: not_applicable
153 +# 1: off
154 +# 2: green_on
155 +# 3: green_blink
156 +# 4: amber_on
157 +# 5: amber_blink
158 +# - symbol:
159 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.12
160 +# name: alcatel.ind.chasEntPhysLedStatusTemperature
161 +# tag: chas_ent_phys_led_status_temperature
162 +# mapping:
163 +# 0: not_applicable
164 +# 1: off
165 +# 2: green_on
166 +# 3: green_blink
167 +# 4: amber_on
168 +# 5: amber_blink
169 +# - symbol:
170 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.13
171 +# name: alcatel.ind.chasEntPhysLedStatusFan
172 +# tag: chas_ent_phys_led_status_fan
173 +# mapping:
174 +# 0: not_applicable
175 +# 1: off
176 +# 2: green_on
177 +# 3: green_blink
178 +# 4: amber_on
179 +# 5: amber_blink
180 +# - symbol:
181 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.14
182 +# name: alcatel.ind.chasEntPhysLedStatusFan1
183 +# tag: chas_ent_phys_led_status_fan1
184 +# mapping:
185 +# 0: not_applicable
186 +# 1: off
187 +# 2: green_on
188 +# 3: green_blink
189 +# 4: amber_on
190 +# 5: amber_blink
191 +# - symbol:
192 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.15
193 +# name: alcatel.ind.chasEntPhysLedStatusFan2
194 +# tag: chas_ent_phys_led_status_fan2
195 +# mapping:
196 +# 0: not_applicable
197 +# 1: off
198 +# 2: green_on
199 +# 3: green_blink
200 +# 4: amber_on
201 +# 5: amber_blink
202 +# - symbol:
203 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.16
204 +# name: alcatel.ind.chasEntPhysLedStatusFan3
205 +# tag: chas_ent_phys_led_status_fan3
206 +# mapping:
207 +# 0: not_applicable
208 +# 1: off
209 +# 2: green_on
210 +# 3: green_blink
211 +# 4: amber_on
212 +# 5: amber_blink
213 +# - symbol:
214 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.17
215 +# name: alcatel.ind.chasEntPhysLedStatusBackupPS
216 +# tag: chas_ent_phys_led_status_backup_ps
217 +# mapping:
218 +# 0: not_applicable
219 +# 1: off
220 +# 2: green_on
221 +# 3: green_blink
222 +# 4: amber_on
223 +# 5: amber_blink
224 +# - symbol:
225 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.18
226 +# name: alcatel.ind.chasEntPhysLedStatusInternalPS
227 +# tag: chas_ent_phys_led_status_internal_ps
228 +# mapping:
229 +# 0: not_applicable
230 +# 1: off
231 +# 2: green_on
232 +# 3: green_blink
233 +# 4: amber_on
234 +# 5: amber_blink
235 +# - symbol:
236 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.19
237 +# name: alcatel.ind.chasEntPhysLedStatusControl
238 +# tag: chas_ent_phys_led_status_control
239 +# mapping:
240 +# 0: not_applicable
241 +# 1: off
242 +# 2: green_on
243 +# 3: green_blink
244 +# 4: amber_on
245 +# 5: amber_blink
246 +# - symbol:
247 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.20
248 +# name: alcatel.ind.chasEntPhysLedStatusFabric
249 +# tag: chas_ent_phys_led_status_fabric
250 +# mapping:
251 +# 0: not_applicable
252 +# 1: off
253 +# 2: green_on
254 +# 3: green_blink
255 +# 4: amber_on
256 +# 5: amber_blink
257 +# - symbol:
258 +# OID: 1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.21
259 +# name: alcatel.ind.chasEntPhysLedStatusPSU
260 +# tag: chas_ent_phys_led_status_psu
261 +# mapping:
262 +# 0: not_applicable
263 +# 1: off
264 +# 2: green_on
265 +# 3: green_blink
266 +# 4: amber_on
267 +# 5: amber_blink
268 +
269 +# TODO, investigate this 800 OID, it doesn't exist.
\ No newline at end of file
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-omni-access-wlc.yaml
+58 -38
@@ -1,29 +1,35 @@
1 extends:
2 - alcatel-lucent.yaml
3 -sysobjectid:
4 - - 1.3.6.1.4.1.6486.800.1.1.2.2.2.*
3 +
4 metadata:
5 device:
6 fields:
7 type:
9 - value: "WLC"
8 + value: Switch/WLC
9 + vendor:
10 + value: Alcatel-Lucent
11 +
12 +sysobjectid:
13 + - 1.3.6.1.4.1.6486.800.1.1.2.2.2.*
14 +
15 metrics:
16 - MIB: WLSX-SWITCH-MIB
17 table:
18 name: wlsxSysXProcessorTable
19 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.9
20 symbols:
16 - - name: cpu.usage
21 + - name: sysXProcessorLoad
22 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.9.1.3
18 - description: The average, over the last minute, of the percentage of time that this processor was not idle.
23 + description: The average, over the last minute, of the percentage of time that this processor was not idle
24 + family: CPU/Usage
25 unit: "%"
26 metric_tags:
21 - - index: 1
22 - tag: cpu
23 - - symbol:
27 + - tag: cpu_index
28 + index: 1
29 + - tag: sys_x_processor_descr
30 + symbol:
31 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.9.1.2
32 name: sysXProcessorDescr
26 - tag: sys_x_processor_descr
33 - MIB: WLSX-SWITCH-MIB
34 table:
35 name: wlsxSysXStorageTable
@@ -31,71 +37,85 @@ metrics:
37 symbols:
38 - name: sysXStorageSize
39 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.3
34 - description: Size of the storage filesystem in MB.
35 - unit: "MBy"
40 + description: Size of the storage filesystem
41 + family: Storage/Filesystem/Size
42 + unit: "By"
43 + scale_factor: 1048576
44 - name: sysXStorageUsed
45 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.4
38 - description: Size of the storage filesystem in MB.
39 - unit: "MBy"
40 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
46 + description: Storage filesystem usage
47 + family: Storage/Filesystem/Used
48 + unit: "By"
49 + scale_factor: 1048576
50 metric_tags:
42 - - symbol:
51 + - tag: sys_x_storage_type
52 + symbol:
53 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.2
54 name: sysXStorageType
45 - tag: sys_x_storage_type
55 mapping:
56 1: ram
57 2: flash_memory
49 - - symbol:
58 + - tag: sys_x_storage_name
59 + symbol:
60 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.5
61 name: sysXStorageName
52 - tag: sys_x_storage_name
62 +
63 - MIB: WLSX-SWITCH-MIB
64 table:
65 name: wlsxSysXMemoryTable
66 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11
67 symbols:
58 - - name: memory.total
68 + - name: sysXMemorySize
69 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.2
60 - description: Total memory in KB.
61 - unit: "kBy"
62 - - name: memory.used
70 + description: Total memory in KB
71 + family: Memory/Total
72 + unit: "By"
73 + scale_factor: 1024
74 + - name: sysXMemoryUsed
75 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.3
64 - description: Used memory in KB.
65 - unit: "kBy"
66 - - name: memory.free
76 + description: Used memory in KB
77 + family: Memory/Used
78 + unit: "By"
79 + scale_factor: 1024
80 + - name: sysXMemoryFree
81 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.4
68 - description: Free memory in KB.
69 - unit: "kBy"
82 + description: Free memory in KB
83 + family: Memory/Free
84 + unit: "By"
85 + scale_factor: 1024
86 metric_tags:
71 - - index: 1
72 - tag: mem
87 + - tag: mem_index
88 + index: 1
89 +
90 - MIB: WLSX-SWITCH-MIB
91 symbol:
92 name: wlsxSwitchTotalNumAccessPoints
93 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.1.0
77 - description: Total number of access points connected to this switch.
78 - unit: "{access_point}"
94 + description: Total number of access points connected to this switch
95 + family: Wireless/AccessPoint/Connected
96 + unit: "{ap}"
97 +
98 - MIB: WLSX-SWITCH-MIB
99 symbol:
100 name: wlsxSwitchTotalNumStationsAssociated
101 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.2.0
102 description: Total number of stations associated to this switch.
103 + family: Wireless/Station/Associated
104 unit: "{station}"
105 +
106 metric_tags:
86 - - OID: 1.3.6.1.4.1.14823.2.2.1.1.1.2.0
107 + - tag: wlsx_model_name
108 + OID: 1.3.6.1.4.1.14823.2.2.1.1.1.2.0
109 symbol: wlsxModelName
88 - tag: wlsx_model_name
89 - # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
90 - - OID: 1.3.6.1.4.1.14823.2.2.1.1.1.4.0
110 + - tag: wlsx_switch_role
111 + OID: 1.3.6.1.4.1.14823.2.2.1.1.1.4.0
112 symbol: wlsxSwitchRole
92 - tag: wlsx_switch_role
113 mapping:
114 1: master
115 2: local
116 3: standbymaster
117 4: branch
118 5: md
99 - - OID: 1.3.6.1.4.1.14823.2.2.1.1.1.12.0
119 + - tag: wlsx_switch_license_serial_number
120 + OID: 1.3.6.1.4.1.14823.2.2.1.1.1.12.0
121 symbol: wlsxSwitchLicenseSerialNumber
101 - tag: wlsx_switch_license_serial_number
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent.yaml
+1 -1
@@ -6,4 +6,4 @@ metadata:
6 device:
7 fields:
8 vendor:
9 - value: "alcatel-lucent"
9 + value: "Alcatel-Lucent"