comment metric tags that could be metrics (#20272)
Fotis Voutsas committed
May 16, 2025 at 11:10 UTC
c87793016585ab5f7a587fa0d2a5ccbcaaf09ddf
81 files changed
+309
-31
src/go/plugin/go.d/config/go.d/snmp.profiles/default/3com-huawei.yaml
+2
@@ -42,6 +42,7 @@ metrics:
42
constant_value_one: true
43
description: Fan status indicator
44
unit: "TBD"
45
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
46
metric_tags:
47
- index: 1
48
tag: fan_num
@@ -63,6 +64,7 @@ metrics:
64
constant_value_one: true
65
description: Power status indicator
66
unit: "TBD"
67
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
68
metric_tags:
69
- index: 1
70
tag: power_num
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-generic.yaml
+10
@@ -40,6 +40,7 @@ metrics:
40
constant_value_one: true
41
description: FRU power status constant value one
42
unit: "TBD"
43
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
44
metric_tags:
45
- index: 1
46
tag: fru
@@ -124,6 +125,7 @@ metrics:
125
name: ciscoEnvMonTemperatureStatusValue
126
description: Current measurement of the testpoint being instrumented
127
unit: "Cel"
128
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
129
metric_tags:
130
- tag: temp_state
131
symbol:
@@ -147,6 +149,7 @@ metrics:
149
name: ciscoEnvMonSupplyState
150
description: Current state of the power supply being instrumented
151
unit: "{power_state}"
152
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
153
metric_tags:
154
- symbol:
155
OID: 1.3.6.1.4.1.9.9.13.1.5.1.4
@@ -172,6 +175,7 @@ metrics:
175
constant_value_one: true
176
description: Power supply status constant value one
177
unit: "TBD"
178
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
179
metric_tags:
180
- symbol:
181
OID: 1.3.6.1.4.1.9.9.13.1.5.1.3
@@ -225,6 +229,7 @@ metrics:
229
constant_value_one: true
230
description: Fan status constant value one
231
unit: "TBD"
232
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
233
metric_tags:
234
- symbol:
235
OID: 1.3.6.1.4.1.9.9.13.1.4.1.3
@@ -298,6 +303,7 @@ metrics:
303
constant_value_one: true
304
description: Switch info constant value one
305
unit: "TBD"
306
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
307
metric_tags:
308
- tag: mac_addr
309
symbol:
@@ -350,6 +356,7 @@ metrics:
356
constant_value_one: true
357
description: Fan tray status constant value one
358
unit: "TBD"
359
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
360
metric_tags:
361
- index: 1
362
tag: fru
@@ -404,6 +411,7 @@ metrics:
411
name: cfwConnectionStatCount
412
description: Integer value containing the resource statistic count
413
unit: "{connection_statistic}"
414
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
415
metric_tags:
416
- symbol:
417
OID: 1.3.6.1.4.1.9.9.147.1.2.2.2.1.2
@@ -463,6 +471,7 @@ metrics:
471
name: rttMonLatestRttOperSense
472
description: Sense code for the completion status of the latest RTT operation
473
unit: "{sense_code}"
474
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
475
metric_tags:
476
- symbol:
477
OID: 1.3.6.1.4.1.9.9.42.1.2.9.1.10
@@ -556,6 +565,7 @@ metrics:
565
name: rttMonCtrlOperTimeoutOccurred
566
description: Indicates if a timeout occurred for the RTT operation
567
unit: "1"
568
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
569
metric_tags:
570
- symbol:
571
OID: 1.3.6.1.4.1.9.9.42.1.2.9.1.10
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-ipsec-flow-monitor.yaml
+2
@@ -32,6 +32,7 @@ metrics:
32
name: cikeTunOutDropPkts
33
description: The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during send processing.
34
unit: "{packet}"
35
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
36
metric_tags:
37
- index: 1
38
tag: phase_1_tunnel_index
@@ -99,6 +100,7 @@ metrics:
100
name: cipSecTunOutEncryptFails
101
description: The total number of outbound encryption's which ended in failure by this IPsec Phase-2 Tunnel.
102
unit: "{encryption_failure}"
103
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
104
metric_tags:
105
- index: 1
106
tag: phase_2_tunnel_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-voice.yaml
+1
@@ -187,6 +187,7 @@ metrics:
187
OID: 1.3.6.1.4.1.9.9.473.1.3.6.1.4
188
description: Last known status of the enterprise contact center application peripheral interface manager functional component.
189
unit: "1"
190
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
191
metric_tags:
192
- symbol:
193
OID: 1.3.6.1.4.1.9.9.473.1.3.6.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-wlc.yaml
+3
@@ -31,6 +31,7 @@ metrics:
31
OID: 1.3.6.1.4.1.14179.2.2.1.1.19
32
name: bsnApIpAddress
33
tag: ap_ip_address
34
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
35
- symbol:
36
OID: 1.3.6.1.4.1.14179.2.2.1.1.6
37
name: bsnAPOperationStatus
@@ -93,6 +94,7 @@ metrics:
94
- start: 0
95
end: 5
96
tag: ap_ip_address
97
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
98
- symbol:
99
OID: 1.3.6.1.4.1.14179.2.2.2.1.12
100
name: bsnAPIfOperStatus
@@ -236,6 +238,7 @@ metrics:
238
OID: 1.3.6.1.4.1.14179.2.1.1.1.2
239
name: bsnDot11EssSsid
240
tag: ssid
241
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
242
- symbol:
243
OID: 1.3.6.1.4.1.14179.2.1.1.1.6
244
name: bsnDot11EssAdminStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_dell-rac.yaml
+14
@@ -70,6 +70,7 @@ metrics:
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
@@ -279,6 +280,7 @@ metrics:
280
symbols:
281
- name: dell.physicalDisk
282
constant_value_one: true
283
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
284
metric_tags:
285
- symbol:
286
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
@@ -336,6 +338,7 @@ metrics:
338
symbols:
339
- name: enclosurePowerSupply
340
constant_value_one: true
341
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
342
metric_tags:
343
- symbol:
344
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4
@@ -386,6 +389,7 @@ metrics:
389
symbols:
390
- name: dell.battery
391
constant_value_one: true
392
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
393
metric_tags:
394
- symbol:
395
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4
@@ -450,6 +454,7 @@ metrics:
454
symbols:
455
- name: dell.controller
456
constant_value_one: true
457
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
458
metric_tags:
459
- symbol:
460
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37
@@ -513,6 +518,7 @@ metrics:
518
symbols:
519
- name: dell.pCIDevice
520
constant_value_one: true
521
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
522
metric_tags:
523
- symbol:
524
OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
@@ -560,6 +566,7 @@ metrics:
566
symbols:
567
- name: dell.systemSlot
568
constant_value_one: true
569
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
570
metric_tags:
571
- symbol:
572
OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
@@ -611,6 +618,7 @@ metrics:
618
symbols:
619
- name: dell.networkDevice
620
constant_value_one: true
621
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
622
metric_tags:
623
- symbol:
624
OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
@@ -666,6 +674,7 @@ metrics:
674
symbols:
675
- name: dell.systemBIOS
676
constant_value_one: true
677
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
678
metric_tags:
679
- symbol:
680
OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.1
@@ -798,6 +807,7 @@ metrics:
807
symbols:
808
- name: dell.amperageProbe
809
constant_value_one: true
810
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
811
metric_tags:
812
- symbol:
813
OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7
@@ -924,6 +934,7 @@ metrics:
934
symbols:
935
- name: dell.voltageProbe
936
constant_value_one: true
937
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
938
metric_tags:
939
- symbol:
940
OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.1
@@ -1052,6 +1063,7 @@ metrics:
1063
OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.2
1064
name: coolingDeviceIndex
1065
tag: cooling_device_name
1066
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1067
- symbol:
1068
OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.7
1069
name: coolingDeviceType
@@ -1102,6 +1114,7 @@ metrics:
1114
OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.2
1115
name: temperatureProbeIndex
1116
tag: temperature_probe_index
1117
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1118
- symbol:
1119
OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.7
1120
name: temperatureProbeType
@@ -1208,6 +1221,7 @@ metrics:
1221
symbols:
1222
- name: dell.memoryDevice
1223
constant_value_one: true
1224
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1225
metric_tags:
1226
- symbol:
1227
OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-bgp4.yaml
+1
@@ -72,6 +72,7 @@ metrics:
72
name: bgpPeerMinASOriginationInterval
73
description: Time interval in seconds for the MinASOriginationInterval timer
74
unit: "s"
75
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
76
metric_tags:
77
- tag: remote_as
78
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-entity-sensor.yaml
+1
@@ -8,6 +8,7 @@ metrics:
8
name: entPhySensorValue
9
description: The most recent measurement obtained by the agent for this sensor
10
unit: "TBD"
11
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
12
metric_tags:
13
- symbol:
14
OID: 1.3.6.1.2.1.99.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ip.yaml
+2
@@ -123,6 +123,7 @@ metrics:
123
name: ipSystemStatsHCOutBcastPkts
124
description: The number of IP broadcast datagrams transmitted
125
unit: "{datagram}"
126
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
127
metric_tags:
128
- index: 1
129
tag: ipversion
@@ -247,6 +248,7 @@ metrics:
248
name: ipIfStatsHCOutBcastPkts
249
description: The number of IP broadcast datagrams transmitted
250
unit: "{datagram}"
251
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
252
metric_tags:
253
- index: 1
254
tag: ipversion
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-lldp.yaml
+1
@@ -7,6 +7,7 @@ metrics:
7
- name: lldpRem
8
constant_value_one: true
9
metric_tags:
10
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
11
- symbol:
12
OID: 1.0.8802.1.1.2.1.4.1.1.6
13
name: lldpRemPortIdSubtype
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ospf.yaml
+8
@@ -16,6 +16,7 @@ metrics:
16
name: ospfNbrLsRetransQLen
17
description: The current length of the retransmission queue
18
unit: "{retransmission_queue}"
19
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
20
metric_tags:
21
- symbol:
22
OID: 1.3.6.1.2.1.14.10.1.3
@@ -45,6 +46,7 @@ metrics:
46
symbols:
47
- name: ospfNbr
48
constant_value_one: true
49
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
50
metric_tags:
51
- symbol:
52
OID: 1.3.6.1.2.1.14.10.1.3
@@ -84,6 +86,7 @@ metrics:
86
name: ospfVirtNbrLsRetransQLen
87
description: The current length of the retransmission queue
88
unit: "{retransmission_queue}"
89
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
90
metric_tags:
91
- symbol:
92
OID: 1.3.6.1.2.1.14.11.1.3
@@ -113,6 +116,7 @@ metrics:
116
symbols:
117
- name: ospfVirtNbr
118
constant_value_one: true
119
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
120
metric_tags:
121
- symbol:
122
OID: 1.3.6.1.2.1.14.11.1.3
@@ -152,6 +156,7 @@ metrics:
156
name: ospfIfLsaCount
157
description: The total number of link-local link state advertisements in this interface's link-local link state database
158
unit: "{link_state_advertisement}"
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
OID: 1.3.6.1.2.1.14.7.1.1
@@ -182,6 +187,7 @@ metrics:
187
symbols:
188
- name: ospfIf
189
constant_value_one: true
190
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
191
metric_tags:
192
- symbol:
193
OID: 1.3.6.1.2.1.14.7.1.1
@@ -222,6 +228,7 @@ metrics:
228
name: ospfVirtIfLsaCount
229
description: The total number of link-local link state advertisements in this virtual interface's link-local link state database
230
unit: "{link_state_advertisement}"
231
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
232
metric_tags:
233
- symbol:
234
OID: 1.3.6.1.2.1.14.11.1.2
@@ -243,6 +250,7 @@ metrics:
250
symbols:
251
- name: ospfVirtIf
252
constant_value_one: true
253
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
254
metric_tags:
255
- symbol:
256
OID: 1.3.6.1.2.1.14.11.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_hp-compaq-health.yaml
+2
@@ -232,6 +232,7 @@ metrics:
232
name: cpqHeFltTolPowerSupplyStatus
233
description: Status of the fault tolerant power supply
234
unit: "{instance}"
235
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
236
metric_tags:
237
- symbol:
238
OID: 1.3.6.1.4.1.232.6.2.9.3.1.1
@@ -253,6 +254,7 @@ metrics:
254
name: cpqHeFltTolPowerSupplyCapacityMaximum
255
description: Maximum capacity of the power supply in watts
256
unit: "W"
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.232.6.2.9.3.1.5
src/go/plugin/go.d/config/go.d/snmp.profiles/default/a10-thunder.yaml
+9
@@ -241,6 +241,7 @@ metrics:
241
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
@@ -267,6 +268,7 @@ metrics:
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.
272
metric_tags:
273
- symbol:
274
name: axPowerSupplyVoltageDescription
@@ -289,6 +291,7 @@ metrics:
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
@@ -330,6 +333,7 @@ metrics:
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
@@ -364,6 +368,7 @@ metrics:
368
metric_type: monotonic_count
369
description: The number of current L7 requests if applicable
370
unit: "{request}"
371
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
372
metric_tags:
373
- symbol:
374
name: axServerStatName
@@ -386,6 +391,7 @@ metrics:
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
metric_tags:
396
- symbol:
397
name: axServiceGroupName
@@ -431,6 +437,7 @@ metrics:
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.
441
metric_tags:
442
- symbol:
443
name: axVirtualServerName
@@ -510,6 +517,7 @@ metrics:
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.
521
metric_tags:
522
- symbol:
523
name: axVirtualServerStatAddress
@@ -544,6 +552,7 @@ metrics:
552
OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.12
553
description: Current connections from client side
554
unit: "{connection}"
555
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
556
metric_tags:
557
- symbol:
558
name: axVirtualServerPortStatAddress
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ent.yaml
+4
@@ -44,6 +44,7 @@ metrics:
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
@@ -280,6 +281,7 @@ metrics:
281
OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2.1.1
282
description: Current temperature of the physical entity
283
unit: "Cel"
284
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
285
metric_tags:
286
# MIB: ENTITY-MIB
287
# table: entPhysicalTable
@@ -342,6 +344,7 @@ metrics:
344
OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.4
345
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.
348
metric_tags:
349
- symbol:
350
OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.2
@@ -371,6 +374,7 @@ metrics:
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
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ind.yaml
+1
@@ -28,6 +28,7 @@ metrics:
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
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-omni-access-wlc.yaml
+2
@@ -37,6 +37,7 @@ metrics:
37
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.
41
metric_tags:
42
- symbol:
43
OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.2
@@ -85,6 +86,7 @@ metric_tags:
86
- OID: 1.3.6.1.4.1.14823.2.2.1.1.1.2.0
87
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
91
symbol: wlsxSwitchRole
92
tag: wlsx_switch_role
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-netbotz.yaml
+9
@@ -15,6 +15,7 @@ metrics:
15
symbols:
16
- name: netbotz.enclosure
17
constant_value_one: true
18
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
19
metric_tags:
20
- symbol:
21
OID: 1.3.6.1.4.1.5528.100.2.1.1.7
@@ -64,6 +65,7 @@ metrics:
65
symbols:
66
- name: netbotz.dinPort
67
constant_value_one: true
68
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
69
metric_tags:
70
- symbol:
71
OID: 1.3.6.1.4.1.5528.100.3.1.1.9
@@ -94,6 +96,7 @@ metrics:
96
symbols:
97
- name: netbotz.otherPort
98
constant_value_one: true
99
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
100
metric_tags:
101
- symbol:
102
OID: 1.3.6.1.4.1.5528.100.3.10.1.5
@@ -163,6 +166,7 @@ metrics:
166
tag: netbotz_temp_sensor_enc_id
167
description: The id of the physical enclosure containing the sensor
168
unit: "{enclosure}"
169
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
170
- symbol:
171
OID: 1.3.6.1.4.1.5528.100.4.1.1.1.3
172
name: tempSensorErrorStatus
@@ -208,6 +212,7 @@ metrics:
212
tag: netbotz_humi_sensor_enc_id
213
description: The id of the physical enclosure containing the sensor
214
unit: "{enclosure}"
215
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
216
- symbol:
217
OID: 1.3.6.1.4.1.5528.100.4.1.2.1.3
218
name: humiSensorErrorStatus
@@ -293,6 +298,7 @@ metrics:
298
tag: netbotz_other_numeric_sensor_units
299
description: The unit of measure for the sensor value
300
unit: "TBD"
301
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
302
- symbol:
303
OID: 1.3.6.1.4.1.5528.100.4.1.10.1.3
304
name: otherNumericSensorErrorStatus
@@ -313,6 +319,7 @@ metrics:
319
symbols:
320
- name: netbotz.doorSwitchSensor
321
constant_value_one: true
322
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
323
metric_tags:
324
- symbol:
325
OID: 1.3.6.1.4.1.5528.100.4.2.2.1.8
@@ -361,6 +368,7 @@ metrics:
368
symbols:
369
- name: netbotz.otherStateSensor
370
constant_value_one: true
371
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
372
metric_tags:
373
- symbol:
374
OID: 1.3.6.1.4.1.5528.100.4.2.10.1.4
@@ -406,6 +414,7 @@ metrics:
414
symbols:
415
- name: netbotz.errorCond
416
constant_value_one: true
417
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
418
metric_tags:
419
- symbol:
420
OID: 1.3.6.1.4.1.5528.100.5.1.1.12
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-pdu.yaml
+6
@@ -19,6 +19,7 @@ metrics:
19
name: powernet.rPDULoadStatusLoad
20
description: Load status of the PDU
21
unit: "TBD"
22
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
23
metric_tags:
24
- tag: powernet_r_pdu_load_status_index
25
symbol:
@@ -42,6 +43,7 @@ metrics:
43
name: powernet.rPDUOutletStatusLoad
44
description: Load status of the PDU outlet
45
unit: "TBD"
46
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
47
metric_tags:
48
- tag: powernet_r_pdu_outlet_status_index
49
symbol:
@@ -92,6 +94,7 @@ metrics:
94
constant_value_one: true
95
description: Status of the PDU bank
96
unit: "TBD"
97
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
98
metric_tags:
99
- tag: powernet_r_pdu_status_bank_index
100
symbol:
@@ -119,6 +122,7 @@ metrics:
122
constant_value_one: true
123
description: Status of the PDU phase
124
unit: "TBD"
125
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
126
metric_tags:
127
- tag: powernet_r_pdu_status_phase_index
128
symbol:
@@ -146,6 +150,7 @@ metrics:
150
constant_value_one: true
151
description: Status of the PDU outlet
152
unit: "TBD"
153
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
154
metric_tags:
155
- tag: powernet_r_pdu_status_outlet_index
156
symbol:
@@ -181,6 +186,7 @@ metrics:
186
name: powernet.rPDU2SensorTempHumidityStatusRelativeHumidity
187
description: Relative humidity percentage
188
unit: "%"
189
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
190
metric_tags:
191
- tag: powernet_r_pdu2_sensor_temp_humidity_status_name
192
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc_ups.yaml
+1
@@ -232,6 +232,7 @@ metrics:
232
constant_value_one: true
233
- OID: 1.3.6.1.4.1.318.1.1.1.12.1.2.1.3
234
name: upsOutletGroupStatusGroupState
235
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
236
metric_tags:
237
- tag: outlet_group_name
238
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/arista-switch.yaml
+1
@@ -204,6 +204,7 @@ metrics:
204
OID: 1.3.6.1.4.1.30065.4.1.1.2.1.10
205
description: "The remote autonomous system number received in the BGP OPEN message."
206
unit: "1"
207
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
208
metric_tags:
209
- symbol:
210
name: aristaBgp4V2PeerLocalAddr
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-switch.yaml
+1
@@ -97,6 +97,7 @@ metrics:
97
constant_value_one: true
98
description: Fan constant value one
99
unit: "TBD"
100
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
101
metric_tags:
102
- tag: fan_index
103
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-wireless-controller.yaml
+4
-1
@@ -81,6 +81,7 @@ metrics:
81
OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.4
82
description: Size of the storage filesystem in MB
83
unit: "MBy"
84
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
85
metric_tags:
86
- symbol:
87
name: sysXStorageType
@@ -106,6 +107,7 @@ metrics:
107
OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.14
108
description: Signal to noise ratio for the BSSID
109
unit: "dB"
110
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
111
metric_tags:
112
- symbol:
113
name: apESSID
@@ -284,6 +286,7 @@ metrics:
286
OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.4
287
description: Number of AP hbt GRE tunnels
288
unit: "{tunnel}"
289
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
290
metric_tags:
291
- symbol:
292
OID: 1.3.6.1.4.1.14823.2.2.1.20.1.1.1.2
@@ -291,7 +294,6 @@ metrics:
294
table: wlsxHighAvalabilityConfigTable
295
tag: ha_membership
296
# The actual index of the table is haProfileName that is not accessible
294
-
297
- MIB: WLSX-WLAN-MIB
298
table:
299
name: wlsxWlanStationTable
@@ -313,6 +315,7 @@ metrics:
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.
319
metric_tags:
320
- symbol:
321
name: wlanStaPhyType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-cajun-switch.yaml
+1
@@ -32,6 +32,7 @@ metrics:
32
symbols:
33
- name: avaya.genPort
34
constant_value_one: true
35
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
36
metric_tags:
37
- symbol:
38
name: avaya.genPortId
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-media-gateway.yaml
+3
@@ -29,6 +29,7 @@ metrics:
29
symbols:
30
- name: avaya.avEntPhyChFru
31
constant_value_one: true
32
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
33
metric_tags:
34
- index: 1
35
tag: avaya_ent_physical_index
@@ -107,6 +108,7 @@ metrics:
108
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.8
109
description: Five-minute average occupancy of the VoIP engine
110
unit: "%"
111
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
112
metric_tags:
113
- symbol:
114
name: avaya.cmgVoipCurrentIpAddress
@@ -150,6 +152,7 @@ metrics:
152
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.3
153
description: Number of channels currently in use at the DSP core
154
unit: "{channel}"
155
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
156
metric_tags:
157
- symbol:
158
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.4
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-nortel-ethernet-routing-switch.yaml
+1
-1
@@ -44,6 +44,7 @@ metrics:
44
symbols:
45
- name: avaya.s5ChasCom
46
constant_value_one: true
47
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
48
metric_tags:
49
- symbol:
50
name: avaya.s5ChasComDescr
@@ -83,7 +84,6 @@ metrics:
84
12: obsoleted
85
description: Current operational state of the component or sub-component
86
unit: "TBD"
86
-
87
metric_tags:
88
- OID: 1.3.6.1.4.1.45.1.6.3.1.5.0
89
symbol: s5ChasVer
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avocent-acs.yaml
+1
@@ -55,6 +55,7 @@ metrics:
55
constant_value_one: true
56
description: Serial port constant value one.
57
unit: "TBD"
58
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
59
metric_tags:
60
- tag: avocent_acs_serial_port_table_device_name
61
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/barracuda-cloudgen.yaml
+5
@@ -20,6 +20,7 @@ metrics:
20
constant_value_one: true
21
description: " "
22
unit: "TBD"
23
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
24
metric_tags:
25
- symbol:
26
OID: 1.3.6.1.4.1.10704.1.0.1.1
@@ -136,6 +137,7 @@ metrics:
137
name: phion.hwSensorValue
138
description: "Sensor value"
139
unit: "1"
140
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
141
metric_tags:
142
- symbol:
143
OID: 1.3.6.1.4.1.10704.1.4.1.1
@@ -164,6 +166,7 @@ metrics:
166
constant_value_one: true
167
description: " "
168
unit: "TBD"
169
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
170
metric_tags:
171
- symbol:
172
OID: 1.3.6.1.4.1.10704.1.6.1.1
@@ -206,6 +209,7 @@ metrics:
209
constant_value_one: true
210
description: " "
211
unit: "TBD"
212
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
213
metric_tags:
214
- symbol:
215
OID: 1.3.6.1.4.1.10704.1.8.1.1
@@ -240,6 +244,7 @@ metrics:
244
constant_value_one: true
245
description: " "
246
unit: "TBD"
247
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
248
metric_tags:
249
- symbol:
250
OID: 1.3.6.1.4.1.10704.1.9.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/brocade-fc-switch.yaml
+2
@@ -44,6 +44,7 @@ metrics:
44
constant_value_one: true
45
description: Operational status of the FxPort.
46
unit: "{status}"
47
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
48
metric_tags:
49
- index: 1 # fcFeModuleIndex is index #1 of fcFxPortEntry
50
tag: fc_fe_module_index
@@ -77,6 +78,7 @@ metrics:
78
constant_value_one: true
79
description: Physical status of the FxPort.
80
unit: "{status}"
81
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
82
metric_tags:
83
- index: 1 # fcFeModuleIndex is index #1 of fcFxPortEntry
84
tag: fc_fe_module_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/chatsworth_pdu.yaml
+1
@@ -787,6 +787,7 @@ metrics:
787
symbols:
788
- name: cpiEas
789
constant_value_one: true
790
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
791
metric_tags:
792
- tag: lock_id
793
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/checkpoint.yaml
+1
@@ -204,6 +204,7 @@ metrics:
204
symbols:
205
- name: fanSpeedSensor
206
constant_value_one: true
207
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
208
metric_tags:
209
- symbol:
210
OID: 1.3.6.1.4.1.2620.1.6.7.8.2.1.6
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower-asa.yaml
+1
@@ -36,6 +36,7 @@ metrics:
36
name: cpu.usage
37
description: The overall CPU busy percentage in the last 1 minute period
38
unit: "%"
39
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
40
metric_tags:
41
- index: 1 # cpmCPUTotalIndex
42
tag: cpu
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower.yaml
+2
@@ -73,6 +73,7 @@ metrics:
73
constant_value_one: true
74
description: Fan equipment presence indicator
75
unit: "{fan}"
76
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
77
metric_tags:
78
- tag: cfpr_equipment_fan_dn
79
symbol:
@@ -122,6 +123,7 @@ metrics:
123
constant_value_one: true
124
description: Power supply unit equipment presence indicator
125
unit: "{power_supply}"
126
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
127
metric_tags:
128
- tag: cfpr_equipment_psu_dn
129
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-ironport-email.yaml
+3
@@ -77,6 +77,7 @@ metrics:
77
constant_value_one: true
78
description: A table of one or power supply entries.
79
unit: "{power_supply}"
80
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
81
metric_tags:
82
- symbol:
83
name: ironport.powerSupplyName
@@ -157,6 +158,7 @@ metrics:
158
unit: "s"
159
description: A table of Feature Key expiration entries.
160
unit: "{feature_key_expiration_entry}"
161
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
162
metric_tags:
163
- symbol:
164
name: ironport.keyDescription
@@ -222,6 +224,7 @@ metrics:
224
constant_value_one: true
225
description: Unique index for a drive being instrumented in the appliance. This index is for SNMP purposes only; it has no intrinsic value.
226
unit: "{raid_drive}"
227
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
228
metric_tags:
229
- symbol:
230
name: ironport.raidID
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-nexus.yaml
+1
@@ -32,6 +32,7 @@ metrics:
32
name: entSensorValue
33
description: Most recent measurement seen by the sensor
34
unit: "TBD"
35
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
36
metric_tags:
37
- symbol:
38
OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-ucs.yaml
+8
@@ -20,6 +20,7 @@ metrics:
20
symbols:
21
- name: cucsComputeBoard
22
constant_value_one: true
23
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
24
metric_tags:
25
- symbol:
26
name: cucsComputeBoardDn
@@ -283,6 +284,7 @@ metrics:
284
OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.49
285
description: "Total memory"
286
unit: "By"
287
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
288
metric_tags:
289
- symbol:
290
name: cucsComputeRackUnitDn
@@ -555,6 +557,7 @@ metrics:
557
symbols:
558
- name: cucsEquipmentFan
559
constant_value_one: true
560
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
561
metric_tags:
562
- symbol:
563
name: cucsEquipmentFanDn
@@ -718,6 +721,7 @@ metrics:
721
symbols:
722
- name: cucsEquipmentPsu
723
constant_value_one: true
724
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
725
metric_tags:
726
- symbol:
727
name: cucsEquipmentPsuDn
@@ -891,6 +895,7 @@ metrics:
895
OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.6
896
description: "Capacity of the memory unit"
897
unit: "By"
898
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
899
metric_tags:
900
- symbol:
901
name: cucsMemoryUnitDn
@@ -1109,6 +1114,7 @@ metrics:
1114
symbols:
1115
- name: cucsProcessorUnit
1116
constant_value_one: true
1117
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1118
metric_tags:
1119
- symbol:
1120
name: cucsProcessorUnitDn
@@ -1317,6 +1323,7 @@ metrics:
1323
OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.26
1324
description: "Write io error count"
1325
unit: "{error}"
1326
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1327
metric_tags:
1328
- symbol:
1329
name: cucsStorageFlexFlashCardDn
@@ -1481,6 +1488,7 @@ metrics:
1488
OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.18
1489
description: "Size of the flex flash drive"
1490
unit: "By"
1491
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1492
metric_tags:
1493
- symbol:
1494
name: cucsStorageFlexFlashDriveDn
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler-sdx.yaml
+2
@@ -157,6 +157,7 @@ metrics:
157
OID: 1.3.6.1.4.1.5951.6.3.1.1.11
158
description: "Memory usage percentage of host"
159
unit: "%"
160
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
161
metric_tags:
162
- symbol:
163
OID: 1.3.6.1.4.1.5951.6.3.1.1.1
@@ -204,6 +205,7 @@ metrics:
205
OID: 1.3.6.1.4.1.5951.6.3.2.1.38
206
description: "Http requests per second"
207
unit: "1.s"
208
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
209
metric_tags:
210
- symbol:
211
name: netscaler.sdx.nsIpAddressType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler.yaml
+9
-3
@@ -347,6 +347,7 @@ metrics:
347
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.7
348
description: Number of current client connections
349
unit: "{connection}"
350
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
351
metric_tags:
352
- symbol:
353
name: netscaler.vsvrName
@@ -585,6 +586,7 @@ metrics:
586
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.5
587
description: Average time to first byte between NetScaler and server
588
unit: "ms"
589
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
590
metric_tags:
591
- symbol:
592
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.1
@@ -647,6 +649,7 @@ metrics:
649
symbols:
650
- name: netscaler.serviceGroup
651
constant_value_one: true
652
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
653
metric_tags:
654
- symbol:
655
name: netscaler.svcgrpSvcGroupName
@@ -809,6 +812,7 @@ metrics:
812
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.70
813
description: Spillover threshold for the vserver
814
unit: "{spillover}"
815
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
816
metric_tags:
817
- symbol:
818
name: netscaler.vsvrFullName
@@ -897,6 +901,7 @@ metrics:
901
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.53
902
description: Number of active transactions handled by this service including surge queue
903
unit: "{transaction}"
904
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
905
metric_tags:
906
- symbol:
907
name: netscaler.svcServiceName
@@ -984,6 +989,7 @@ metrics:
989
symbols:
990
- name: netscaler.server
991
constant_value_one: true
992
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
993
metric_tags:
994
- symbol:
995
name: netscaler.serverName
@@ -1006,6 +1012,6 @@ metrics:
1012
7: up
1013
8: transition_to_out_of_service_down
1014
# metric_tags:
1009
- # - OID: 1.3.6.1.4.1.5951.4.1.1.11.0
1010
- # symbol: sysHardwareVersionDesc
1011
- # tag: netscaler_sys_hardware_version_desc
1015
+# - OID: 1.3.6.1.4.1.5951.4.1.1.11.0
1016
+# symbol: sysHardwareVersionDesc
1017
+# tag: netscaler_sys_hardware_version_desc
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cradlepoint.yaml
+1
@@ -84,6 +84,7 @@ metrics:
84
OID: 1.3.6.1.4.1.20992.1.2.2.1.15
85
description: The cellular modems RSRQ given in dBm's.
86
unit: "dBm"
87
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
88
metric_tags:
89
- symbol:
90
name: cradlepoint.mdmDescr
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cyberpower-pdu.yaml
+10
@@ -37,6 +37,7 @@ metrics:
37
name: cyberpower.ePDULoadStatusPowerFactor
38
description: "Power factor of the output measured in hundredths"
39
unit: "%"
40
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
41
metric_tags:
42
- symbol:
43
OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.1
@@ -58,6 +59,7 @@ metrics:
59
symbols:
60
- name: cyberpower.ePDULoadBankConfig
61
constant_value_one: true
62
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
63
metric_tags:
64
- symbol:
65
OID: 1.3.6.1.4.1.3808.1.1.3.2.4.1.1.1
@@ -85,6 +87,7 @@ metrics:
87
name: cyberpower.ePDUOutletStatusActivePower
88
description: "Measured Outlet load for an Outlet Monitored Rack PDU in watts"
89
unit: "W"
90
+ # 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
OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.1
@@ -152,6 +155,7 @@ metrics:
155
symbols:
156
- name: cyberpower.ePDUStatusBank
157
constant_value_one: true
158
+ # 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.3808.1.1.3.5.2.1.1
@@ -177,6 +181,7 @@ metrics:
181
symbols:
182
- name: cyberpower.ePDUStatusPhase
183
constant_value_one: true
184
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
185
metric_tags:
186
- symbol:
187
OID: 1.3.6.1.4.1.3808.1.1.3.5.4.1.1
@@ -202,6 +207,7 @@ metrics:
207
symbols:
208
- name: cyberpower.ePDUStatusOutlet
209
constant_value_one: true
210
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
211
metric_tags:
212
- symbol:
213
OID: 1.3.6.1.4.1.3808.1.1.3.5.6.1.1
@@ -253,6 +259,7 @@ metrics:
259
name: cyberpower.ePDU2DeviceStatusPowerFactor
260
description: "Power factor of the Rack PDU load in hundredths"
261
unit: "%"
262
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
263
metric_tags:
264
- symbol:
265
OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.1
@@ -329,6 +336,7 @@ metrics:
336
name: cyberpower.ePDU2PhaseStatusPeakLoad
337
description: "Peak current of the Rack PDU phase load in tenths of Amps"
338
unit: "A"
339
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
340
metric_tags:
341
- symbol:
342
OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.1
@@ -356,6 +364,7 @@ metrics:
364
name: cyberpower.ePDU2BankStatusPeakLoad
365
description: "Peak current of the Rack PDU bank load in tenths of Amps"
366
unit: "A"
367
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
368
metric_tags:
369
- symbol:
370
OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.1
@@ -377,6 +386,7 @@ metrics:
386
symbols:
387
- name: cyberpower.ePDU2OutletSwitchedStatus
388
constant_value_one: true
389
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
390
metric_tags:
391
- symbol:
392
OID: 1.3.6.1.4.1.3808.1.1.6.6.1.4.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-emc-data-domain.yaml
+6
@@ -105,6 +105,7 @@ metrics:
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
@@ -130,6 +131,7 @@ metrics:
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
@@ -154,6 +156,7 @@ metrics:
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
@@ -317,6 +320,7 @@ metrics:
320
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.
324
metric_tags:
325
- symbol:
326
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.1
@@ -331,6 +335,7 @@ metrics:
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.
339
metric_tags:
340
- symbol:
341
name: diskPropEnclosureID
@@ -398,6 +403,7 @@ metrics:
403
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
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-os10.yaml
+5
@@ -59,6 +59,7 @@ metrics:
59
name: dell.os10CardTemp
60
description: "Temperature of the card"
61
unit: "{temperature}"
62
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
63
metric_tags:
64
- symbol:
65
OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.3
@@ -86,6 +87,7 @@ metrics:
87
symbols:
88
- name: dell.os10PowerSupply
89
constant_value_one: true
90
+ # 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
OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.4
@@ -111,6 +113,7 @@ metrics:
113
symbols:
114
- name: dell.os10FanTray
115
constant_value_one: true
116
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
117
metric_tags:
118
- symbol:
119
OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.4
@@ -136,6 +139,7 @@ metrics:
139
symbols:
140
- name: dell.os10Fan
141
constant_value_one: true
142
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
143
metric_tags:
144
- symbol:
145
OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.7
@@ -161,6 +165,7 @@ metrics:
165
symbols:
166
- name: dell.os10bgp4V2Peer
167
constant_value_one: true
168
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
169
metric_tags:
170
- symbol:
171
OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-powerconnect.yaml
+2
@@ -131,6 +131,7 @@ metrics:
131
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
@@ -160,6 +161,7 @@ metrics:
161
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
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+16
@@ -94,6 +94,7 @@ metrics:
94
symbols:
95
- name: systemState
96
constant_value_one: true
97
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
98
metric_tags:
99
- symbol:
100
OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
@@ -153,6 +154,7 @@ metrics:
154
name: batteryReading
155
description: Reading value of the battery
156
unit: "TBD"
157
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
158
metric_tags:
159
- symbol:
160
OID: 1.3.6.1.4.1.674.10892.1.600.50.1.1
@@ -215,6 +217,7 @@ metrics:
217
name: intrusionReading
218
description: Reading value of the intrusion
219
unit: "TBD"
220
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
221
metric_tags:
222
- symbol:
223
OID: 1.3.6.1.4.1.674.10892.1.300.70.1.1
@@ -241,6 +244,7 @@ metrics:
244
name: voltageProbeReading
245
description: Reading value of the voltage probe
246
unit: "V"
247
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
248
metric_tags:
249
- symbol:
250
OID: 1.3.6.1.4.1.674.10892.1.600.20.1.1
@@ -287,6 +291,7 @@ metrics:
291
name: amperageProbeReading
292
description: Reading value of the amperage probe
293
unit: "A"
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
OID: 1.3.6.1.4.1.674.10892.1.600.30.1.7
@@ -343,6 +348,7 @@ metrics:
348
name: powerSupplyCurrentInputVoltage
349
description: Current input voltage of the power supply
350
unit: "V"
351
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
352
metric_tags:
353
- symbol:
354
OID: 1.3.6.1.4.1.674.10892.1.600.12.1.1
@@ -361,6 +367,7 @@ metrics:
367
name: powerUsageStatus
368
description: Status of the power usage
369
unit: "{power_usage}"
370
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
371
metric_tags:
372
- symbol:
373
OID: 1.3.6.1.4.1.674.10892.1.600.60.1.1
@@ -387,6 +394,7 @@ metrics:
394
name: coolingUnitStatus
395
description: Status of the cooling unit
396
unit: "{cooling_unit}"
397
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
398
metric_tags:
399
- symbol:
400
OID: 1.3.6.1.4.1.674.10892.1.700.10.1.1
@@ -417,6 +425,7 @@ metrics:
425
name: coolingDeviceDiscreteReading
426
description: Discrete reading of the cooling device
427
unit: "TBD"
428
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
429
metric_tags:
430
- symbol:
431
OID: 1.3.6.1.4.1.674.10892.1.700.12.1.1
@@ -460,6 +469,7 @@ metrics:
469
name: temperatureProbeReading
470
description: Reading value of the temperature probe
471
unit: "Cel"
472
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
473
metric_tags:
474
- symbol:
475
OID: 1.3.6.1.4.1.674.10892.1.700.20.1.1
@@ -496,6 +506,7 @@ metrics:
506
name: processorDeviceThreadCount
507
description: Number of threads in the processor device
508
unit: "{thread}"
509
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
510
metric_tags:
511
- symbol:
512
OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.1
@@ -518,6 +529,7 @@ metrics:
529
name: processorDeviceStatusReading
530
description: Reading value of the processor device status
531
unit: "TBD"
532
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
533
metric_tags:
534
- symbol:
535
OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.1
@@ -549,6 +561,7 @@ metrics:
561
name: cacheDeviceCurrentSize
562
description: Current size of the cache device
563
unit: "By"
564
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
565
metric_tags:
566
- symbol:
567
OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.1
@@ -579,6 +592,7 @@ metrics:
592
# (4),-- ECC multibit fault encountered
593
# (8) -- ECC single bit correction logging disabled
594
# (16) -- device disabled because of spare activation
595
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
596
metric_tags:
597
- symbol:
598
OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.1
@@ -616,6 +630,7 @@ metrics:
630
name: systemSlotStatus
631
description: Status of the system slot
632
unit: "{system_slot}"
633
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
634
metric_tags:
635
- symbol:
636
OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.8
@@ -634,6 +649,7 @@ metrics:
649
name: fruInformationStatus
650
description: Status of the field replaceable unit information
651
unit: "{fru_information}"
652
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
653
metric_tags:
654
- symbol:
655
OID: 1.3.6.1.4.1.674.10892.1.2000.10.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dlink-dgs-switch.yaml
+6
@@ -47,6 +47,7 @@ metrics:
47
OID: 1.3.6.1.4.1.171.14.5.1.4.1.4
48
description: Used memory size of the entry
49
unit: "By"
50
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
51
metric_tags:
52
- symbol:
53
name: dEntityExtMemUtilUnitId
@@ -69,6 +70,7 @@ metrics:
70
OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.4
71
description: Current measurement of the testpoint
72
unit: "Cel"
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
name: dEntityExtEnvTempUnitId
@@ -96,6 +98,7 @@ metrics:
98
symbols:
99
- name: dlink.dEntityExtEnvFan
100
constant_value_one: true
101
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
102
metric_tags:
103
- symbol:
104
name: dEntityExtEnvFanUnitId
@@ -129,6 +132,7 @@ metrics:
132
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.5
133
description: Maximum power which the power module can supply
134
unit: "W"
135
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
136
metric_tags:
137
- symbol:
138
name: dEntityExtEnvPowerUnitId
@@ -157,6 +161,7 @@ metrics:
161
symbols:
162
- name: dlink.dEntityExtEnvAirFlow
163
constant_value_one: true
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: dEntityExtEnvAirFlowUnitId
@@ -176,6 +181,7 @@ metrics:
181
symbols:
182
- name: dlink.dEntityExtUnit
183
constant_value_one: true
184
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
185
metric_tags:
186
- symbol:
187
name: dEntityExtUnitIndex
src/go/plugin/go.d/config/go.d/snmp.profiles/default/eaton-epdu.yaml
+15
@@ -48,6 +48,7 @@ metrics:
48
OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.3
49
description: Units are 0.1 Hz; divide by ten to get Hz
50
unit: "Hz"
51
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
52
metric_tags:
53
- symbol:
54
OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.10
@@ -69,6 +70,7 @@ metrics:
70
OID: 1.3.6.1.4.1.534.6.6.7.3.2.1.3
71
description: An input voltage measurement value
72
unit: "mV"
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.534.6.6.7.3.3.1.12
@@ -97,6 +99,7 @@ metrics:
99
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.11
100
description: Current percent load based on the rated current capacity
101
unit: "%"
102
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
103
metric_tags:
104
- symbol:
105
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
@@ -125,6 +128,7 @@ metrics:
128
OID: 1.3.6.1.4.1.534.6.6.7.3.4.1.4
129
description: An input Watts value
130
unit: "W"
131
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
132
metric_tags:
133
- symbol:
134
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
@@ -137,6 +141,7 @@ metrics:
141
symbols:
142
- name: eaton.epdu.group
143
constant_value_one: true
144
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
145
metric_tags:
146
- symbol:
147
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -170,6 +175,7 @@ metrics:
175
OID: 1.3.6.1.4.1.534.6.6.7.5.3.1.3
176
description: Units are millivolts
177
unit: "mV"
178
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
179
metric_tags:
180
- symbol:
181
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -209,6 +215,7 @@ metrics:
215
OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.10
216
description: Current percent load based on the rated current capacity
217
unit: "%"
218
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
219
metric_tags:
220
- symbol:
221
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -248,6 +255,7 @@ metrics:
255
OID: 1.3.6.1.4.1.534.6.6.7.5.5.1.3
256
description: A group Watts value
257
unit: "W"
258
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
259
metric_tags:
260
- symbol:
261
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -271,6 +279,7 @@ metrics:
279
symbols:
280
- name: eaton.epdu.groupControl
281
constant_value_one: true
282
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
283
metric_tags:
284
- symbol:
285
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -305,6 +314,7 @@ metrics:
314
OID: 1.3.6.1.4.1.534.6.6.7.6.3.1.2
315
description: Units are millivolts
316
unit: "mV"
317
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
318
metric_tags:
319
- symbol:
320
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -333,6 +343,7 @@ metrics:
343
OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.10
344
description: Current percent load based on the rated current capacity
345
unit: "%"
346
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
347
metric_tags:
348
- symbol:
349
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -361,6 +372,7 @@ metrics:
372
OID: 1.3.6.1.4.1.534.6.6.7.6.5.1.3
373
description: An outlet Watts value
374
unit: "W"
375
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
376
metric_tags:
377
- symbol:
378
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -375,6 +387,7 @@ metrics:
387
OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.4
388
description: Units are in tenths of a degree according to the scale specified by temperatureScale either Fahrenheit or Celsius Divide by ten to get degrees
389
unit: "Cel"
390
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
391
metric_tags:
392
- symbol:
393
OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.2
@@ -407,6 +420,7 @@ metrics:
420
OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.4
421
description: Units are tenths of a percent relative humidity Divide the value by 10 to get %RH
422
unit: "%"
423
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
424
metric_tags:
425
- symbol:
426
OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.2
@@ -437,6 +451,7 @@ metrics:
451
symbols:
452
- name: eaton.epdu.contact
453
constant_value_one: true
454
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
455
metric_tags:
456
- symbol:
457
OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/f5-big-ip.yaml
+6
@@ -162,6 +162,7 @@ metrics:
162
name: sysMultiHostCpuIowait
163
description: The average time spent by the specified processor waiting for external I/O to complete for the associated host
164
unit: "%"
165
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
166
metric_tags:
167
- symbol:
168
OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.3
@@ -328,6 +329,7 @@ metrics:
329
name: ltmVirtualServConnLimit
330
description: The maximum number of connections the specified virtual server is allowed to have open at one time
331
unit: "{connection}"
332
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
333
metric_tags:
334
- tag: server
335
symbol:
@@ -342,6 +344,7 @@ metrics:
344
# Gauges
345
- name: ltmVsStatus
346
constant_value_one: true
347
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
348
metric_tags:
349
- tag: ltm_vs_status_avail_state
350
symbol:
@@ -498,6 +501,7 @@ metrics:
501
# Gauges
502
- name: ltmNodeAddr
503
constant_value_one: true
504
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
505
metric_tags:
506
- tag: node
507
symbol:
@@ -750,6 +754,7 @@ metrics:
754
name: ltmPoolMemberSessionStatus
755
description: The hierarchical status of the session including parent status for the specified pool member
756
unit: "TBD"
757
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
758
metric_tags:
759
- tag: pool
760
symbol:
@@ -768,6 +773,7 @@ metrics:
773
# Gauges
774
- name: ltmPoolMember
775
constant_value_one: true
776
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
777
metric_tags:
778
- tag: pool
779
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fireeye.yaml
+1
@@ -85,6 +85,7 @@ metrics:
85
constant_value_one: true
86
description: Physical disk entity
87
unit: "{physical_disk}"
88
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
89
metric_tags:
90
- symbol:
91
OID: 1.3.6.1.4.1.25597.11.2.1.3.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-appliance.yaml
+3
@@ -188,6 +188,7 @@ metrics:
188
symbols:
189
- name: fmDevice
190
constant_value_one: true
191
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
192
metric_tags:
193
- symbol:
194
name: fmDeviceEntName
@@ -294,6 +295,7 @@ metrics:
295
OID: 1.3.6.1.4.1.12356.103.7.2.1.3
296
description: Raid disk size in GB
297
unit: "GBy"
298
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
299
metric_tags:
300
- symbol:
301
OID: 1.3.6.1.4.1.12356.103.7.2.1.2
@@ -347,6 +349,7 @@ metrics:
349
symbols:
350
- name: fmHaPeer
351
constant_value_one: true
352
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
353
metric_tags:
354
- symbol:
355
name: fmHaPeerEntIp
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-fortigate.yaml
+2
@@ -228,6 +228,7 @@ metrics:
228
symbols:
229
- name: fgVirtualDomain
230
constant_value_one: true
231
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
232
metric_tags:
233
- tag: virtualdomain_index
234
symbol:
@@ -270,6 +271,7 @@ metrics:
271
symbols:
272
- OID: 1.3.6.1.4.1.12356.101.7.2.1.1.1
273
name: fgIntfEntVdom
274
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
275
metric_tags:
276
# The virtual domain the interface belongs to. This index corresponds to the index used by fgVdTable.
277
- tag: virtualdomain_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-bladesystem-enclosure.yaml
+8
@@ -15,6 +15,7 @@ metrics:
15
OID: 1.3.6.1.4.1.232.22.2.3.1.2.1.6
16
description: This is the current temperature sensor reading in degrees celsius
17
unit: "Cel"
18
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
19
metric_tags:
20
- symbol:
21
OID: 1.3.6.1.4.1.232.22.2.3.1.2.1.4
@@ -51,6 +52,7 @@ metrics:
52
constant_value_one: true
53
description: Fan presence indicator
54
unit: "{fan}"
55
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
56
metric_tags:
57
- symbol:
58
OID: 1.3.6.1.4.1.232.22.2.3.1.3.1.5
@@ -106,6 +108,7 @@ metrics:
108
constant_value_one: true
109
description: Fuse presence indicator
110
unit: "{fuse}"
111
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
112
metric_tags:
113
- symbol:
114
OID: 1.3.6.1.4.1.232.22.2.3.1.4.1.4
@@ -140,6 +143,7 @@ metrics:
143
constant_value_one: true
144
description: Manager presence indicator
145
unit: "{manager}"
146
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
147
metric_tags:
148
- symbol:
149
OID: 1.3.6.1.4.1.232.22.2.3.1.6.1.4
@@ -202,6 +206,7 @@ metrics:
206
constant_value_one: true
207
description: Power enclosure presence indicator
208
unit: "{power_enclosure}"
209
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
210
metric_tags:
211
- symbol:
212
OID: 1.3.6.1.4.1.232.22.2.3.3.1.1.3
@@ -268,6 +273,7 @@ metrics:
273
# - name: cpqRackServerBladeFaultDiagnosticString
274
# OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.24
275
# string metric is not supported yet (keep this metric and this comment in profile until it's fixed)
276
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
277
metric_tags:
278
- symbol:
279
OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.4
@@ -358,6 +364,7 @@ metrics:
364
OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.8
365
description: This is the current temperature sensor reading in degrees celsius
366
unit: "Cel"
367
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
368
metric_tags:
369
- symbol:
370
OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.4
@@ -402,6 +409,7 @@ metrics:
409
OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.13
410
description: The current air temperature at the exhaust of the power supply in degrees celsius
411
unit: "Cel"
412
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
413
metric_tags:
414
- symbol:
415
OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.4
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-msa.yaml
+3
@@ -20,6 +20,7 @@ metrics:
20
# - OID: 1.3.6.1.3.94.1.8.1.6
21
# name: hpe.fibrechannel.connUnitSensorMessage
22
# string metric is not supported yet (keep this metric and this comment in profile until it's fixed)
23
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
24
metric_tags:
25
- symbol:
26
OID: 1.3.6.1.3.94.1.8.1.3
@@ -63,6 +64,7 @@ metrics:
64
symbols:
65
- name: hpe.fibrechannel.connUnitPort
66
constant_value_one: true
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.3.94.1.10.1.3
@@ -142,6 +144,7 @@ metrics:
144
tag: hpe_fibrechannel_conn_unit_port_name
145
description: String describing the addressed port
146
unit: "{port}"
147
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
148
- symbol:
149
OID: 1.3.6.1.3.94.1.10.1.6
150
name: connUnitPortState
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-nimble.yaml
+1
@@ -48,6 +48,7 @@ metrics:
48
metric_type: monotonic_count
49
description: Total cumulative number of Write I/Os.
50
unit: "{write_io}"
51
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
52
metric_tags:
53
- symbol:
54
OID: 1.3.6.1.4.1.37447.1.2.1.3
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-routers.yaml
+2
@@ -29,6 +29,7 @@ metrics:
29
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.7
30
description: The counter that records the times the remote BGP peer is correctly connected.
31
unit: "s"
32
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
33
metric_tags:
34
- symbol:
35
name: huawei.hwBgpPeerVrfName
@@ -295,6 +296,7 @@ metrics:
296
symbols:
297
- name: huawei.hwNatSession
298
constant_value_one: true
299
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
300
metric_tags:
301
- symbol:
302
OID: 1.3.6.1.4.1.2011.5.25.226.2.14.2.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-switches.yaml
+2
@@ -47,6 +47,7 @@ metrics:
47
OID: 1.3.6.1.4.1.2011.5.25.183.1.20.1.2
48
description: Stack member's priority
49
unit: "{priority}"
50
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
51
metric_tags:
52
- symbol:
53
name: huawei.hwMemberStackMacAddress
@@ -81,6 +82,7 @@ metrics:
82
name: huawei.hwStackPortName
83
OID: 1.3.6.1.4.1.2011.5.25.183.1.21.1.3
84
tag: huawei_hw_stack_port_name
85
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
86
- symbol:
87
OID: 1.3.6.1.4.1.2011.5.25.183.1.21.1.5
88
name: huawei.hwStackPortStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei.yaml
+3
@@ -25,6 +25,7 @@ metrics:
25
OID: 1.3.6.1.4.1.2011.5.25.31.1.1.1.1.13
26
description: The voltage for the entity
27
unit: "V"
28
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
29
metric_tags:
30
- symbol:
31
name: huawei.hwEntityBoardName
@@ -85,6 +86,7 @@ metrics:
86
OID: 1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5
87
description: This object indicates the rotation speed in percentage of the full speed of the fan
88
unit: "%"
89
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
90
metric_tags:
91
- symbol:
92
name: huawei.hwEntityFanSlot
@@ -163,6 +165,7 @@ metrics:
165
OID: 1.3.6.1.4.1.2011.5.25.155.6.1.15
166
description: Period in seconds after which this neighbor is declared dead
167
unit: "s"
168
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
169
metric_tags:
170
- symbol:
171
name: huawei.hwOspfv2SelfRouterId
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ibm-datapower-gateway.yaml
+2
@@ -242,6 +242,7 @@ metrics:
242
metric_type: monotonic_count
243
description: Number of log target events pending
244
unit: "{event}"
245
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
246
metric_tags:
247
- symbol:
248
name: ibm.dpStatusLogTargetStatusLogTarget
@@ -306,6 +307,7 @@ metrics:
307
metric_type: monotonic_count
308
description: Number of transmitted packets dropped
309
unit: "{packet}"
310
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
311
metric_tags:
312
- symbol:
313
name: ibm.dpStatusNetworkInterfaceStatusInterfaceType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ibm-lenovo-server.yaml
+8
@@ -31,6 +31,7 @@ metrics:
31
OID: 1.3.6.1.4.1.2.3.51.3.1.1.2.1.3
32
description: The measured temperature.
33
unit: "Cel"
34
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
35
metric_tags:
36
- symbol:
37
name: ibm.imm.tempDescr
@@ -49,6 +50,7 @@ metrics:
50
OID: 1.3.6.1.4.1.2.3.51.3.1.2.2.1.3
51
description: The measured voltage.
52
unit: "V"
53
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
54
metric_tags:
55
- symbol:
56
name: ibm.imm.voltDescr
@@ -68,6 +70,7 @@ metrics:
70
extract_value: '(\d+)%' # Example value : '74% of maximum'
71
description: Fan speed expressed in percent of maximum RPM.
72
unit: "%"
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
name: ibm.imm.fanDescr
@@ -84,6 +87,7 @@ metrics:
87
symbols:
88
- name: ibm.imm.systemHealthSummary
89
constant_value_one: true
90
+ # 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: ibm.imm.systemHealthSummaryDescription
@@ -105,6 +109,7 @@ metrics:
109
name: ibm.imm.cpuVpdDescription
110
OID: 1.3.6.1.4.1.2.3.51.3.1.5.20.1.2
111
tag: ibm_imm_cpu_vpd_description
112
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
113
- symbol:
114
OID: 1.3.6.1.4.1.2.3.51.3.1.5.20.1.11
115
name: ibm.imm.cpuVpdHealthStatus
@@ -121,6 +126,7 @@ metrics:
126
name: ibm.imm.memoryVpdDescription
127
OID: 1.3.6.1.4.1.2.3.51.3.1.5.21.1.2
128
tag: ibm_imm_memory_vpd_description
129
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
130
- symbol:
131
OID: 1.3.6.1.4.1.2.3.51.3.1.5.21.1.8
132
name: ibm.imm.memoryHealthStatus
@@ -137,6 +143,7 @@ metrics:
143
name: ibm.imm.powerFruName
144
OID: 1.3.6.1.4.1.2.3.51.3.1.11.2.1.2
145
tag: ibm_imm_power_fru_name
146
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
147
- symbol:
148
OID: 1.3.6.1.4.1.2.3.51.3.1.11.2.1.6
149
name: ibm.imm.powerHealthStatus
@@ -153,6 +160,7 @@ metrics:
160
name: ibm.imm.diskFruName
161
OID: 1.3.6.1.4.1.2.3.51.3.1.12.2.1.2
162
tag: ibm_imm_disk_fru_name
163
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
164
- symbol:
165
OID: 1.3.6.1.4.1.2.3.51.3.1.12.2.1.3
166
name: ibm.imm.diskHealthStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/infinera-coriant-groove.yaml
+2
@@ -26,6 +26,7 @@ metrics:
26
name: coriant.groove.shelfOutletTemperature # Type CoriantTypesTemperature is a string that represents a float in Celcius e.g. 23.8
27
description: Temperature at the monitoring point
28
unit: "Cel"
29
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
30
metric_tags:
31
- symbol:
32
OID: 1.3.6.1.4.1.42229.1.2.3.1.1.1.2
@@ -89,6 +90,7 @@ metrics:
90
name: coriant.groove.cardTemperature # Type CoriantTypesTemperature is a string that represents a float in Celcius e.g. 23.8
91
description: Temperature at the monitoring point
92
unit: "Cel"
93
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
94
metric_tags:
95
- symbol:
96
OID: 1.3.6.1.4.1.42229.1.2.3.3.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/infoblox-ipam.yaml
+1
@@ -181,6 +181,7 @@ metrics:
181
symbols:
182
- name: ibMemberServiceStatus
183
constant_value_one: true
184
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
185
metric_tags:
186
- symbol:
187
name: ibServiceName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/kyocera-printer.yaml
+2
@@ -20,6 +20,7 @@ metrics:
20
name: kcprtAlertStateCode
21
description: "Alert state code"
22
unit: "TBD"
23
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
24
metric_tags:
25
- symbol:
26
OID: 1.3.6.1.4.1.1347.43.18.2.1.2
@@ -38,6 +39,7 @@ metrics:
39
name: kcprtMemoryDeviceUsedSize
40
description: "Used size of the memory device"
41
unit: "By"
42
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
43
metric_tags:
44
- symbol:
45
OID: 1.3.6.1.4.1.1347.43.20.1.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/meraki-cloud-controller.yaml
+1
@@ -64,6 +64,7 @@ metrics:
64
constant_value_one: true
65
description: Meraki dev constant value one
66
unit: "TBD"
67
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
68
metric_tags:
69
# devMac is part of the devTable index
70
- symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nasuni-filer.yaml
+1
@@ -353,6 +353,7 @@ metrics:
353
name: nasuni.volumeTableNumFtpdirs
354
description: Number of FTP directories in volume table
355
unit: "{directory}"
356
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
357
metric_tags:
358
- symbol:
359
OID: 1.3.6.1.4.1.42040.2.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-readynas.yaml
+3
@@ -32,6 +32,7 @@ metrics:
32
name: netgear.readynasos.diskTemperature
33
description: Disk temperature
34
unit: "Cel"
35
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
36
metric_tags:
37
- tag: netgear_readynasos_disk_id
38
symbol:
@@ -123,6 +124,7 @@ metrics:
124
symbol:
125
OID: 1.3.6.1.4.1.4526.22.7.1.2
126
name: netgear.readynasos.volumeName
127
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
128
- symbol:
129
OID: 1.3.6.1.4.1.4526.22.7.1.4
130
name: netgear.readynasos.volumeStatus
@@ -149,6 +151,7 @@ metrics:
151
symbol:
152
OID: 1.3.6.1.4.1.4526.22.8.1.2
153
name: netgear.readynasos.psuDesc
154
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
155
- symbol:
156
OID: 1.3.6.1.4.1.4526.22.8.1.3
157
name: netgear.readynasos.psuStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-console-manager.yaml
+2
@@ -24,6 +24,7 @@ metrics:
24
metric_type: monotonic_count
25
description: Number of bytes transmitted on the serial port
26
unit: "By"
27
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
28
metric_tags:
29
- index: 1 # ogSerialPortIndex
30
tag: og_serial_port_index
@@ -130,6 +131,7 @@ metrics:
131
metric_type: monotonic_count
132
description: Number of cell modem events counted
133
unit: "{event}"
134
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
135
metric_tags:
136
- index: 1 # ogCellModemIndex
137
tag: og_cell_modem_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-infrastructure-manager.yaml
+1
@@ -21,6 +21,7 @@ metrics:
21
metric_type: monotonic_count
22
description: Serial port bytes transmitted
23
unit: "By"
24
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
25
metric_tags:
26
- symbol:
27
name: ogSerialPortStatusPort
src/go/plugin/go.d/config/go.d/snmp.profiles/default/peplink.yaml
+3
@@ -55,6 +55,7 @@ metrics:
55
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.5
56
description: Device psu percentage
57
unit: "%"
58
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
59
metric_tags:
60
- symbol:
61
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.1
@@ -76,6 +77,7 @@ metrics:
77
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.3
78
description: Device fan speed
79
unit: "1.s"
80
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
81
metric_tags:
82
- symbol:
83
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.1
@@ -97,6 +99,7 @@ metrics:
99
constant_value_one: true
100
description: Device power source
101
unit: "{power_source}"
102
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
103
metric_tags:
104
- symbol:
105
name: devicePowerSourceId
src/go/plugin/go.d/config/go.d/snmp.profiles/default/raritan-dominion.yaml
+2
@@ -33,6 +33,7 @@ metrics:
33
constant_value_one: true
34
description: System power supply presence
35
unit: "{system_power_supply}"
36
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
37
metric_tags:
38
- symbol:
39
OID: 1.3.6.1.4.1.13742.3.1.3.1.2
@@ -59,6 +60,7 @@ metrics:
60
OID: 1.3.6.1.4.1.13742.3.1.4.1.4
61
name: raritan.remotekvm.portDataType
62
tag: raritan_remotekvm_port_data_type
63
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
64
- symbol:
65
OID: 1.3.6.1.4.1.13742.3.1.4.1.5
66
name: raritan.remotekvm.portDataStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu3.yaml
+5
@@ -58,6 +58,7 @@ metrics:
58
OID: 1.3.6.1.4.1.1718.3.2.1.1.15
59
description: Tower line frequency
60
unit: "Hz"
61
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
62
metric_tags:
63
- symbol:
64
name: servertech.sentry3.towerID
@@ -127,6 +128,7 @@ metrics:
128
OID: 1.3.6.1.4.1.1718.3.2.2.1.20
129
description: Used infeed capacity
130
unit: "VA"
131
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
132
metric_tags:
133
- symbol:
134
name: servertech.sentry3.infeedID
@@ -192,6 +194,7 @@ metrics:
194
symbols:
195
- name: servertech.sentry3.outlet
196
constant_value_one: true
197
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
198
metric_tags:
199
- symbol:
200
name: servertech.sentry3.outletID
@@ -254,6 +257,7 @@ metrics:
257
symbols:
258
- name: servertech.sentry3.envMon
259
constant_value_one: true
260
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
261
metric_tags:
262
- symbol:
263
name: servertech.sentry3.envMonID
@@ -283,6 +287,7 @@ metrics:
287
OID: 1.3.6.1.4.1.1718.3.2.5.1.10
288
description: Humidity value from sensor
289
unit: "%"
290
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
291
metric_tags:
292
- symbol:
293
name: servertech.sentry3.tempHumidSensorID
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu4.yaml
+9
@@ -18,6 +18,7 @@ metrics:
18
constant_value_one: true
19
description: "Constant value one"
20
unit: "TBD"
21
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
22
metric_tags:
23
- symbol:
24
name: servertech.sentry4.st4UnitID
@@ -112,6 +113,7 @@ metrics:
113
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.12
114
description: "Out of balance measurement of the input cord"
115
unit: "%"
116
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
117
metric_tags:
118
- symbol:
119
name: servertech.sentry4.st4InputCordID
@@ -325,6 +327,7 @@ metrics:
327
OID: 1.3.6.1.4.1.1718.4.1.4.3.1.5
328
description: "Utilized current of the line"
329
unit: "A"
330
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
331
metric_tags:
332
- symbol:
333
name: servertech.sentry4.st4LineID
@@ -437,6 +440,7 @@ metrics:
440
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.13
441
description: "Energy consumed by the phase"
442
unit: "Wh"
443
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
444
metric_tags:
445
- symbol:
446
name: servertech.sentry4.st4PhaseID
@@ -561,6 +565,7 @@ metrics:
565
constant_value_one: true
566
description: "Constant value one"
567
unit: "TBD"
568
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
569
metric_tags:
570
- symbol:
571
name: servertech.sentry4.st4OcpID
@@ -637,6 +642,7 @@ metrics:
642
OID: 1.3.6.1.4.1.1718.4.1.7.3.1.5
643
description: "Utilized current of the branch"
644
unit: "A"
645
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
646
metric_tags:
647
- symbol:
648
name: servertech.sentry4.st4BranchID
@@ -733,6 +739,7 @@ metrics:
739
constant_value_one: true
740
description: "Constant value one"
741
unit: "TBD"
742
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
743
metric_tags:
744
- symbol:
745
name: servertech.sentry4.st4OutletID
@@ -822,6 +829,7 @@ metrics:
829
OID: 1.3.6.1.4.1.1718.4.1.9.3.1.1
830
description: "Temperature sensor value"
831
unit: "Cel"
832
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
833
metric_tags:
834
- symbol:
835
name: servertech.sentry4.st4TempSensorID
@@ -875,6 +883,7 @@ metrics:
883
OID: 1.3.6.1.4.1.1718.4.1.10.3.1.1
884
description: "Humidity sensor value"
885
unit: "%"
886
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
887
metric_tags:
888
- symbol:
889
name: servertech.sentry4.st4HumidSensorID
src/go/plugin/go.d/config/go.d/snmp.profiles/default/silverpeak-edgeconnect.yaml
+1
@@ -40,6 +40,7 @@ metrics:
40
symbols:
41
- name: silverpeak.mgmt.spsActiveAlarm
42
constant_value_one: true
43
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
44
metric_tags:
45
- symbol:
46
OID: 1.3.6.1.4.1.23867.3.1.1.2.1.1.4
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sinetica-eagle-i.yaml
+2
@@ -35,6 +35,7 @@ metrics:
35
symbols:
36
- name: hawk.i2.ipCont
37
constant_value_one: true
38
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
39
metric_tags:
40
- symbol:
41
name: hawk.i2.ipContName
@@ -69,6 +70,7 @@ metrics:
70
constant_value_one: true
71
description: Output constant value one.
72
unit: "{output}"
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
name: hawk.i2.opName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sophos-xgs-firewall.yaml
+1
@@ -105,6 +105,7 @@ metrics:
105
OID: 1.3.6.1.4.1.2604.5.1.6.1.1.1.1.8
106
description: "Count of active tunnel"
107
unit: "{tunnel}"
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: sfosIPSecVpnConnName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/synology-disk-station.yaml
+3
@@ -99,6 +99,7 @@ metrics:
99
OID: 1.3.6.1.4.1.6574.2.1.1.6
100
description: The temperature of each disk uses Celsius degree
101
unit: "Cel"
102
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
103
metric_tags:
104
- symbol:
105
name: synology.diskID
@@ -138,6 +139,7 @@ metrics:
139
metric_type: monotonic_count
140
description: The total size of raid
141
unit: "By"
142
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
143
metric_tags:
144
- symbol:
145
name: synology.raid.raidName
@@ -183,6 +185,7 @@ metrics:
185
OID: 1.3.6.1.4.1.6574.5.1.1.7
186
description: SMART attribute threshold value
187
unit: "1"
188
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
189
metric_tags:
190
- symbol:
191
name: synology.diskSMARTInfoDevName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tp-link.yaml
+1
@@ -21,6 +21,7 @@ metrics:
21
OID: 1.3.6.1.4.1.11863.6.4.1.1.1.1.3
22
description: CPU utilization in 1 minute
23
unit: "%"
24
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
25
metric_tags:
26
- symbol:
27
OID: 1.3.6.1.4.1.11863.6.4.1.1.1.1.4
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-pdu.yaml
+5
@@ -18,6 +18,7 @@ metrics:
18
symbols:
19
- name: tlpDevice
20
constant_value_one: true
21
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
22
metric_tags:
23
- symbol:
24
OID: 1.3.6.1.4.1.850.1.1.1.2.1.4
@@ -105,6 +106,7 @@ metrics:
106
name: tlpPduDeviceOutputPowerTotal
107
description: The AC output total power for all circuits.
108
unit: "W"
109
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
110
metric_tags:
111
- index: 1 # tlpDeviceIndex
112
tag: tlp_device_index
@@ -145,6 +147,7 @@ metrics:
147
name: tlpPduOutputFrequency
148
description: The present output frequency.
149
unit: "Hz"
150
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
151
metric_tags:
152
- index: 1 # tlpDeviceIndex
153
tag: tlp_device_index
@@ -202,6 +205,7 @@ metrics:
205
symbols:
206
- name: tlpPduBreaker
207
constant_value_one: true
208
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
209
metric_tags:
210
- index: 1 # tlpDeviceIndex
211
tag: tlp_device_index
@@ -228,6 +232,7 @@ metrics:
232
symbols:
233
- name: tlpAlarm
234
constant_value_one: true
235
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
236
metric_tags:
237
- index: 1 # tlpAlarmId
238
tag: tlp_alarm_id
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-ups.yaml
+4
@@ -118,6 +118,7 @@ metrics:
118
name: tlUpsInputVoltage
119
description: The magnitude of the present input voltage
120
unit: "V"
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.850.100.1.3.2.1.1
@@ -147,6 +148,7 @@ metrics:
148
name: tlUpsOutputCircuitPower
149
description: The magnitude of the present power in watts
150
unit: "W"
151
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
152
metric_tags:
153
- index: 1
154
tag: tl_ups_output_circuit_index
@@ -164,6 +166,7 @@ metrics:
166
symbols:
167
- name: tlEnvContact
168
constant_value_one: true
169
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
170
metric_tags:
171
- symbol:
172
OID: 1.3.6.1.4.1.850.101.2.1.1.2
@@ -199,6 +202,7 @@ metrics:
202
OID: 1.3.6.1.4.1.850.100.1.11.2.1.4
203
name: tlUpsOutletGroupDesc
204
tag: tl_ups_outlet_group_desc
205
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
206
- symbol:
207
OID: 1.3.6.1.4.1.850.100.1.11.2.1.5
208
name: tlUpsOutletGroupState
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ubiquiti-unifi.yaml
+18
-18
@@ -3,7 +3,7 @@ extends:
3
- _ubiquiti.yaml
4
5
sysobjectid:
6
- - 1.3.6.1.4.1.41112 # Ubiquiti Networks, Inc.
6
+ - 1.3.6.1.4.1.41112 # Ubiquiti Networks, Inc.
7
8
metrics:
9
- MIB: FROGFOOT-RESOURCES-MIB
@@ -18,23 +18,23 @@ metrics:
18
name: memory.free
19
description: Available physical memory (in KB)
20
unit: "kBy"
21
-# TODO: Update once we support matching on specific tag (`match_attributes`)
22
-# - MIB: FROGFOOT-RESOURCES-MIB
23
-# table:
24
-# OID: 1.3.6.1.4.1.10002.1.1.1.4.2
25
-# name: loadTable
26
-# symbols:
27
-# - OID: 1.3.6.1.4.1.10002.1.1.1.4.2.1.3.1
28
-# name: cpu.usage
29
-# metric_tags:
30
-# - index: 1
31
-# tag: cpu
32
-# - symbol:
33
-# OID: 1.3.6.1.4.1.10002.1.1.1.4.2.1.2.1
34
-# name: loadDescr
35
-# match_attributes:
36
-# - 1 Minute Average
37
-# tag: load_descr
21
+ # TODO: Update once we support matching on specific tag (`match_attributes`)
22
+ # - MIB: FROGFOOT-RESOURCES-MIB
23
+ # table:
24
+ # OID: 1.3.6.1.4.1.10002.1.1.1.4.2
25
+ # name: loadTable
26
+ # symbols:
27
+ # - OID: 1.3.6.1.4.1.10002.1.1.1.4.2.1.3.1
28
+ # name: cpu.usage
29
+ # metric_tags:
30
+ # - index: 1
31
+ # tag: cpu
32
+ # - symbol:
33
+ # OID: 1.3.6.1.4.1.10002.1.1.1.4.2.1.2.1
34
+ # name: loadDescr
35
+ # match_attributes:
36
+ # - 1 Minute Average
37
+ # tag: load_descr
38
- MIB: UBNT-UniFi-MIB
39
table:
40
OID: 1.3.6.1.4.1.41112.1.6.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vertiv-watchdog.yaml
+10
-8
@@ -25,19 +25,20 @@ metrics:
25
name: vertiv.internalDewPoint
26
description: Internal dew point temperature
27
unit: "Cel"
28
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
29
metric_tags:
30
- symbol:
31
OID: 1.3.6.1.4.1.21239.5.1.2.1.2
32
name: vertiv.internalSerial
33
tag: vertiv_internal_serial
33
-# - symbol:
34
-# OID: 1.3.6.1.4.1.21239.5.1.1.7.0
35
-# name: vertiv.temperatureUnits
36
-# tag: vertiv_temperature_units
37
-# mapping:
38
-# 0: fahrenheit
39
-# 1: celsius
40
-# TODO : Add this tag back when tagging by scalar symbol is implemented NDM-2247
34
+ # - symbol:
35
+ # OID: 1.3.6.1.4.1.21239.5.1.1.7.0
36
+ # name: vertiv.temperatureUnits
37
+ # tag: vertiv_temperature_units
38
+ # mapping:
39
+ # 0: fahrenheit
40
+ # 1: celsius
41
+ # TODO : Add this tag back when tagging by scalar symbol is implemented NDM-2247
42
- symbol:
43
OID: 1.3.6.1.4.1.21239.5.1.2.1.4
44
name: vertiv.internalAvail
@@ -56,6 +57,7 @@ metrics:
57
name: vertiv.tempSensorTemp
58
description: Temperature measured by the temperature sensor
59
unit: "Cel"
60
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
61
metric_tags:
62
- symbol:
63
OID: 1.3.6.1.4.1.21239.5.1.4.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vmware-esx.yaml
+2
@@ -29,6 +29,7 @@ metrics:
29
name: vmwHbaDeviceName
30
OID: 1.3.6.1.4.1.6876.3.5.2.1.2
31
tag: vmw_hba_device_name
32
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
33
- symbol:
34
OID: 1.3.6.1.4.1.6876.3.5.2.1.4
35
name: vmwHbaStatus
@@ -50,6 +51,7 @@ metrics:
51
constant_value_one: true
52
description: "Hardware environment"
53
unit: "{hardware_environment}"
54
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
55
metric_tags:
56
- symbol:
57
name: vmwSubsystemType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/zebra-printer.yaml
+1
@@ -36,6 +36,7 @@ metrics:
36
constant_value_one: true
37
description: "Number of tracked alerts"
38
unit: "{alert}"
39
+ # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
40
metric_tags:
41
- symbol:
42
OID: 1.3.6.1.4.1.10642.10.31.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/zyxel-switch.yaml
+1
@@ -26,6 +26,7 @@ metrics:
26
description: Device memory usage (%)
27
unit: "%"
28
29
+# TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
30
metric_tags:
31
- OID: 1.3.6.1.4.1.890.1.15.3.1.1.0
32
symbol: sysSwPlatform