@cryptotaxi247 / netdata-1 / commits / 12f0ba96e

SNMP profiles units and description generation (#20163)

Fotis Voutsas committed May 2, 2025 at 11:07 UTC 12f0ba96ef96d499e9a11aa86ffaf8680cdb5273
164 files changed +6376 -1736
src/go/plugin/go.d/config/go.d/snmp.profiles/default/3com-huawei.yaml
+10
@@ -12,6 +12,8 @@ metrics:
12 symbols:
13 - name: cpu.usage
14 OID: 1.3.6.1.4.1.43.45.1.6.1.1.1.3
15 + description: Cpu usage percentage
16 + unit: "%"
17 metric_tags:
18 - index: 1
19 tag: cpu
@@ -22,8 +24,12 @@ metrics:
24 symbols:
25 - name: memory.total
26 OID: 1.3.6.1.4.1.43.45.1.6.1.2.1.1.2
27 + description: Total memory size
28 + unit: "By"
29 - name: memory.free
30 OID: 1.3.6.1.4.1.43.45.1.6.1.2.1.1.3
31 + description: Free memory size
32 + unit: "By"
33 metric_tags:
34 - index: 1
35 tag: mem
@@ -34,6 +40,8 @@ metrics:
40 symbols:
41 - name: hwdevMFanStatus
42 constant_value_one: true
43 + description: Fan status indicator
44 + unit: "TBD"
45 metric_tags:
46 - index: 1
47 tag: fan_num
@@ -53,6 +61,8 @@ metrics:
61 symbols:
62 - name: hwdevMPowerStatus
63 constant_value_one: true
64 + description: Power status indicator
65 + unit: "TBD"
66 metric_tags:
67 - index: 1
68 tag: power_num
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_apc-metadata.yaml
+1 -1
@@ -38,4 +38,4 @@ metadata:
38 name: sysDescr
39 match_pattern: '\bPF:(\S+)'
40 match_value: '$1'
41 - # Examples: `MN:v3.9.2`, correspond to version in PN:apc_hw02_aos_392.bin
\ No newline at end of file
41 + # Examples: `MN:v3.9.2`, correspond to version in PN:apc_hw02_aos_392.bin
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_apc.yaml
+1 -1
@@ -5,4 +5,4 @@ metadata:
5 device:
6 fields:
7 vendor:
8 - value: "apc"
\ No newline at end of file
8 + value: "apc"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_arista-queue.yaml
+8 -4
@@ -1,8 +1,8 @@
1 metrics:
2 ### Interface
3
4 - - # This table contains statistical information of the ingress queue in an interface.
5 - MIB: ARISTA-QUEUE-MIB
4 + # This table contains statistical information of the ingress queue in an interface.
5 + - MIB: ARISTA-QUEUE-MIB
6 table:
7 OID: 1.3.6.1.4.1.30065.3.6.1.1
8 name: aristaIngressQueueTable
@@ -10,6 +10,8 @@ metrics:
10 symbols:
11 - OID: 1.3.6.1.4.1.30065.3.6.1.1.1.3
12 name: aristaIngressQueuePktsDropped
13 + description: The number of dropped packets due to congestion at the ingress port in an interface.
14 + unit: "{packet}"
15 metric_tags:
16 - tag: interface_index
17 symbol:
@@ -20,8 +22,8 @@ metrics:
22 OID: 1.3.6.1.4.1.30065.3.6.1.1.1.2
23 name: aristaIngressQueueIndex
24
23 - - # This table contains statistical objects for the egress queues of an interface.
24 - MIB: ARISTA-QUEUE-MIB
25 + # This table contains statistical objects for the egress queues of an interface.
26 + - MIB: ARISTA-QUEUE-MIB
27 table:
28 OID: 1.3.6.1.4.1.30065.3.6.1.2
29 name: aristaEgressQueueTable
@@ -29,6 +31,8 @@ metrics:
31 symbols:
32 - OID: 1.3.6.1.4.1.30065.3.6.1.2.1.6
33 name: aristaEgressQueuePktsDropped
34 + description: The number of packets discarded from this egress queue.
35 + unit: "{packet}"
36 metric_tags:
37 - tag: interface_index
38 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_aruba-switch-cpu-memory.yaml
+10 -4
@@ -2,8 +2,8 @@
2 metrics:
3 ### Processor
4
5 - - # The table of processors contained by the controller.
6 - MIB: WLSX-SYSTEMEXT-MIB
5 + # The table of processors contained by the controller.
6 + - MIB: WLSX-SYSTEMEXT-MIB
7 table:
8 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.13
9 name: wlsxSysExtProcessorTable
@@ -12,14 +12,16 @@ metrics:
12 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.13.1.3
13 # core check only
14 name: cpu.usage
15 + description: The average, over the last minute, of the percentage of time that this processor was not idle
16 + unit: "%"
17 metric_tags:
18 - tag: cpu
19 index: 1
20
21 ### Memory
22
21 - - # The memory status of the controller. All memory values measured in KB.
22 - MIB: WLSX-SYSTEMEXT-MIB
23 + # The memory status of the controller. All memory values measured in KB.
24 + - MIB: WLSX-SYSTEMEXT-MIB
25 table:
26 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1
27 name: wlsxSysExtMemoryTable
@@ -28,10 +30,14 @@ metrics:
30 # core check only
31 name: memory.total
32 scale_factor: 1000
33 + description: Total memory in KB
34 + unit: "kBy"
35 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.3
36 # core check only
37 name: memory.used
38 scale_factor: 1000
39 + description: Used memory in KB
40 + unit: "kBy"
41 metric_tags:
42 - tag: mem
43 index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_checkpoint-firewall-cpu-memory.yaml
+6
@@ -14,6 +14,8 @@ metrics:
14 - OID: 1.3.6.1.4.1.2620.1.6.7.5.1.5
15 # core check only
16 name: cpu.usage
17 + description: "Processor usage"
18 + unit: "%"
19 table:
20 OID: 1.3.6.1.4.1.2620.1.6.7.5
21 name: multiProcTable
@@ -24,9 +26,13 @@ metrics:
26 OID: 1.3.6.1.4.1.2620.1.6.7.4.3.0
27 # core check only
28 name: memory.total
29 + description: "Total real memory"
30 + unit: "By"
31 - MIB: CHECKPOINT-MIB
32 metric_type: gauge
33 symbol:
34 OID: 1.3.6.1.4.1.2620.1.6.7.4.4.0
35 # core check only
36 name: memory.used
37 + description: "Active real memory"
38 + unit: "By"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-asa.yaml
+18
@@ -11,6 +11,8 @@ metrics:
11 symbols:
12 - OID: 1.3.6.1.4.1.9.9.147.1.2.2.2.1.5
13 name: cfwConnectionStatValue
14 + description: Current status of the resource statistic
15 + unit: "{statistic}"
16 metric_tags:
17 - index: 1
18 tag: service_type
@@ -22,36 +24,50 @@ metrics:
24 # declined sessions
25 OID: 1.3.6.1.4.1.9.9.392.1.4.1.2.0
26 name: crasNumDeclinedSessions
27 + description: Number of session setup attempts declined due to authentication or authorization failure
28 + unit: "{session}"
29 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
30 symbol:
31 # num sessions
32 OID: 1.3.6.1.4.1.9.9.392.1.3.1.0
33 name: crasNumSessions
34 + description: Number of currently active sessions
35 + unit: "{session}"
36 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
37 symbol:
38 # num users
39 OID: 1.3.6.1.4.1.9.9.392.1.3.3.0
40 name: crasNumUsers
41 + description: Number of users who have active sessions
42 + unit: "{user}"
43 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
44 metric_type: monotonic_count
45 symbol:
46 # session setup failed
47 OID: 1.3.6.1.4.1.9.9.392.1.4.1.3.0
48 name: crasNumSetupFailInsufResources
49 + description: Number of session setup attempts failed due to insufficient resources
50 + unit: "{session}"
51 - MIB: CISCO-IPSEC-FLOW-MONITOR-MIB
52 symbol:
53 OID: 1.3.6.1.4.1.9.9.171.1.3.1.1.0
54 name: cipSecGlobalActiveTunnels
55 + description: Number of currently active IPsec Phase-2 Tunnels
56 + unit: "{tunnel}"
57 - MIB: CISCO-IPSEC-FLOW-MONITOR-MIB
58 metric_type: monotonic_count
59 symbol:
60 OID: 1.3.6.1.4.1.9.9.171.1.3.1.4.0
61 name: cipSecGlobalHcInOctets
62 + description: High capacity count of total octets received by all current and previous IPsec Phase-2 Tunnels
63 + unit: "By"
64 - MIB: CISCO-IPSEC-FLOW-MONITOR-MIB
65 metric_type: monotonic_count
66 symbol:
67 OID: 1.3.6.1.4.1.9.9.171.1.3.1.17.0
68 name: cipSecGlobalHcOutOctets
69 + description: High capacity count of total octets sent by all current and previous IPsec Phase-2 Tunnels
70 + unit: "By"
71 - MIB: ENTITY-SENSOR-MIB
72 table:
73 OID: 1.3.6.1.2.1.99.1.1
@@ -59,6 +75,8 @@ metrics:
75 symbols:
76 - OID: 1.3.6.1.2.1.99.1.1.1.4
77 name: entPhySensorValue
78 + description: Most recent measurement obtained by the agent for this sensor
79 + unit: "TBD"
80 metric_tags:
81 - symbol:
82 OID: 1.3.6.1.2.1.99.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-catalyst.yaml
+10
@@ -27,6 +27,8 @@ metrics:
27 symbols:
28 - OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.4
29 name: entSensorValue
30 + description: "The most recent measurement seen by the sensor"
31 + unit: "TBD"
32 metric_tags:
33 - symbol:
34 OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.1
@@ -42,12 +44,20 @@ metrics:
44 symbols:
45 - OID: 1.3.6.1.4.1.9.9.276.1.1.1.1.1
46 name: cieIfLastInTime
47 + description: "Elapsed time in milliseconds since last protocol input packet was received"
48 + unit: "ms"
49 - OID: 1.3.6.1.4.1.9.9.276.1.1.1.1.2
50 name: cieIfLastOutTime
51 + description: "Elapsed time in milliseconds since last protocol output packet was transmitted"
52 + unit: "ms"
53 - OID: 1.3.6.1.4.1.9.9.276.1.1.1.1.10
54 name: cieIfInputQueueDrops
55 + description: "Number of input packets which were dropped"
56 + unit: "{packet}"
57 - OID: 1.3.6.1.4.1.9.9.276.1.1.1.1.11
58 name: cieIfOutputQueueDrops
59 + description: "Number of output packets dropped by the interface"
60 + unit: "{packet}"
61 metric_tags:
62 - MIB: IF-MIB
63 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-cpu-memory.yaml
+6
@@ -8,6 +8,8 @@ metrics:
8 symbols:
9 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.7 # cpmCPUTotal1minRev
10 name: cpu.usage
11 + description: The overall CPU busy percentage in the last 1 minute period
12 + unit: "%"
13 metric_tags:
14 - index: 1 # cpmCPUTotalIndex
15 tag: cpu
@@ -19,8 +21,12 @@ metrics:
21 symbols:
22 - OID: 1.3.6.1.4.1.9.9.48.1.1.1.5 # ciscoMemoryPoolUsed
23 name: memory.used
24 + description: Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device
25 + unit: "By"
26 - OID: 1.3.6.1.4.1.9.9.48.1.1.1.6 # ciscoMemoryPoolFree
27 name: memory.free
28 + description: Indicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of ciscoMemoryPoolUsed and ciscoMemoryPoolFree is the total amount of memory in the pool
29 + unit: "By"
30 metric_tags:
31 - index: 1 # ciscoMemoryPoolType
32 tag: mem
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-generic.yaml
+68 -1
@@ -18,10 +18,16 @@ metrics:
18 symbols:
19 - OID: 1.3.6.1.4.1.9.9.117.1.1.2.1.1
20 name: cefcFRUPowerAdminStatus
21 + description: Administratively desired FRU power state
22 + unit: "{power_state}"
23 - OID: 1.3.6.1.4.1.9.9.117.1.1.2.1.2
24 name: cefcFRUPowerOperStatus
25 + description: Operational FRU power state
26 + unit: "{power_state}"
27 - OID: 1.3.6.1.4.1.9.9.117.1.1.2.1.3
28 name: cefcFRUCurrent
29 + description: Current supplied by the FRU or current required to operate the FRU
30 + unit: "A"
31 metric_tags:
32 - index: 1
33 tag: fru
@@ -32,12 +38,16 @@ metrics:
38 symbols:
39 - name: cefcFRUPowerStatus
40 constant_value_one: true
41 + description: FRU power status constant value one
42 + unit: "TBD"
43 metric_tags:
44 - index: 1
45 tag: fru
46 - symbol:
47 OID: 1.3.6.1.4.1.9.9.117.1.1.2.1.1
48 name: cefcFRUPowerAdminStatus
49 + description: Administratively desired FRU power state
50 + unit: "{power_state}"
51 tag: power_admin_status
52 mapping:
53 1: on
@@ -48,6 +58,8 @@ metrics:
58 - symbol:
59 OID: 1.3.6.1.4.1.9.9.117.1.1.2.1.2
60 name: cefcFRUPowerOperStatus
61 + description: Operational FRU power state
62 + unit: "{power_state}"
63 tag: power_oper_status
64 mapping:
65 1: off_env_other
@@ -69,12 +81,20 @@ metrics:
81 symbols:
82 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.10
83 name: cpmCPUTotalMonIntervalValue
84 + description: Overall CPU busy percentage in the last monitoring interval
85 + unit: "%"
86 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.12
87 name: cpmCPUMemoryUsed
88 + description: Overall CPU wide system memory which is currently under use
89 + unit: "By"
90 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.13
91 name: cpmCPUMemoryFree
92 + description: Overall CPU wide system memory which is currently free
93 + unit: "By"
94 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.7
95 name: cpmCPUTotal1minRev
96 + description: Overall CPU busy percentage in the last 1 minute period
97 + unit: "%"
98 metric_tags:
99 - index: 1
100 tag: cpu
@@ -86,6 +106,8 @@ metrics:
106 symbols:
107 - OID: 1.3.6.1.4.1.9.9.276.1.1.2.1.1
108 name: cieIfResetCount
109 + description: Number of times the interface was internally reset and brought up
110 + unit: "{reset}"
111 metric_tags:
112 - MIB: IF-MIB
113 symbol:
@@ -100,6 +122,8 @@ metrics:
122 symbols:
123 - OID: 1.3.6.1.4.1.9.9.13.1.3.1.3
124 name: ciscoEnvMonTemperatureStatusValue
125 + description: Current measurement of the testpoint being instrumented
126 + unit: "Cel"
127 metric_tags:
128 - tag: temp_state
129 symbol:
@@ -121,6 +145,8 @@ metrics:
145 symbols:
146 - OID: 1.3.6.1.4.1.9.9.13.1.5.1.3
147 name: ciscoEnvMonSupplyState
148 + description: Current state of the power supply being instrumented
149 + unit: "{power_state}"
150 metric_tags:
151 - symbol:
152 OID: 1.3.6.1.4.1.9.9.13.1.5.1.4
@@ -144,10 +170,14 @@ metrics:
170 symbols:
171 - name: ciscoEnvMonSupplyStatus
172 constant_value_one: true
173 + description: Power supply status constant value one
174 + unit: "TBD"
175 metric_tags:
176 - symbol:
177 OID: 1.3.6.1.4.1.9.9.13.1.5.1.3
178 name: ciscoEnvMonSupplyState
179 + description: Current state of the power supply being instrumented
180 + unit: "{power_state}"
181 tag: cisco_env_mon_supply_state
182 mapping:
183 1: normal
@@ -178,6 +208,8 @@ metrics:
208 symbols:
209 - OID: 1.3.6.1.4.1.9.9.13.1.4.1.3
210 name: ciscoEnvMonFanState
211 + description: Current state of the fan being instrumented
212 + unit: "{fan_state}"
213 metric_tags:
214 - symbol:
215 OID: 1.3.6.1.4.1.9.9.13.1.4.1.1
@@ -191,10 +223,14 @@ metrics:
223 symbols:
224 - name: ciscoEnvMonFanStatus
225 constant_value_one: true
226 + description: Fan status constant value one
227 + unit: "TBD"
228 metric_tags:
229 - symbol:
230 OID: 1.3.6.1.4.1.9.9.13.1.4.1.3
231 name: ciscoEnvMonFanState
232 + description: Current state of the fan being instrumented
233 + unit: "{fan_state}"
234 tag: fan_state
235 mapping:
236 1: normal
@@ -220,6 +256,8 @@ metrics:
256 symbols:
257 - OID: 1.3.6.1.4.1.9.9.500.1.2.2.1.1
258 name: cswStackPortOperStatus
259 + description: State of the stackport
260 + unit: "{stackport_state}"
261 metric_tags:
262 - MIB: IF-MIB
263 symbol:
@@ -236,6 +274,8 @@ metrics:
274 symbols:
275 - OID: 1.3.6.1.4.1.9.9.500.1.2.1.1.6
276 name: cswSwitchState
277 + description: Current state of a switch
278 + unit: "{switch_state}"
279 metric_tags:
280 - tag: mac_addr
281 symbol:
@@ -256,6 +296,8 @@ metrics:
296 symbols:
297 - name: cswSwitchInfo
298 constant_value_one: true
299 + description: Switch info constant value one
300 + unit: "TBD"
301 metric_tags:
302 - tag: mac_addr
303 symbol:
@@ -271,6 +313,8 @@ metrics:
313 - symbol:
314 OID: 1.3.6.1.4.1.9.9.500.1.2.1.1.6
315 name: cswSwitchState
316 + description: Current state of a switch
317 + unit: "{switch_state}"
318 tag: switch_state
319 mapping:
320 1: waiting
@@ -291,6 +335,8 @@ metrics:
335 symbols:
336 - OID: 1.3.6.1.4.1.9.9.117.1.4.1.1.1
337 name: cefcFanTrayOperStatus
338 + description: Operational state of the fan or fan tray
339 + unit: "{fan_state}"
340 metric_tags:
341 - index: 1
342 tag: fru
@@ -302,12 +348,16 @@ metrics:
348 symbols:
349 - name: cefcFanTrayStatus
350 constant_value_one: true
351 + description: Fan tray status constant value one
352 + unit: "TBD"
353 metric_tags:
354 - index: 1
355 tag: fru
356 - symbol:
357 OID: 1.3.6.1.4.1.9.9.117.1.4.1.1.1
358 name: cefcFanTrayOperStatus
359 + description: Operational state of the fan or fan tray
360 + unit: "{fan_state}"
361 tag: cefc_fan_tray_oper_status
362 mapping:
363 1: unknown
@@ -329,10 +379,16 @@ metrics:
379 symbols:
380 - OID: 1.3.6.1.4.1.9.9.48.1.1.1.5
381 name: ciscoMemoryPoolUsed
382 + description: Number of bytes from the memory pool currently in use
383 + unit: "By"
384 - OID: 1.3.6.1.4.1.9.9.48.1.1.1.6
385 name: ciscoMemoryPoolFree
386 + description: Number of bytes from the memory pool currently unused
387 + unit: "By"
388 - OID: 1.3.6.1.4.1.9.9.48.1.1.1.7
389 name: ciscoMemoryPoolLargestFree
390 + description: Largest number of contiguous bytes from the memory pool currently unused
391 + unit: "By"
392 metric_tags:
393 - symbol:
394 OID: 1.3.6.1.4.1.9.9.48.1.1.1.2
@@ -346,6 +402,8 @@ metrics:
402 symbols:
403 - OID: 1.3.6.1.4.1.9.9.147.1.2.2.2.1.4
404 name: cfwConnectionStatCount
405 + description: Integer value containing the resource statistic count
406 + unit: "{connection_statistic}"
407 metric_tags:
408 - symbol:
409 OID: 1.3.6.1.4.1.9.9.147.1.2.2.2.1.2
@@ -366,6 +424,8 @@ metrics:
424 symbols:
425 - OID: 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3
426 name: cfwHardwareStatusValue
427 + description: Current status of the resource
428 + unit: "{hardware_status}"
429 metric_tags:
430 - index: 1
431 tag: hardware_type
@@ -381,6 +441,8 @@ metrics:
441 symbols:
442 - OID: 1.3.6.1.4.1.9.9.388.1.2.2.1.3
443 name: cvsChassisUpTime
444 + description: Up time for the chassis since last re-initialization
445 + unit: "cs"
446 metric_tags:
447 - symbol:
448 OID: 1.3.6.1.4.1.9.9.388.1.2.2.1.1
@@ -395,8 +457,12 @@ metrics:
457 symbols:
458 - OID: 1.3.6.1.4.1.9.9.42.1.2.10.1.1
459 name: rttMonLatestRttOperCompletionTime
460 + description: Completion time of the latest RTT operation successfully completed
461 + unit: "us"
462 - OID: 1.3.6.1.4.1.9.9.42.1.2.10.1.2
463 name: rttMonLatestRttOperSense
464 + description: Sense code for the completion status of the latest RTT operation
465 + unit: "{sense_code}"
466 metric_tags:
467 - symbol:
468 OID: 1.3.6.1.4.1.9.9.42.1.2.9.1.10
@@ -488,6 +554,8 @@ metrics:
554 symbols:
555 - OID: 1.3.6.1.4.1.9.9.42.1.2.9.1.6
556 name: rttMonCtrlOperTimeoutOccurred
557 + description: Indicates if a timeout occurred for the RTT operation
558 + unit: "1"
559 metric_tags:
560 - symbol:
561 OID: 1.3.6.1.4.1.9.9.42.1.2.9.1.10
@@ -555,4 +623,3 @@ metrics:
623 mapping:
624 1: true
625 2: false
558 -
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-ipsec-flow-monitor.yaml
+36
@@ -6,18 +6,32 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.15
8 name: cikeTunLifeTime
9 + description: The negotiated lifetime of the IPsec Phase-1 IKE Tunnel in seconds.
10 + unit: "s"
11 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.19
12 name: cikeTunInOctets
13 + description: The total number of octets received by this IPsec Phase-1 IKE Tunnel.
14 + unit: "By"
15 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.20
16 name: cikeTunInPkts
17 + description: The total number of packets received by this IPsec Phase-1 IKE Tunnel.
18 + unit: "{packet}"
19 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.21
20 name: cikeTunInDropPkts
21 + description: The total number of packets dropped by this IPsec Phase-1 IKE Tunnel during receive processing.
22 + unit: "{packet}"
23 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.27
24 name: cikeTunOutOctets
25 + description: The total number of octets sent by this IPsec Phase-1 IKE Tunnel.
26 + unit: "By"
27 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.28
28 name: cikeTunOutPkts
29 + description: The total number of packets sent by this IPsec Phase-1 IKE Tunnel.
30 + unit: "{packet}"
31 - OID: 1.3.6.1.4.1.9.9.171.1.2.3.1.29
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 metric_tags:
36 - index: 1
37 tag: phase_1_tunnel_index
@@ -43,26 +57,48 @@ metrics:
57 symbols:
58 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.9
59 name: cipSecTunLifeTime
60 + description: The negotiated lifetime of the IPsec Phase-2 Tunnel in seconds.
61 + unit: "s"
62 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.26
63 name: cipSecTunInOctets
64 + description: The total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
65 + unit: "By"
66 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.27
67 name: cipSecTunHcInOctets
68 + description: A high capacity count of the total number of octets received by this IPsec Phase-2 Tunnel. This value is accumulated BEFORE determining whether or not the packet should be decompressed.
69 + unit: "By"
70 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.32
71 name: cipSecTunInPkts
72 + description: The total number of packets received by this IPsec Phase-2 Tunnel.
73 + unit: "{packet}"
74 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.36
75 name: cipSecTunInAuthFails
76 + description: The total number of inbound authentication's which ended in failure by this IPsec Phase-2 Tunnel .
77 + unit: "{authentication_failure}"
78 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.38
79 name: cipSecTunInDecryptFails
80 + description: The total number of inbound decryption's which ended in failure by this IPsec Phase-2 Tunnel.
81 + unit: "{decryption_failure}"
82 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.39
83 name: cipSecTunOutOctets
84 + description: The total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed.
85 + unit: "By"
86 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.40
87 name: cipSecTunHcOutOctets
88 + description: A high capacity count of the total number of octets sent by this IPsec Phase-2 Tunnel. This value is accumulated AFTER determining whether or not the packet should be compressed.
89 + unit: "By"
90 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.45
91 name: cipSecTunOutPkts
92 + description: The total number of packets sent by this IPsec Phase-2 Tunnel.
93 + unit: "{packet}"
94 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.48
95 name: cipSecTunOutAuthFails
96 + description: The total number of outbound authentication's which ended in failure by this IPsec Phase-2 Tunnel.
97 + unit: "{authentication_failure}"
98 - OID: 1.3.6.1.4.1.9.9.171.1.3.2.1.50
99 name: cipSecTunOutEncryptFails
100 + description: The total number of outbound encryption's which ended in failure by this IPsec Phase-2 Tunnel.
101 + unit: "{encryption_failure}"
102 metric_tags:
103 - index: 1
104 tag: phase_2_tunnel_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-voice.yaml
+54
@@ -8,8 +8,12 @@ metrics:
8 symbols:
9 - name: hrSWRunPerfMem
10 OID: 1.3.6.1.2.1.25.5.1.1.2
11 + description: Total amount of real system memory allocated to this process.
12 + unit: "kBy"
13 - name: hrSWRunPerfCPU
14 OID: 1.3.6.1.2.1.25.5.1.1.1
15 + description: The number of centi-seconds of the total system's CPU resources consumed by this process.
16 + unit: "cs"
17 metric_tags:
18 - symbol:
19 name: hrSWRunIndex
@@ -23,6 +27,8 @@ metrics:
27 symbols:
28 - name: hrSWRunStatus
29 OID: 1.3.6.1.2.1.25.4.2.1.7
30 + description: The status of this running piece of software.
31 + unit: "TBD"
32 metric_tags:
33 - symbol:
34 name: hrSWRunIndex
@@ -36,16 +42,28 @@ metrics:
42 symbols:
43 - name: ccvpSipIntAvgLatency1
44 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.5
45 + description: Average period of time elapsed between the arrival of a CONNECT message from ICM and when the call is actually answered, on the first transfer request for the calls.
46 + unit: "ms"
47 - name: ccvpSipIntAvgLatency2
48 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.6
49 + description: Average period of time between the arrival of a CONNECT message from ICM and when the call is actually answered, on the second and subsequent transfer request for the call.
50 + unit: "ms"
51 - name: ccvpSipIntConnectsRcv
52 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.4
53 + description: Number of CONNECT messages received by the SIP service in order to perform a Customer Voice Portal transfer.
54 + unit: "{message}"
55 - name: ccvpSipIntNewCalls
56 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.3
57 + description: Number of SIP INVITE messages received by CVP since system start time.
58 + unit: "{call}"
59 - name: ccvpSipRtActiveCalls
60 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.1
61 + description: Number of active calls being handled by the CVP SIP service.
62 + unit: "{call}"
63 - name: ccvpSipRtTotalCallLegs
64 OID: 1.3.6.1.4.1.9.9.590.1.6.1.1.2
65 + description: Number of SIP call legs being handled by the SIP service.
66 + unit: "{call_leg}"
67 metric_tags:
68 - symbol:
69 name: ccvpServiceIndex
@@ -58,31 +76,43 @@ metrics:
76 symbol:
77 name: ccvpLicAggMaxPortsInUse
78 OID: 1.3.6.1.4.1.9.9.590.1.2.12.0
79 + description: Peak number of simultaneous port licenses used since the start of the system.
80 + unit: "{port}"
81 - MIB: CISCO-CVP-MIB
82 symbol:
83 name: ccvpLicRtPortsInUse
84 OID: 1.3.6.1.4.1.9.9.590.1.2.2.0
85 + description: Number of port licenses currently in use on the call server.
86 + unit: "{port}"
87
88 - MIB: CISCO-CCM-MIB
89 metric_type: gauge
90 symbol:
91 name: ccmRegisteredGateways
92 OID: 1.3.6.1.4.1.9.9.156.1.5.8.0
93 + description: Number of gateways that are registered and actively in communication with the local call manager.
94 + unit: "{gateway}"
95 - MIB: CISCO-CCM-MIB
96 metric_type: gauge
97 symbol:
98 name: ccmRegisteredPhones
99 OID: 1.3.6.1.4.1.9.9.156.1.5.5.0
100 + description: Number of phones that are registered and actively in communication with the local call manager.
101 + unit: "{phone}"
102 - MIB: CISCO-CCM-MIB
103 metric_type: gauge
104 symbol:
105 name: ccmRejectedPhones
106 OID: 1.3.6.1.4.1.9.9.156.1.5.7.0
107 + description: Number of phones whose registration requests were rejected by the local call manager.
108 + unit: "{phone}"
109 - MIB: CISCO-CCM-MIB
110 metric_type: gauge
111 symbol:
112 name: ccmUnregisteredPhones
113 OID: 1.3.6.1.4.1.9.9.156.1.5.6.0
114 + description: Number of phone that are unregistered or have lost contact with the local call manager.
115 + unit: "{phone}"
116
117 - MIB: CISCO-VOICE-DIAL-CONTROL-MIB
118 table:
@@ -91,8 +121,12 @@ metrics:
121 symbols:
122 - name: cvCallVolMediaIncomingCalls
123 OID: 1.3.6.1.4.1.9.9.63.1.3.8.5.1.1
124 + description: Total number of inbound active media calls through this IP interface.
125 + unit: "{call}"
126 - name: cvCallVolMediaOutgoingCalls
127 OID: 1.3.6.1.4.1.9.9.63.1.3.8.5.1.2
128 + description: Total number of outbound active media calls through the IP interface.
129 + unit: "{call}"
130 metric_tags:
131 - MIB: IF-MIB
132 symbol:
@@ -108,8 +142,12 @@ metrics:
142 symbols:
143 - name: cvCallVolPeerIncomingCalls
144 OID: 1.3.6.1.4.1.9.9.63.1.3.8.4.1.1
145 + description: Total number of active calls that has selected the dialpeer as an incoming dialpeer.
146 + unit: "{call}"
147 - name: cvCallVolPeerOutgoingCalls
148 OID: 1.3.6.1.4.1.9.9.63.1.3.8.4.1.2
149 + description: Total number of active calls that has selected the dialpeer as an outgoing dialpeer.
150 + unit: "{call}"
151 metric_tags:
152 - index: 1
153 tag: peer_index
@@ -122,12 +160,20 @@ metrics:
160 symbols:
161 - name: dialCtlPeerStatsAcceptCalls
162 OID: 1.3.6.1.2.1.10.21.1.2.2.1.5
163 + description: Number of calls from this peer accepted since system startup.
164 + unit: "{call}"
165 - name: dialCtlPeerStatsFailCalls
166 OID: 1.3.6.1.2.1.10.21.1.2.2.1.4
167 + description: Number of failed call attempts to this peer since system startup.
168 + unit: "{call}"
169 - name: dialCtlPeerStatsRefuseCalls
170 OID: 1.3.6.1.2.1.10.21.1.2.2.1.6
171 + description: Number of calls from this peer refused since system startup.
172 + unit: "{call}"
173 - name: dialCtlPeerStatsSuccessCalls
174 OID: 1.3.6.1.2.1.10.21.1.2.2.1.3
175 + description: Number of completed calls to this peer.
176 + unit: "{call}"
177 metric_tags:
178 - index: 1
179 tag: peer_index
@@ -139,6 +185,8 @@ metrics:
185 symbols:
186 - name: cccaPimStatus
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 metric_tags:
191 - symbol:
192 OID: 1.3.6.1.4.1.9.9.473.1.3.6.1.1
@@ -160,10 +208,16 @@ metrics:
208 symbols:
209 - name: cccaRouterAgentsLoggedOn
210 OID: 1.3.6.1.4.1.9.9.473.1.3.1.1.3
211 + description: Number of contact center agents currently managed by the enterprise contact center application.
212 + unit: "{agent}"
213 - name: cccaRouterCallsInProgress
214 OID: 1.3.6.1.4.1.9.9.473.1.3.1.1.4
215 + description: Number of active (voice) calls being managed by the enterprise contact center application.
216 + unit: "{call}"
217 - name: cccaRouterCallsInQueue
218 OID: 1.3.6.1.4.1.9.9.473.1.3.1.1.8
219 + description: Number of calls queued in all network Voice Response Units (VRUs).
220 + unit: "{call}"
221 metric_tags:
222 - tag: instance_number
223 index: 1 # Index of cccaRouterTable is (cccaInstanceNumber, cccaComponentIndex)
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_cisco-wlc.yaml
+12
@@ -116,6 +116,8 @@ metrics:
116 symbols:
117 - OID: 1.3.6.1.4.1.14179.2.2.2.1.15
118 name: bsnApIfNoOfUsers
119 + description: "Number of users associated with this radio"
120 + unit: "{user}"
121 metric_tags:
122 - symbol:
123 OID: 1.3.6.1.4.1.14179.2.2.2.1.1
@@ -163,12 +165,20 @@ metrics:
165 symbols:
166 - OID: 1.3.6.1.4.1.14179.2.2.13.1.1
167 name: bsnAPIfLoadRxUtilization
168 + description: "Percentage of time the Airespace AP receiver is busy operating on packets"
169 + unit: "%"
170 - OID: 1.3.6.1.4.1.14179.2.2.13.1.2
171 name: bsnAPIfLoadTxUtilization
172 + description: "Percentage of time the Airespace AP transmitter is busy operating on packets"
173 + unit: "%"
174 - OID: 1.3.6.1.4.1.14179.2.2.13.1.24
175 name: bsnAPIfPoorSNRClients
176 + description: "Number of clients with poor SNR attached to this Airespace AP at the last measurement interval"
177 + unit: "{client}"
178 - OID: 1.3.6.1.4.1.14179.2.2.13.1.3
179 name: bsnAPIfLoadChannelUtilization
180 + description: "Channel utilization"
181 + unit: "%"
182 metric_tags:
183 - symbol:
184 OID: 1.3.6.1.4.1.14179.2.2.2.1.1
@@ -253,6 +263,8 @@ metrics:
263 symbols:
264 - OID: 1.3.6.1.4.1.14179.2.1.1.1.38
265 name: bsnDot11EssNumberOfMobileStations
266 + description: "Number of mobile stations currently associated with the WLAN"
267 + unit: "{station}"
268 metric_tags:
269 - symbol:
270 OID: 1.3.6.1.4.1.14179.2.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_dell-rac.yaml
+192
@@ -8,30 +8,56 @@ metrics:
8 symbols:
9 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.4
10 name: systemStateChassisStatus
11 + description: Chassis status of the system state
12 + unit: "{state}"
13 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
14 name: systemStatePowerUnitStatusRedundancy
15 + description: Power unit status redundancy of the system state
16 + unit: "{state}"
17 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
18 name: systemStatePowerSupplyStatusCombined
19 + description: Combined power supply status of the system state
20 + unit: "{state}"
21 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
22 name: systemStateAmperageStatusCombined
23 + description: Combined amperage status of the system state
24 + unit: "{state}"
25 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
26 name: systemStateCoolingUnitStatusRedundancy
27 + description: Cooling unit status redundancy of the system state
28 + unit: "{state}"
29 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
30 name: systemStateCoolingDeviceStatusCombined
31 + description: Combined cooling device status of the system state
32 + unit: "{state}"
33 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
34 name: systemStateTemperatureStatusCombined
35 + description: Combined temperature status of the system state
36 + unit: "{state}"
37 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
38 name: systemStateMemoryDeviceStatusCombined
39 + description: Combined memory device status of the system state
40 + unit: "{state}"
41 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
42 name: systemStateChassisIntrusionStatusCombined
43 + description: Combined chassis intrusion status of the system state
44 + unit: "{state}"
45 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
46 name: systemStatePowerUnitStatusCombined
47 + description: Combined power unit status of the system state
48 + unit: "{state}"
49 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
50 name: systemStateCoolingUnitStatusCombined
51 + description: Combined cooling unit status of the system state
52 + unit: "{state}"
53 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
54 name: systemStateProcessorDeviceStatusCombined
55 + description: Combined processor device status of the system state
56 + unit: "{state}"
57 - OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
58 name: systemStateTemperatureStatisticsStatusCombined
59 + description: Combined temperature statistics status of the system state
60 + unit: "{state}"
61 metric_tags:
62 - symbol:
63 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.1
@@ -60,6 +86,8 @@ metrics:
86 4: non_critical
87 5: critical
88 6: non_recoverable
89 + description: Chassis status of the system state
90 + unit: "{state}"
91 - symbol:
92 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
93 name: systemStatePowerUnitStatusRedundancy
@@ -72,6 +100,8 @@ metrics:
100 5: lost
101 6: not_redundant
102 7: redundancy_offline
103 + description: Power unit status redundancy of the system state
104 + unit: "{state}"
105 - symbol:
106 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
107 name: systemStatePowerSupplyStatusCombined
@@ -83,6 +113,8 @@ metrics:
113 4: non_critical
114 5: critical
115 6: non_recoverable
116 + description: Combined power supply status of the system state
117 + unit: "{state}"
118 - symbol:
119 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
120 name: systemStateAmperageStatusCombined
@@ -94,6 +126,8 @@ metrics:
126 4: non_critical
127 5: critical
128 6: non_recoverable
129 + description: Combined amperage status of the system state
130 + unit: "{state}"
131 - symbol:
132 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
133 name: systemStateCoolingUnitStatusRedundancy
@@ -106,6 +140,8 @@ metrics:
140 5: lost
141 6: not_redundant
142 7: redundancy_offline
143 + description: Cooling unit status redundancy of the system state
144 + unit: "{state}"
145 - symbol:
146 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
147 name: systemStateCoolingDeviceStatusCombined
@@ -117,6 +153,8 @@ metrics:
153 4: non_critical
154 5: critical
155 6: non_recoverable
156 + description: Combined cooling device status of the system state
157 + unit: "{state}"
158 - symbol:
159 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
160 name: systemStateTemperatureStatusCombined
@@ -128,6 +166,8 @@ metrics:
166 4: non_critical
167 5: critical
168 6: non_recoverable
169 + description: Combined temperature status of the system state
170 + unit: "{state}"
171 - symbol:
172 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
173 name: systemStateMemoryDeviceStatusCombined
@@ -139,6 +179,8 @@ metrics:
179 4: non_critical
180 5: critical
181 6: non_recoverable
182 + description: Combined memory device status of the system state
183 + unit: "{state}"
184 - symbol:
185 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
186 name: systemStateChassisIntrusionStatusCombined
@@ -150,6 +192,8 @@ metrics:
192 4: non_critical
193 5: critical
194 6: non_recoverable
195 + description: Combined chassis intrusion status of the system state
196 + unit: "{state}"
197 - symbol:
198 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
199 name: systemStatePowerUnitStatusCombined
@@ -161,6 +205,8 @@ metrics:
205 4: non_critical
206 5: critical
207 6: non_recoverable
208 + description: Combined power unit status of the system state
209 + unit: "{state}"
210 - symbol:
211 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
212 name: systemStateCoolingUnitStatusCombined
@@ -172,6 +218,8 @@ metrics:
218 4: non_critical
219 5: critical
220 6: non_recoverable
221 + description: Combined cooling unit status of the system state
222 + unit: "{state}"
223 - symbol:
224 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
225 name: systemStateProcessorDeviceStatusCombined
@@ -183,6 +231,8 @@ metrics:
231 4: non_critical
232 5: critical
233 6: non_recoverable
234 + description: Combined processor device status of the system state
235 + unit: "{state}"
236 - symbol:
237 OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
238 name: systemStateTemperatureStatisticsStatusCombined
@@ -194,6 +244,8 @@ metrics:
244 4: non_critical
245 5: critical
246 6: non_recoverable
247 + description: Combined temperature statistics status of the system state
248 + unit: "{state}"
249 - MIB: IDRAC-MIB-SMIv2
250 table:
251 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4
@@ -201,12 +253,20 @@ metrics:
253 symbols:
254 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
255 name: physicalDiskState
256 + description: State of the physical disk
257 + unit: "{state}"
258 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.11
259 name: physicalDiskCapacityInMB
260 + description: Capacity of the physical disk in megabytes
261 + unit: "MBy"
262 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17
263 name: physicalDiskUsedSpaceInMB
264 + description: Used space of the physical disk in megabytes
265 + unit: "MBy"
266 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19
267 name: physicalDiskFreeSpaceInMB
268 + description: Free space of the physical disk in megabytes
269 + unit: "MBy"
270 metric_tags:
271 - symbol:
272 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
@@ -235,6 +295,8 @@ metrics:
295 8: nonraid
296 9: removed
297 10: readonly
298 + description: State of the physical disk
299 + unit: "{state}"
300 - symbol:
301 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
302 name: physicalDiskName
@@ -243,6 +305,8 @@ metrics:
305 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1
306 name: physicalDiskNumber
307 tag: disk_number
308 + description: Number of the physical disk
309 + unit: "{disk}"
310 - MIB: IDRAC-MIB-SMIv2
311 table:
312 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9
@@ -250,6 +314,8 @@ metrics:
314 symbols:
315 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4
316 name: enclosurePowerSupplyState
317 + description: State of the enclosure power supply
318 + unit: "{state}"
319 metric_tags:
320 - symbol:
321 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2
@@ -281,6 +347,8 @@ metrics:
347 3: failed
348 4: missing
349 5: degraded
350 + description: State of the enclosure power supply
351 + unit: "{state}"
352 - symbol:
353 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2
354 name: enclosurePowerSupplyName
@@ -300,6 +368,8 @@ metrics:
368 symbols:
369 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4
370 name: batteryState
371 + description: State of the battery
372 + unit: "{state}"
373 metric_tags:
374 - symbol:
375 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20
@@ -329,6 +399,8 @@ metrics:
399 5: missing
400 6: charging
401 7: below_threshold
402 + description: State of the battery
403 + unit: "{state}"
404 - symbol:
405 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.20
406 name: batteryFQDD
@@ -344,23 +416,33 @@ metrics:
416 symbols:
417 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37
418 name: controllerRollUpStatus
419 + description: Roll up status of the controller
420 + unit: "{state}"
421 metric_tags:
422 - symbol:
423 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1
424 name: controllerNumber
425 tag: controller_number
426 + description: Number of the controller
427 + unit: "{controller}"
428 - symbol:
429 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2
430 name: controllerName
431 tag: controller_name
432 + description: Name of the controller
433 + unit: "{controller}"
434 - symbol:
435 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42
436 name: controllerPCISlot
437 tag: controller_pci_slot
438 + description: PCI slot of the controller
439 + unit: "{pci_slot}"
440 - symbol:
441 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78
442 name: controllerFQDD
443 tag: controller_fqdd
444 + description: Fully qualified device descriptor of the controller
445 + unit: "{controller}"
446 - MIB: IDRAC-MIB-SMIv2
447 table:
448 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1
@@ -380,22 +462,32 @@ metrics:
462 4: non_critical
463 5: critical
464 6: non_recoverable
465 + description: Roll up status of the controller
466 + unit: "{state}"
467 - symbol:
468 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.1
469 name: controllerNumber
470 tag: controller_number
471 + description: Number of the controller
472 + unit: "{controller}"
473 - symbol:
474 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2
475 name: controllerName
476 tag: controller_name
477 + description: Name of the controller
478 + unit: "{controller}"
479 - symbol:
480 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.42
481 name: controllerPCISlot
482 tag: controller_pci_slot
483 + description: PCI slot of the controller
484 + unit: "{pci_slot}"
485 - symbol:
486 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.78
487 name: controllerFQDD
488 tag: controller_fqdd
489 + description: Fully qualified device descriptor of the controller
490 + unit: "{controller}"
491 - MIB: IDRAC-MIB-SMIv2
492 table:
493 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80
@@ -403,6 +495,8 @@ metrics:
495 symbols:
496 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
497 name: pCIDeviceStatus
498 + description: Status of the PCI device
499 + unit: "{state}"
500 metric_tags:
501 - symbol:
502 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9
@@ -431,6 +525,8 @@ metrics:
525 4: non_critical
526 5: critical
527 6: non_recoverable
528 + description: Status of the PCI device
529 + unit: "{state}"
530 - symbol:
531 OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9
532 name: pCIDeviceDescriptionName
@@ -446,6 +542,8 @@ metrics:
542 symbols:
543 - OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
544 name: systemSlotStatus
545 + description: Status of the system slot
546 + unit: "{state}"
547 metric_tags:
548 - symbol:
549 OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8
@@ -474,6 +572,8 @@ metrics:
572 4: non_critical
573 5: critical
574 6: non_recoverable
575 + description: Status of the system slot
576 + unit: "{state}"
577 - symbol:
578 OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8
579 name: systemSlotSlotExternalSlotName
@@ -489,6 +589,8 @@ metrics:
589 symbols:
590 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
591 name: networkDeviceStatus
592 + description: Status of the network device
593 + unit: "{state}"
594 metric_tags:
595 - symbol:
596 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1
@@ -521,6 +623,8 @@ metrics:
623 4: non_critical
624 5: critical
625 6: non_recoverable
626 + description: Status of the network device
627 + unit: "{state}"
628 - symbol:
629 OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.1
630 name: networkDeviceChassisIndex
@@ -544,6 +648,8 @@ metrics:
648 symbols:
649 - OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.5
650 name: systemBIOSStatus
651 + description: Status of the system BIOS
652 + unit: "{state}"
653 metric_tags:
654 - symbol:
655 OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.1
@@ -580,6 +686,8 @@ metrics:
686 4: non_critical
687 5: critical
688 6: non_recoverable
689 + description: Status of the system BIOS
690 + unit: "{state}"
691 - MIB: IDRAC-MIB-SMIv2
692 table:
693 OID: 1.3.6.1.4.1.674.10892.5.4.300.70
@@ -587,8 +695,12 @@ metrics:
695 symbols:
696 - OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.5
697 name: intrusionStatus
698 + description: Status of the intrusion
699 + unit: "{state}"
700 - OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.6
701 name: intrusionReading
702 + description: Reading of the intrusion
703 + unit: "TBD"
704 metric_tags:
705 - symbol:
706 OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.1
@@ -609,10 +721,16 @@ metrics:
721 symbols:
722 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.6
723 name: powerSupplyOutputWatts
724 + description: Output power of the power supply in watts
725 + unit: "W"
726 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.9
727 name: powerSupplyMaximumInputVoltage
728 + description: Maximum input voltage of the power supply
729 + unit: "V"
730 - OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16
731 name: powerSupplyCurrentInputVoltage
732 + description: Current input voltage of the power supply
733 + unit: "V"
734 metric_tags:
735 - symbol:
736 OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.1
@@ -633,8 +751,12 @@ metrics:
751 symbols:
752 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.5
753 name: amperageProbeStatus
754 + description: Status of the amperage probe
755 + unit: "{state}"
756 - OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6
757 name: amperageProbeReading
758 + description: Reading of the amperage probe in amperes
759 + unit: "A"
760 metric_tags:
761 - symbol:
762 OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7
@@ -725,6 +847,8 @@ metrics:
847 8: critical_lower
848 9: non_recoverable_lower
849 10: failed
850 + description: Status of the amperage probe
851 + unit: "{state}"
852 - MIB: IDRAC-MIB-SMIv2
853 table:
854 OID: 1.3.6.1.4.1.674.10892.5.4.600.60
@@ -732,6 +856,8 @@ metrics:
856 symbols:
857 - OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.5
858 name: powerUsageStatus
859 + description: Status of the power usage
860 + unit: "{state}"
861 metric_tags:
862 - symbol:
863 OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.1
@@ -752,8 +878,12 @@ metrics:
878 symbols:
879 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.5
880 name: voltageProbeStatus
881 + description: Status of the voltage probe
882 + unit: "{state}"
883 - OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.6
884 name: voltageProbeReading
885 + description: Reading of the voltage probe in volts
886 + unit: "V"
887 metric_tags:
888 - symbol:
889 OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.1
@@ -842,6 +972,8 @@ metrics:
972 8: critical_lower
973 9: non_recoverable_lower
974 10: failed
975 + description: Status of the voltage probe
976 + unit: "{state}"
977 - MIB: IDRAC-MIB-SMIv2
978 table:
979 OID: 1.3.6.1.4.1.674.10892.5.4.600.50
@@ -849,8 +981,12 @@ metrics:
981 symbols:
982 - OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.5
983 name: systemBatteryStatus
984 + description: Status of the system battery
985 + unit: "{state}"
986 - OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.6
987 name: systemBatteryReading
988 + description: Reading of the system battery
989 + unit: "TBD"
990 metric_tags:
991 - symbol:
992 OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.1
@@ -871,8 +1007,12 @@ metrics:
1007 symbols:
1008 - OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.5
1009 name: coolingUnitRedundancyStatus
1010 + description: Redundancy status of the cooling unit
1011 + unit: "{state}"
1012 - OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.8
1013 name: coolingUnitStatus
1014 + description: Status of the cooling unit
1015 + unit: "{state}"
1016 metric_tags:
1017 - symbol:
1018 OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.1
@@ -893,10 +1033,16 @@ metrics:
1033 symbols:
1034 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.5
1035 name: coolingDeviceStatus
1036 + description: Status of the cooling device
1037 + unit: "{state}"
1038 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6
1039 name: coolingDeviceReading
1040 + description: Reading of the cooling device
1041 + unit: "TBD"
1042 - OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.18
1043 name: coolingDeviceDiscreteReading
1044 + description: Discrete reading of the cooling device
1045 + unit: "TBD"
1046 metric_tags:
1047 - symbol:
1048 OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.1
@@ -937,10 +1083,16 @@ metrics:
1083 symbols:
1084 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.5
1085 name: temperatureProbeStatus
1086 + description: Status of the temperature probe
1087 + unit: "{state}"
1088 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6
1089 name: temperatureProbeReading
1090 + description: Reading of the temperature probe in degrees Celsius
1091 + unit: "Cel"
1092 - OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.16
1093 name: temperatureProbeDiscreteReading
1094 + description: Discrete reading of the temperature probe
1095 + unit: "TBD"
1096 metric_tags:
1097 - symbol:
1098 OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.1
@@ -970,12 +1122,20 @@ metrics:
1122 symbols:
1123 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5
1124 name: processorDeviceStatus
1125 + description: Status of the processor device
1126 + unit: "{state}"
1127 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.11
1128 name: processorDeviceMaximumSpeed
1129 + description: Maximum speed of the processor device in megahertz
1130 + unit: "MHz"
1131 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.12
1132 name: processorDeviceCurrentSpeed
1133 + description: Current speed of the processor device in megahertz
1134 + unit: "MHz"
1135 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.14
1136 name: processorDeviceVoltage
1137 + description: Voltage of the processor device in volts
1138 + unit: "V"
1139 metric_tags:
1140 - symbol:
1141 OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.1
@@ -1000,8 +1160,12 @@ metrics:
1160 symbols:
1161 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.5
1162 name: processorDeviceStatusStatus
1163 + description: Status of the processor device status
1164 + unit: "{state}"
1165 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.6
1166 name: processorDeviceStatusReading
1167 + description: Reading of the processor device status
1168 + unit: "TBD"
1169 metric_tags:
1170 - symbol:
1171 OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.1
@@ -1022,6 +1186,8 @@ metrics:
1186 symbols:
1187 - OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5
1188 name: memoryDeviceStatus
1189 + description: Status of the memory device
1190 + unit: "{state}"
1191 metric_tags:
1192 - symbol:
1193 OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7
@@ -1097,6 +1263,8 @@ metrics:
1263 symbols:
1264 - OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.3
1265 name: fruInformationStatus
1266 + description: Status of the FRU information
1267 + unit: "{state}"
1268 metric_tags:
1269 - symbol:
1270 OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.1
@@ -1117,12 +1285,20 @@ metrics:
1285 symbols:
1286 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4
1287 name: virtualDiskState
1288 + description: State of the virtual disk
1289 + unit: "{state}"
1290 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.6
1291 name: virtualDiskSizeInMB
1292 + description: Size of the virtual disk in megabytes
1293 + unit: "MBy"
1294 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20
1295 name: virtualDiskComponentStatus
1296 + description: Component status of the virtual disk
1297 + unit: "{state}"
1298 - OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37
1299 name: virtualDiskT10PIStatus
1300 + description: T10 PI status of the virtual disk
1301 + unit: "{state}"
1302 metric_tags:
1303 - symbol:
1304 OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.1
@@ -1140,22 +1316,32 @@ metrics:
1316 symbol:
1317 OID: 1.3.6.1.4.1.674.10892.2.3.1.9.0
1318 name: drsCMCCurrStatus
1319 + description: CMC health status being monitored by the chassis management card
1320 + unit: "{state}"
1321 - MIB: DELL-RAC-MIB
1322 symbol:
1323 OID: 1.3.6.1.4.1.674.10892.2.3.1.1.0
1324 name: drsGlobalCurrStatus
1325 + description: Overall chassis status being monitored by the chassis management card
1326 + unit: "{state}"
1327 - MIB: DELL-RAC-MIB
1328 symbol:
1329 OID: 1.3.6.1.4.1.674.10892.2.3.1.5.0
1330 name: drsPowerCurrStatus
1331 + description: Power subsystem health status being monitored by the chassis management card
1332 + unit: "{state}"
1333 - MIB: DELL-RAC-MIB
1334 symbol:
1335 OID: 1.3.6.1.4.1.674.10892.2.3.1.4.0
1336 name: drsRedCurrStatus
1337 + description: Redundancy status being monitored by the chassis management card
1338 + unit: "{state}"
1339 - MIB: DELL-RAC-MIB
1340 symbol:
1341 OID: 1.3.6.1.4.1.674.10892.2.2.1.0
1342 name: drsGlobalSystemStatus
1343 + description: Overall chassis status being monitored by the chassis management card
1344 + unit: "{state}"
1345 - MIB: DELL-RAC-MIB
1346 table:
1347 OID: 1.3.6.1.4.1.674.10892.2.4.1
@@ -1163,8 +1349,12 @@ metrics:
1349 symbols:
1350 - OID: 1.3.6.1.4.1.674.10892.2.4.1.1.13
1351 name: drsWattsReading
1352 + description: Instantaneous chassis power usage in watts
1353 + unit: "W"
1354 - OID: 1.3.6.1.4.1.674.10892.2.4.1.1.14
1355 name: drsAmpsReading
1356 + description: Instantaneous chassis current usage in amperes
1357 + unit: "A"
1358 metric_tags:
1359 - symbol:
1360 OID: 1.3.6.1.4.1.674.10892.2.4.1.1.1
@@ -1182,6 +1372,8 @@ metrics:
1372 symbols:
1373 - OID: 1.3.6.1.4.1.674.10892.2.4.1.1.6
1374 name: drsKWhCumulative
1375 + description: Cumulative chassis power usage in kilowatt hours since last reset
1376 + unit: "kW.h"
1377 metric_tags:
1378 - symbol:
1379 OID: 1.3.6.1.4.1.674.10892.2.4.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_f5-big-ip-cpu-memory.yaml
+7 -1
@@ -8,12 +8,16 @@ metrics:
8 OID: 1.3.6.1.4.1.3375.2.1.1.2.1.44.0
9 # core check only
10 name: memory.total
11 + description: The total memory available in bytes for TMM (Traffic Management Module)
12 + unit: "By"
13 - MIB: F5-BIGIP-SYSTEM-MIB
14 metric_type: gauge
15 symbol:
16 OID: 1.3.6.1.4.1.3375.2.1.1.2.1.45.0
17 # core check only
18 name: memory.used
19 + description: The memory in use in bytes for TMM (Traffic Management Module)
20 + unit: "By"
21 # CPU
22 - MIB: F5-BIGIP-SYSTEM-MIB
23 table:
@@ -23,8 +27,10 @@ metrics:
27 symbols:
28 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.27
29 name: cpu.usage # sysMultiHostCpuUsageRatio1m
30 + description: This is average usage ratio of CPU for the associated host in the last one minute
31 + unit: "%"
32 metric_tags:
33 - symbol:
34 OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.3
35 name: sysMultiHostCpuId
30 - tag: cpu
\ No newline at end of file
36 + tag: cpu
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_fortinet-fortigate-cpu-memory.yaml
+5 -1
@@ -8,6 +8,8 @@ metrics:
8 OID: 1.3.6.1.4.1.12356.101.4.1.3.0
9 # core check only
10 name: cpu.usage
11 + description: Current CPU usage (percentage)
12 + unit: "%"
13
14
15 ### Memory
@@ -16,4 +18,6 @@ metrics:
18 # Current memory utilization (percentage).
19 OID: 1.3.6.1.4.1.12356.101.4.1.4.0
20 # core check only
19 - name: memory.usage
\ No newline at end of file
21 + name: memory.usage
22 + description: Current memory utilization (percentage)
23 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_fortinet-fortigate-vpn-tunnel.yaml
+6
@@ -6,10 +6,16 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.4.1.12356.101.12.2.2.1.18
8 name: fgVpnTunEntInOctets
9 + description: Number of bytes received on tunnel
10 + unit: "By"
11 - OID: 1.3.6.1.4.1.12356.101.12.2.2.1.19
12 name: fgVpnTunEntOutOctets
13 + description: Number of bytes sent out on tunnel
14 + unit: "By"
15 - OID: 1.3.6.1.4.1.12356.101.12.2.2.1.20
16 name: fgVpnTunEntStatus
17 + description: Current status of tunnel (up or down)
18 + unit: "{tunnel}"
19 metric_tags:
20 - tag: vpn_tunnel
21 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-bgp4.yaml
+32
@@ -10,36 +10,68 @@ metrics:
10 constant_value_one: true
11 - OID: 1.3.6.1.2.1.15.3.1.3
12 name: bgpPeerAdminStatus
13 + description: The desired state of the BGP connection
14 + unit: "{state}"
15 - OID: 1.3.6.1.2.1.15.3.1.4
16 name: bgpPeerNegotiatedVersion
17 + description: The negotiated version of BGP running between the two peers
18 + unit: "{version}"
19 - OID: 1.3.6.1.2.1.15.3.1.9
20 name: bgpPeerRemoteAs
21 + description: The remote autonomous system number
22 + unit: "1"
23 - OID: 1.3.6.1.2.1.15.3.1.2
24 name: bgpPeerState
25 + description: The BGP peer connection state
26 + unit: "{state}"
27 - OID: 1.3.6.1.2.1.15.3.1.10
28 name: bgpPeerInUpdates
29 + description: The number of BGP UPDATE messages received on this connection
30 + unit: "{message}"
31 - OID: 1.3.6.1.2.1.15.3.1.11
32 name: bgpPeerOutUpdates
33 + description: The number of BGP UPDATE messages transmitted on this connection
34 + unit: "{message}"
35 - OID: 1.3.6.1.2.1.15.3.1.12
36 name: bgpPeerInTotalMessages
37 + description: The total number of messages received from the remote peer on this connection
38 + unit: "{message}"
39 - OID: 1.3.6.1.2.1.15.3.1.13
40 name: bgpPeerOutTotalMessages
41 + description: The total number of messages transmitted to the remote peer on this connection
42 + unit: "{message}"
43 - OID: 1.3.6.1.2.1.15.3.1.15
44 name: bgpPeerFsmEstablishedTransitions
45 + description: The total number of times the BGP FSM transitioned into the established state
46 + unit: "{transition}"
47 - OID: 1.3.6.1.2.1.15.3.1.16
48 name: bgpPeerFsmEstablishedTime
49 + description: Time in seconds this peer has been in the Established state or since last in Established state
50 + unit: "s"
51 - OID: 1.3.6.1.2.1.15.3.1.17
52 name: bgpPeerConnectRetryInterval
53 + description: Time interval in seconds for the ConnectRetry timer
54 + unit: "s"
55 - OID: 1.3.6.1.2.1.15.3.1.18
56 name: bgpPeerHoldTime
57 + description: Time interval in seconds for the Hold Timer established with the peer
58 + unit: "s"
59 - OID: 1.3.6.1.2.1.15.3.1.19
60 name: bgpPeerKeepAlive
61 + description: Time interval in seconds for the KeepAlive timer established with the peer
62 + unit: "s"
63 - OID: 1.3.6.1.2.1.15.3.1.20
64 name: bgpPeerHoldTimeConfigured
65 + description: Time interval in seconds for the Hold Time configured for this BGP speaker with this peer
66 + unit: "s"
67 - OID: 1.3.6.1.2.1.15.3.1.21
68 name: bgpPeerKeepAliveConfigured
69 + description: Time interval in seconds for the KeepAlive timer configured for this BGP speaker with this peer
70 + unit: "s"
71 - OID: 1.3.6.1.2.1.15.3.1.22
72 name: bgpPeerMinASOriginationInterval
73 + description: Time interval in seconds for the MinASOriginationInterval timer
74 + unit: "s"
75 metric_tags:
76 - tag: remote_as
77 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-entity-sensor.yaml
+12
@@ -6,6 +6,8 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.2.1.99.1.1.1.4
8 name: entPhySensorValue
9 + description: The most recent measurement obtained by the agent for this sensor
10 + unit: "TBD"
11 metric_tags:
12 - symbol:
13 OID: 1.3.6.1.2.1.99.1.1.1.1
@@ -24,6 +26,8 @@ metrics:
26 10: rpm
27 11: cmm
28 12: truthvalue
29 + description: The type of data returned by the associated entPhySensorValue object
30 + unit: "TBD"
31 - symbol:
32 OID: 1.3.6.1.2.1.99.1.1.1.2
33 name: entPhySensorScale
@@ -46,14 +50,20 @@ metrics:
50 15: peta
51 16: zetta
52 17: yotta
53 + description: The exponent to apply to values returned by the associated entPhySensorValue object
54 + unit: "TBD"
55 - symbol:
56 OID: 1.3.6.1.2.1.99.1.1.1.3
57 name: entPhySensorPrecision
58 tag: ent_phy_sensor_precision
59 + description: The number of decimal places of precision in fixed-point sensor values returned by the associated entPhySensorValue object
60 + unit: "TBD"
61 - symbol:
62 OID: 1.3.6.1.2.1.99.1.1.1.6
63 name: entPhySensorUnitsDisplay
64 tag: ent_phy_sensor_units_display
65 + description: A textual description of the data units that should be used in the display of entPhySensorValue
66 + unit: "TBD"
67 - symbol:
68 OID: 1.3.6.1.2.1.47.1.1.1.1.2
69 name: entPhysicalDescr
@@ -98,3 +108,5 @@ metrics:
108 1: ok
109 2: unavailable
110 3: nonoperational
111 + description: The operational status of the sensor
112 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-host-cpu-memory.yaml
+6
@@ -12,9 +12,13 @@ metrics:
12 - OID: 1.3.6.1.2.1.25.2.3.1.5
13 # core check only
14 name: memory.total
15 + description: The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
16 + unit: "By"
17 - OID: 1.3.6.1.2.1.25.2.3.1.6
18 # core check only
19 name: memory.used
20 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.
21 + unit: "By"
22 metric_tags:
23 - tag: mem
24 index: 1
@@ -30,6 +34,8 @@ metrics:
34 - OID: 1.3.6.1.2.1.25.3.3.1.2
35 # core check only
36 name: cpu.usage
37 + description: The average, over the last minute, of the percentage of time that this processor was not idle.
38 + unit: "%"
39 metric_tags:
40 - tag: cpu
41 index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-host-resources-base.yaml
+19
@@ -11,18 +11,26 @@ metrics:
11 symbol:
12 OID: 1.3.6.1.2.1.25.1.1.0
13 name: hrSystemUptime
14 + description: The amount of time since this host was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system.
15 + unit: "cs"
16 - MIB: HOST-RESOURCES-MIB
17 symbol:
18 OID: 1.3.6.1.2.1.25.1.5.0
19 name: hrSystemNumUsers
20 + description: The number of user sessions for which this host is storing state information. A session is a collection of processes requiring a single act of user authentication and possibly subject to collective job control.
21 + unit: "{session}"
22 - MIB: HOST-RESOURCES-MIB
23 symbol:
24 OID: 1.3.6.1.2.1.25.1.6.0
25 name: hrSystemProcesses
26 + description: The number of process contexts currently loaded or running on this system.
27 + unit: "{process}"
28 - MIB: HOST-RESOURCES-MIB
29 symbol:
30 OID: 1.3.6.1.2.1.25.1.7.0
31 name: hrSystemMaxProcesses
32 + description: The maximum number of process contexts this system can support. If there is no fixed maximum, the value should be zero. On systems that have a fixed maximum, this object can help diagnose failures that occur when this maximum is reached.
33 + unit: "{process}"
34
35 #
36 # Storage Devices
@@ -34,12 +42,21 @@ metrics:
42 symbols:
43 - OID: 1.3.6.1.2.1.25.2.3.1.4
44 name: hrStorageAllocationUnits
45 + description: The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one.
46 + unit: "By"
47 - OID: 1.3.6.1.2.1.25.2.3.1.5
48 name: hrStorageSize
49 + description: The size of the storage represented by this entry, in units of hrStorageAllocationUnits. This object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system. For example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified.
50 + unit: "{storage_unit}"
51 - OID: 1.3.6.1.2.1.25.2.3.1.6
52 name: hrStorageUsed
53 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.
54 + unit: "{storage_unit}"
55 - OID: 1.3.6.1.2.1.25.2.3.1.7
56 name: hrStorageAllocationFailures
57 + description: The number of requests for storage represented by this entry that could not be honored due to not enough storage. It should be noted that as this object has a SYNTAX of Counter32, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero, even though management stations must not depend on such an initialization.
58 + unit: "{request}"
59 +
60 metric_tags:
61 - tag: storagedesc
62 symbol:
@@ -60,6 +77,8 @@ metrics:
77 symbols:
78 - OID: 1.3.6.1.2.1.25.3.3.1.2
79 name: hrProcessorLoad
80 + description: The average, over the last minute, of the percentage of time that this processor was not idle. Implementations may approximate this one minute smoothing period if necessary.
81 + unit: "%"
82 metric_tags:
83 - index: 1 # hrDeviceIndex
84 tag: hr_device_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-if.yaml
+160 -127
@@ -37,130 +37,163 @@ metadata:
37 tag: interface
38
39 metrics:
40 -- MIB: IF-MIB
41 - symbol:
42 - OID: 1.3.6.1.2.1.2.1.0
43 - name: ifNumber
44 -
45 -- MIB: IF-MIB
46 - table:
47 - OID: 1.3.6.1.2.1.2.2
48 - name: ifTable
49 - metric_type: monotonic_count_and_rate
50 - symbols:
51 - - OID: 1.3.6.1.2.1.2.2.1.14
52 - name: ifInErrors
53 - - OID: 1.3.6.1.2.1.2.2.1.13
54 - name: ifInDiscards
55 - - OID: 1.3.6.1.2.1.2.2.1.20
56 - name: ifOutErrors
57 - - OID: 1.3.6.1.2.1.2.2.1.19
58 - name: ifOutDiscards
59 - metric_tags:
60 - - symbol:
61 - OID: 1.3.6.1.2.1.31.1.1.1.1
62 - name: ifName
63 - table: ifXTable
64 - tag: interface
65 - - symbol:
66 - OID: 1.3.6.1.2.1.31.1.1.1.18
67 - name: ifAlias
68 - table: ifXTable
69 - tag: interface_alias
70 - - index: 1 # ifIndex
71 - tag: interface_index
72 -- MIB: IF-MIB
73 - table:
74 - OID: 1.3.6.1.2.1.2.2
75 - name: ifTable
76 - symbols:
77 - - OID: 1.3.6.1.2.1.2.2.1.7
78 - name: ifAdminStatus
79 - - OID: 1.3.6.1.2.1.2.2.1.8
80 - name: ifOperStatus
81 - - OID: 1.3.6.1.2.1.2.2.1.5
82 - name: ifSpeed
83 - metric_tags:
84 - - symbol:
85 - OID: 1.3.6.1.2.1.31.1.1.1.1
86 - name: ifName
87 - table: ifXTable
88 - tag: interface
89 - - symbol:
90 - OID: 1.3.6.1.2.1.31.1.1.1.18
91 - name: ifAlias
92 - table: ifXTable
93 - tag: interface_alias
94 - - index: 1 # ifIndex
95 - tag: interface_index
96 -- MIB: IF-MIB
97 - table:
98 - OID: 1.3.6.1.2.1.31.1.1
99 - name: ifXTable
100 - metric_type: monotonic_count
101 - symbols:
102 - - OID: 1.3.6.1.2.1.31.1.1.1.7
103 - name: ifHCInUcastPkts
104 - - OID: 1.3.6.1.2.1.31.1.1.1.8
105 - name: ifHCInMulticastPkts
106 - - OID: 1.3.6.1.2.1.31.1.1.1.9
107 - name: ifHCInBroadcastPkts
108 - - OID: 1.3.6.1.2.1.31.1.1.1.11
109 - name: ifHCOutUcastPkts
110 - - OID: 1.3.6.1.2.1.31.1.1.1.12
111 - name: ifHCOutMulticastPkts
112 - - OID: 1.3.6.1.2.1.31.1.1.1.13
113 - name: ifHCOutBroadcastPkts
114 - metric_tags:
115 - - symbol:
116 - OID: 1.3.6.1.2.1.31.1.1.1.1
117 - name: ifName
118 - tag: interface
119 - - symbol:
120 - OID: 1.3.6.1.2.1.31.1.1.1.18
121 - name: ifAlias
122 - table: ifXTable
123 - tag: interface_alias
124 - - index: 1 # ifIndex
125 - tag: interface_index
126 -- MIB: IF-MIB
127 - table:
128 - OID: 1.3.6.1.2.1.31.1.1
129 - name: ifXTable
130 - metric_type: monotonic_count_and_rate
131 - symbols:
132 - - OID: 1.3.6.1.2.1.31.1.1.1.6
133 - name: ifHCInOctets
134 - - OID: 1.3.6.1.2.1.31.1.1.1.10
135 - name: ifHCOutOctets
136 - metric_tags:
137 - - symbol:
138 - OID: 1.3.6.1.2.1.31.1.1.1.1
139 - name: ifName
140 - tag: interface
141 - - symbol:
142 - OID: 1.3.6.1.2.1.31.1.1.1.18
143 - name: ifAlias
144 - table: ifXTable
145 - tag: interface_alias
146 - - index: 1 # ifIndex
147 - tag: interface_index
148 -- MIB: IF-MIB
149 - table:
150 - OID: 1.3.6.1.2.1.31.1.1
151 - name: ifXTable
152 - symbols:
153 - - OID: 1.3.6.1.2.1.31.1.1.1.15
154 - name: ifHighSpeed
155 - metric_tags:
156 - - symbol:
157 - OID: 1.3.6.1.2.1.31.1.1.1.1
158 - name: ifName
159 - tag: interface
160 - - symbol:
161 - OID: 1.3.6.1.2.1.31.1.1.1.18
162 - name: ifAlias
163 - table: ifXTable
164 - tag: interface_alias
165 - - index: 1 # ifIndex
166 - tag: interface_index
40 + - MIB: IF-MIB
41 + symbol:
42 + OID: 1.3.6.1.2.1.2.1.0
43 + name: ifNumber
44 + description: Number of network interfaces regardless of their current state present on this system
45 + unit: "{interface}"
46 + - MIB: IF-MIB
47 + table:
48 + OID: 1.3.6.1.2.1.2.2
49 + name: ifTable
50 + metric_type: monotonic_count_and_rate
51 + symbols:
52 + - OID: 1.3.6.1.2.1.2.2.1.14
53 + name: ifInErrors
54 + description: Number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol
55 + unit: "{packet}"
56 + - OID: 1.3.6.1.2.1.2.2.1.13
57 + name: ifInDiscards
58 + description: Number of inbound packets chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol
59 + unit: "{packet}"
60 + - OID: 1.3.6.1.2.1.2.2.1.20
61 + name: ifOutErrors
62 + description: Number of outbound packets that could not be transmitted because of errors
63 + unit: "{packet}"
64 + - OID: 1.3.6.1.2.1.2.2.1.19
65 + name: ifOutDiscards
66 + description: Number of outbound packets chosen to be discarded even though no errors had been detected to prevent their being transmitted
67 + unit: "{packet}"
68 + metric_tags:
69 + - symbol:
70 + OID: 1.3.6.1.2.1.31.1.1.1.1
71 + name: ifName
72 + table: ifXTable
73 + tag: interface
74 + - symbol:
75 + OID: 1.3.6.1.2.1.31.1.1.1.18
76 + name: ifAlias
77 + table: ifXTable
78 + tag: interface_alias
79 + - index: 1 # ifIndex
80 + tag: interface_index
81 + - MIB: IF-MIB
82 + table:
83 + OID: 1.3.6.1.2.1.2.2
84 + name: ifTable
85 + symbols:
86 + - OID: 1.3.6.1.2.1.2.2.1.7
87 + name: ifAdminStatus
88 + description: Desired state of the interface
89 + unit: "TBD"
90 + - OID: 1.3.6.1.2.1.2.2.1.8
91 + name: ifOperStatus
92 + description: Current operational state of the interface
93 + unit: "TBD"
94 + - OID: 1.3.6.1.2.1.2.2.1.5
95 + name: ifSpeed
96 + description: Estimate of the interface's current bandwidth in bits per second
97 + unit: "bit/s"
98 + metric_tags:
99 + - symbol:
100 + OID: 1.3.6.1.2.1.31.1.1.1.1
101 + name: ifName
102 + table: ifXTable
103 + tag: interface
104 + - symbol:
105 + OID: 1.3.6.1.2.1.31.1.1.1.18
106 + name: ifAlias
107 + table: ifXTable
108 + tag: interface_alias
109 + - index: 1 # ifIndex
110 + tag: interface_index
111 + - MIB: IF-MIB
112 + table:
113 + OID: 1.3.6.1.2.1.31.1.1
114 + name: ifXTable
115 + metric_type: monotonic_count
116 + symbols:
117 + - OID: 1.3.6.1.2.1.31.1.1.1.7
118 + name: ifHCInUcastPkts
119 + description: Number of packets delivered by this sub-layer to a higher layer which were not addressed to a multicast or broadcast address
120 + unit: "{packet}"
121 + - OID: 1.3.6.1.2.1.31.1.1.1.8
122 + name: ifHCInMulticastPkts
123 + description: Number of packets delivered by this sub-layer to a higher layer which were addressed to a multicast address
124 + unit: "{packet}"
125 + - OID: 1.3.6.1.2.1.31.1.1.1.9
126 + name: ifHCInBroadcastPkts
127 + description: Number of packets delivered by this sub-layer to a higher layer which were addressed to a broadcast address
128 + unit: "{packet}"
129 + - OID: 1.3.6.1.2.1.31.1.1.1.11
130 + name: ifHCOutUcastPkts
131 + description: Total number of packets that higher-level protocols requested be transmitted and which were not addressed to a multicast or broadcast address
132 + unit: "{packet}"
133 + - OID: 1.3.6.1.2.1.31.1.1.1.12
134 + name: ifHCOutMulticastPkts
135 + description: Total number of packets that higher-level protocols requested be transmitted and which were addressed to a multicast address
136 + unit: "{packet}"
137 + - OID: 1.3.6.1.2.1.31.1.1.1.13
138 + name: ifHCOutBroadcastPkts
139 + description: Total number of packets that higher-level protocols requested be transmitted and which were addressed to a broadcast address
140 + unit: "{packet}"
141 + metric_tags:
142 + - symbol:
143 + OID: 1.3.6.1.2.1.31.1.1.1.1
144 + name: ifName
145 + tag: interface
146 + - symbol:
147 + OID: 1.3.6.1.2.1.31.1.1.1.18
148 + name: ifAlias
149 + table: ifXTable
150 + tag: interface_alias
151 + - index: 1 # ifIndex
152 + tag: interface_index
153 + - MIB: IF-MIB
154 + table:
155 + OID: 1.3.6.1.2.1.31.1.1
156 + name: ifXTable
157 + metric_type: monotonic_count_and_rate
158 + symbols:
159 + - OID: 1.3.6.1.2.1.31.1.1.1.6
160 + name: ifHCInOctets
161 + description: Total number of octets received on the interface including framing characters
162 + unit: "By"
163 + - OID: 1.3.6.1.2.1.31.1.1.1.10
164 + name: ifHCOutOctets
165 + description: Total number of octets transmitted out of the interface including framing characters
166 + unit: "By"
167 + metric_tags:
168 + - symbol:
169 + OID: 1.3.6.1.2.1.31.1.1.1.1
170 + name: ifName
171 + tag: interface
172 + - symbol:
173 + OID: 1.3.6.1.2.1.31.1.1.1.18
174 + name: ifAlias
175 + table: ifXTable
176 + tag: interface_alias
177 + - index: 1 # ifIndex
178 + tag: interface_index
179 + - MIB: IF-MIB
180 + table:
181 + OID: 1.3.6.1.2.1.31.1.1
182 + name: ifXTable
183 + symbols:
184 + - OID: 1.3.6.1.2.1.31.1.1.1.15
185 + name: ifHighSpeed
186 + description: Estimate of the interface's current bandwidth in units of 1,000,000 bits per second
187 + unit: "Mbit/s"
188 + metric_tags:
189 + - symbol:
190 + OID: 1.3.6.1.2.1.31.1.1.1.1
191 + name: ifName
192 + tag: interface
193 + - symbol:
194 + OID: 1.3.6.1.2.1.31.1.1.1.18
195 + name: ifAlias
196 + table: ifXTable
197 + tag: interface_alias
198 + - index: 1 # ifIndex
199 + tag: interface_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ip.yaml
+258 -147
@@ -1,150 +1,261 @@
1 # Generic IP metrics.
2
3 metrics:
4 -- MIB: IP-MIB
5 - table:
6 - OID: 1.3.6.1.2.1.4.31.1
7 - name: ipSystemStatsTable
8 - metric_type: monotonic_count
9 - symbols:
10 - - OID: 1.3.6.1.2.1.4.31.1.1.4
11 - name: ipSystemStatsHCInReceives
12 - - OID: 1.3.6.1.2.1.4.31.1.1.6
13 - name: ipSystemStatsHCInOctets
14 - - OID: 1.3.6.1.2.1.4.31.1.1.7
15 - name: ipSystemStatsInHdrErrors
16 - - OID: 1.3.6.1.2.1.4.31.1.1.8
17 - name: ipSystemStatsInNoRoutes
18 - - OID: 1.3.6.1.2.1.4.31.1.1.9
19 - name: ipSystemStatsInAddrErrors
20 - - OID: 1.3.6.1.2.1.4.31.1.1.10
21 - name: ipSystemStatsInUnknownProtos
22 - - OID: 1.3.6.1.2.1.4.31.1.1.11
23 - name: ipSystemStatsInTruncatedPkts
24 - - OID: 1.3.6.1.2.1.4.31.1.1.13
25 - name: ipSystemStatsHCInForwDatagrams
26 - - OID: 1.3.6.1.2.1.4.31.1.1.14
27 - name: ipSystemStatsReasmReqds
28 - - OID: 1.3.6.1.2.1.4.31.1.1.15
29 - name: ipSystemStatsReasmOKs
30 - - OID: 1.3.6.1.2.1.4.31.1.1.16
31 - name: ipSystemStatsReasmFails
32 - - OID: 1.3.6.1.2.1.4.31.1.1.17
33 - name: ipSystemStatsInDiscards
34 - - OID: 1.3.6.1.2.1.4.31.1.1.19
35 - name: ipSystemStatsHCInDelivers
36 - - OID: 1.3.6.1.2.1.4.31.1.1.21
37 - name: ipSystemStatsHCOutRequests
38 - - OID: 1.3.6.1.2.1.4.31.1.1.22
39 - name: ipSystemStatsOutNoRoutes
40 - - OID: 1.3.6.1.2.1.4.31.1.1.24
41 - name: ipSystemStatsHCOutForwDatagrams
42 - - OID: 1.3.6.1.2.1.4.31.1.1.25
43 - name: ipSystemStatsOutDiscards
44 - - OID: 1.3.6.1.2.1.4.31.1.1.26
45 - name: ipSystemStatsOutFragReqds
46 - - OID: 1.3.6.1.2.1.4.31.1.1.27
47 - name: ipSystemStatsOutFragOKs
48 - - OID: 1.3.6.1.2.1.4.31.1.1.28
49 - name: ipSystemStatsOutFragFails
50 - - OID: 1.3.6.1.2.1.4.31.1.1.29
51 - name: ipSystemStatsOutFragCreates
52 - - OID: 1.3.6.1.2.1.4.31.1.1.31
53 - name: ipSystemStatsHCOutTransmits
54 - - OID: 1.3.6.1.2.1.4.31.1.1.33
55 - name: ipSystemStatsHCOutOctets
56 - - OID: 1.3.6.1.2.1.4.31.1.1.35
57 - name: ipSystemStatsHCInMcastPkts
58 - - OID: 1.3.6.1.2.1.4.31.1.1.37
59 - name: ipSystemStatsHCInMcastOctets
60 - - OID: 1.3.6.1.2.1.4.31.1.1.39
61 - name: ipSystemStatsHCOutMcastPkts
62 - - OID: 1.3.6.1.2.1.4.31.1.1.41
63 - name: ipSystemStatsHCOutMcastOctets
64 - - OID: 1.3.6.1.2.1.4.31.1.1.43
65 - name: ipSystemStatsHCInBcastPkts
66 - - OID: 1.3.6.1.2.1.4.31.1.1.45
67 - name: ipSystemStatsHCOutBcastPkts
68 - metric_tags:
69 - - index: 1
70 - tag: ipversion
71 - mapping:
72 - 0: unknown
73 - 1: ipv4
74 - 2: ipv6
75 - 3: ipv4z
76 - 4: ipv6z
77 - 16: dns
78 -- MIB: IP-MIB
79 - table:
80 - OID: 1.3.6.1.2.1.4.31.3
81 - name: ipIfStatsTable
82 - metric_type: monotonic_count
83 - symbols:
84 - - OID: 1.3.6.1.2.1.4.31.3.1.6
85 - name: ipIfStatsHCInOctets
86 - - OID: 1.3.6.1.2.1.4.31.3.1.7
87 - name: ipIfStatsInHdrErrors
88 - - OID: 1.3.6.1.2.1.4.31.3.1.8
89 - name: ipIfStatsInNoRoutes
90 - - OID: 1.3.6.1.2.1.4.31.3.1.9
91 - name: ipIfStatsInAddrErrors
92 - - OID: 1.3.6.1.2.1.4.31.3.1.10
93 - name: ipIfStatsInUnknownProtos
94 - - OID: 1.3.6.1.2.1.4.31.3.1.11
95 - name: ipIfStatsInTruncatedPkts
96 - - OID: 1.3.6.1.2.1.4.31.3.1.13
97 - name: ipIfStatsHCInForwDatagrams
98 - - OID: 1.3.6.1.2.1.4.31.3.1.14
99 - name: ipIfStatsReasmReqds
100 - - OID: 1.3.6.1.2.1.4.31.3.1.15
101 - name: ipIfStatsReasmOKs
102 - - OID: 1.3.6.1.2.1.4.31.3.1.16
103 - name: ipIfStatsReasmFails
104 - - OID: 1.3.6.1.2.1.4.31.3.1.17
105 - name: ipIfStatsInDiscards
106 - - OID: 1.3.6.1.2.1.4.31.3.1.19
107 - name: ipIfStatsHCInDelivers
108 - - OID: 1.3.6.1.2.1.4.31.3.1.21
109 - name: ipIfStatsHCOutRequests
110 - - OID: 1.3.6.1.2.1.4.31.3.1.24
111 - name: ipIfStatsHCOutForwDatagrams
112 - - OID: 1.3.6.1.2.1.4.31.3.1.25
113 - name: ipIfStatsOutDiscards
114 - - OID: 1.3.6.1.2.1.4.31.3.1.26
115 - name: ipIfStatsOutFragReqds
116 - - OID: 1.3.6.1.2.1.4.31.3.1.27
117 - name: ipIfStatsOutFragOKs
118 - - OID: 1.3.6.1.2.1.4.31.3.1.28
119 - name: ipIfStatsOutFragFails
120 - - OID: 1.3.6.1.2.1.4.31.3.1.29
121 - name: ipIfStatsOutFragCreates
122 - - OID: 1.3.6.1.2.1.4.31.3.1.31
123 - name: ipIfStatsHCOutTransmits
124 - - OID: 1.3.6.1.2.1.4.31.3.1.33
125 - name: ipIfStatsHCOutOctets
126 - - OID: 1.3.6.1.2.1.4.31.3.1.35
127 - name: ipIfStatsHCInMcastPkts
128 - - OID: 1.3.6.1.2.1.4.31.3.1.37
129 - name: ipIfStatsHCInMcastOctets
130 - - OID: 1.3.6.1.2.1.4.31.3.1.39
131 - name: ipIfStatsHCOutMcastPkts
132 - - OID: 1.3.6.1.2.1.4.31.3.1.41
133 - name: ipIfStatsHCOutMcastOctets
134 - - OID: 1.3.6.1.2.1.4.31.3.1.43
135 - name: ipIfStatsHCInBcastPkts
136 - - OID: 1.3.6.1.2.1.4.31.3.1.45
137 - name: ipIfStatsHCOutBcastPkts
138 - metric_tags:
139 - - index: 1
140 - tag: ipversion
141 - mapping:
142 - 0: unknown
143 - 1: ipv4
144 - 2: ipv6
145 - 3: ipv4z
146 - 4: ipv6z
147 - 16: dns
148 - - index: 2
149 - tag: interface
150 -
4 + - MIB: IP-MIB
5 + table:
6 + OID: 1.3.6.1.2.1.4.31.1
7 + name: ipSystemStatsTable
8 + metric_type: monotonic_count
9 + symbols:
10 + - OID: 1.3.6.1.2.1.4.31.1.1.4
11 + name: ipSystemStatsHCInReceives
12 + description: The total number of input IP datagrams received, including those received in error
13 + unit: "{datagram}"
14 + - OID: 1.3.6.1.2.1.4.31.1.1.6
15 + name: ipSystemStatsHCInOctets
16 + description: The total number of octets received in input IP datagrams, including those received in error
17 + unit: "By"
18 + - OID: 1.3.6.1.2.1.4.31.1.1.7
19 + name: ipSystemStatsInHdrErrors
20 + description: The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc
21 + unit: "{datagram}"
22 + - OID: 1.3.6.1.2.1.4.31.1.1.8
23 + name: ipSystemStatsInNoRoutes
24 + description: The number of input IP datagrams discarded because no route could be found to transmit them to their destination
25 + unit: "{datagram}"
26 + - OID: 1.3.6.1.2.1.4.31.1.1.9
27 + name: ipSystemStatsInAddrErrors
28 + description: The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity
29 + unit: "{datagram}"
30 + - OID: 1.3.6.1.2.1.4.31.1.1.10
31 + name: ipSystemStatsInUnknownProtos
32 + description: The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol
33 + unit: "{datagram}"
34 + - OID: 1.3.6.1.2.1.4.31.1.1.11
35 + name: ipSystemStatsInTruncatedPkts
36 + description: The number of input IP datagrams discarded because the datagram frame didn't carry enough data
37 + unit: "{datagram}"
38 + - OID: 1.3.6.1.2.1.4.31.1.1.13
39 + name: ipSystemStatsHCInForwDatagrams
40 + description: The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
41 + unit: "{datagram}"
42 + - OID: 1.3.6.1.2.1.4.31.1.1.14
43 + name: ipSystemStatsReasmReqds
44 + description: The number of IP fragments received that needed to be reassembled at this interface
45 + unit: "{fragment}"
46 + - OID: 1.3.6.1.2.1.4.31.1.1.15
47 + name: ipSystemStatsReasmOKs
48 + description: The number of IP datagrams successfully reassembled
49 + unit: "{datagram}"
50 + - OID: 1.3.6.1.2.1.4.31.1.1.16
51 + name: ipSystemStatsReasmFails
52 + description: The number of failures detected by the IP re-assembly algorithm
53 + unit: "{failure}"
54 + - OID: 1.3.6.1.2.1.4.31.1.1.17
55 + name: ipSystemStatsInDiscards
56 + description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
57 + unit: "{datagram}"
58 + - OID: 1.3.6.1.2.1.4.31.1.1.19
59 + name: ipSystemStatsHCInDelivers
60 + description: The total number of datagrams successfully delivered to IP user-protocols including ICMP
61 + unit: "{datagram}"
62 + - OID: 1.3.6.1.2.1.4.31.1.1.21
63 + name: ipSystemStatsHCOutRequests
64 + description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
65 + unit: "{datagram}"
66 + - OID: 1.3.6.1.2.1.4.31.1.1.22
67 + name: ipSystemStatsOutNoRoutes
68 + description: The number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination
69 + unit: "{datagram}"
70 + - OID: 1.3.6.1.2.1.4.31.1.1.24
71 + name: ipSystemStatsHCOutForwDatagrams
72 + description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
73 + unit: "{datagram}"
74 + - OID: 1.3.6.1.2.1.4.31.1.1.25
75 + name: ipSystemStatsOutDiscards
76 + description: The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded
77 + unit: "{datagram}"
78 + - OID: 1.3.6.1.2.1.4.31.1.1.26
79 + name: ipSystemStatsOutFragReqds
80 + description: The number of IP datagrams that would require fragmentation in order to be transmitted
81 + unit: "{datagram}"
82 + - OID: 1.3.6.1.2.1.4.31.1.1.27
83 + name: ipSystemStatsOutFragOKs
84 + description: The number of IP datagrams that have been successfully fragmented
85 + unit: "{datagram}"
86 + - OID: 1.3.6.1.2.1.4.31.1.1.28
87 + name: ipSystemStatsOutFragFails
88 + description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
89 + unit: "{datagram}"
90 + - OID: 1.3.6.1.2.1.4.31.1.1.29
91 + name: ipSystemStatsOutFragCreates
92 + description: The number of output datagram fragments that have been generated as a result of IP fragmentation
93 + unit: "{fragment}"
94 + - OID: 1.3.6.1.2.1.4.31.1.1.31
95 + name: ipSystemStatsHCOutTransmits
96 + description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
97 + unit: "{datagram}"
98 + - OID: 1.3.6.1.2.1.4.31.1.1.33
99 + name: ipSystemStatsHCOutOctets
100 + description: The total number of octets in IP datagrams delivered to the lower layers for transmission
101 + unit: "By"
102 + - OID: 1.3.6.1.2.1.4.31.1.1.35
103 + name: ipSystemStatsHCInMcastPkts
104 + description: The number of IP multicast datagrams received
105 + unit: "{datagram}"
106 + - OID: 1.3.6.1.2.1.4.31.1.1.37
107 + name: ipSystemStatsHCInMcastOctets
108 + description: The total number of octets received in IP multicast datagrams
109 + unit: "By"
110 + - OID: 1.3.6.1.2.1.4.31.1.1.39
111 + name: ipSystemStatsHCOutMcastPkts
112 + description: The number of IP multicast datagrams transmitted
113 + unit: "{datagram}"
114 + - OID: 1.3.6.1.2.1.4.31.1.1.41
115 + name: ipSystemStatsHCOutMcastOctets
116 + description: The total number of octets transmitted in IP multicast datagrams
117 + unit: "By"
118 + - OID: 1.3.6.1.2.1.4.31.1.1.43
119 + name: ipSystemStatsHCInBcastPkts
120 + description: The number of IP broadcast datagrams received
121 + unit: "{datagram}"
122 + - OID: 1.3.6.1.2.1.4.31.1.1.45
123 + name: ipSystemStatsHCOutBcastPkts
124 + description: The number of IP broadcast datagrams transmitted
125 + unit: "{datagram}"
126 + metric_tags:
127 + - index: 1
128 + tag: ipversion
129 + mapping:
130 + 0: unknown
131 + 1: ipv4
132 + 2: ipv6
133 + 3: ipv4z
134 + 4: ipv6z
135 + 16: dns
136 + - MIB: IP-MIB
137 + table:
138 + OID: 1.3.6.1.2.1.4.31.3
139 + name: ipIfStatsTable
140 + metric_type: monotonic_count
141 + symbols:
142 + - OID: 1.3.6.1.2.1.4.31.3.1.6
143 + name: ipIfStatsHCInOctets
144 + description: The total number of octets received in input IP datagrams, including those received in error
145 + unit: "By"
146 + - OID: 1.3.6.1.2.1.4.31.3.1.7
147 + name: ipIfStatsInHdrErrors
148 + description: The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc
149 + unit: "{datagram}"
150 + - OID: 1.3.6.1.2.1.4.31.3.1.8
151 + name: ipIfStatsInNoRoutes
152 + description: The number of input IP datagrams discarded because no route could be found to transmit them to their destination
153 + unit: "{datagram}"
154 + - OID: 1.3.6.1.2.1.4.31.3.1.9
155 + name: ipIfStatsInAddrErrors
156 + description: The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity
157 + unit: "{datagram}"
158 + - OID: 1.3.6.1.2.1.4.31.3.1.10
159 + name: ipIfStatsInUnknownProtos
160 + description: The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol
161 + unit: "{datagram}"
162 + - OID: 1.3.6.1.2.1.4.31.3.1.11
163 + name: ipIfStatsInTruncatedPkts
164 + description: The number of input IP datagrams discarded because the datagram frame didn't carry enough data
165 + unit: "{datagram}"
166 + - OID: 1.3.6.1.2.1.4.31.3.1.13
167 + name: ipIfStatsHCInForwDatagrams
168 + description: The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
169 + unit: "{datagram}"
170 + - OID: 1.3.6.1.2.1.4.31.3.1.14
171 + name: ipIfStatsReasmReqds
172 + description: The number of IP fragments received that needed to be reassembled at this interface
173 + unit: "{fragment}"
174 + - OID: 1.3.6.1.2.1.4.31.3.1.15
175 + name: ipIfStatsReasmOKs
176 + description: The number of IP datagrams successfully reassembled
177 + unit: "{datagram}"
178 + - OID: 1.3.6.1.2.1.4.31.3.1.16
179 + name: ipIfStatsReasmFails
180 + description: The number of failures detected by the IP re-assembly algorithm
181 + unit: "{failure}"
182 + - OID: 1.3.6.1.2.1.4.31.3.1.17
183 + name: ipIfStatsInDiscards
184 + description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
185 + unit: "{datagram}"
186 + - OID: 1.3.6.1.2.1.4.31.3.1.19
187 + name: ipIfStatsHCInDelivers
188 + description: The total number of datagrams successfully delivered to IP user-protocols including ICMP
189 + unit: "{datagram}"
190 + - OID: 1.3.6.1.2.1.4.31.3.1.21
191 + name: ipIfStatsHCOutRequests
192 + description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
193 + unit: "{datagram}"
194 + - OID: 1.3.6.1.2.1.4.31.3.1.24
195 + name: ipIfStatsHCOutForwDatagrams
196 + description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
197 + unit: "{datagram}"
198 + - OID: 1.3.6.1.2.1.4.31.3.1.25
199 + name: ipIfStatsOutDiscards
200 + description: The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded
201 + unit: "{datagram}"
202 + - OID: 1.3.6.1.2.1.4.31.3.1.26
203 + name: ipIfStatsOutFragReqds
204 + description: The number of IP datagrams that would require fragmentation in order to be transmitted
205 + unit: "{datagram}"
206 + - OID: 1.3.6.1.2.1.4.31.3.1.27
207 + name: ipIfStatsOutFragOKs
208 + description: The number of IP datagrams that have been successfully fragmented
209 + unit: "{datagram}"
210 + - OID: 1.3.6.1.2.1.4.31.3.1.28
211 + name: ipIfStatsOutFragFails
212 + description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
213 + unit: "{datagram}"
214 + - OID: 1.3.6.1.2.1.4.31.3.1.29
215 + name: ipIfStatsOutFragCreates
216 + description: The number of output datagram fragments that have been generated as a result of IP fragmentation
217 + unit: "{fragment}"
218 + - OID: 1.3.6.1.2.1.4.31.3.1.31
219 + name: ipIfStatsHCOutTransmits
220 + description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
221 + unit: "{datagram}"
222 + - OID: 1.3.6.1.2.1.4.31.3.1.33
223 + name: ipIfStatsHCOutOctets
224 + description: The total number of octets in IP datagrams delivered to the lower layers for transmission
225 + unit: "By"
226 + - OID: 1.3.6.1.2.1.4.31.3.1.35
227 + name: ipIfStatsHCInMcastPkts
228 + description: The number of IP multicast datagrams received
229 + unit: "{datagram}"
230 + - OID: 1.3.6.1.2.1.4.31.3.1.37
231 + name: ipIfStatsHCInMcastOctets
232 + description: The total number of octets received in IP multicast datagrams
233 + unit: "By"
234 + - OID: 1.3.6.1.2.1.4.31.3.1.39
235 + name: ipIfStatsHCOutMcastPkts
236 + description: The number of IP multicast datagrams transmitted
237 + unit: "{datagram}"
238 + - OID: 1.3.6.1.2.1.4.31.3.1.41
239 + name: ipIfStatsHCOutMcastOctets
240 + description: The total number of octets transmitted in IP multicast datagrams
241 + unit: "By"
242 + - OID: 1.3.6.1.2.1.4.31.3.1.43
243 + name: ipIfStatsHCInBcastPkts
244 + description: The number of IP broadcast datagrams received
245 + unit: "{datagram}"
246 + - OID: 1.3.6.1.2.1.4.31.3.1.45
247 + name: ipIfStatsHCOutBcastPkts
248 + description: The number of IP broadcast datagrams transmitted
249 + unit: "{datagram}"
250 + metric_tags:
251 + - index: 1
252 + tag: ipversion
253 + mapping:
254 + 0: unknown
255 + 1: ipv4
256 + 2: ipv6
257 + 3: ipv4z
258 + 4: ipv6z
259 + 16: dns
260 + - index: 2
261 + tag: interface
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-lldp.yaml
+6
@@ -11,6 +11,8 @@ metrics:
11 OID: 1.0.8802.1.1.2.1.4.1.1.6
12 name: lldpRemPortIdSubtype
13 tag: lldp_rem_port_id_subtype
14 + description: "The type of port identifier encoding used in the associated port identifier object"
15 + unit: "TBD"
16 mapping:
17 1: interface_alias
18 2: port_component
@@ -23,7 +25,11 @@ metrics:
25 OID: 1.0.8802.1.1.2.1.4.1.1.7
26 name: lldpRemPortId
27 tag: lldp_rem_port_id
28 + description: "The string value used to identify the port component associated with the remote system"
29 + unit: "TBD"
30 - symbol:
31 OID: 1.0.8802.1.1.2.1.4.1.1.9
32 name: lldpRemSysName
33 tag: lldp_rem_sys_name
34 + description: "The string value used to identify the system name of the remote system"
35 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ospf.yaml
+24
@@ -6,10 +6,16 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.2.1.14.10.1.6
8 name: ospfNbrState
9 + description: The state of the relationship with this neighbor
10 + unit: "{neighbor}"
11 - OID: 1.3.6.1.2.1.14.10.1.7
12 name: ospfNbrEvents
13 + description: The number of times this neighbor relationship has changed state or an error has occurred
14 + unit: "{change}"
15 - OID: 1.3.6.1.2.1.14.10.1.8
16 name: ospfNbrLsRetransQLen
17 + description: The current length of the retransmission queue
18 + unit: "{retransmission_queue}"
19 metric_tags:
20 - symbol:
21 OID: 1.3.6.1.2.1.14.10.1.3
@@ -68,10 +74,16 @@ metrics:
74 symbols:
75 - OID: 1.3.6.1.2.1.14.11.1.5
76 name: ospfVirtNbrState
77 + description: The state of the virtual neighbor relationship
78 + unit: "{virtual_neighbor}"
79 - OID: 1.3.6.1.2.1.14.11.1.6
80 name: ospfVirtNbrEvents
81 + description: The number of times this virtual link has changed its state or an error has occurred
82 + unit: "{change}"
83 - OID: 1.3.6.1.2.1.14.11.1.7
84 name: ospfVirtNbrLsRetransQLen
85 + description: The current length of the retransmission queue
86 + unit: "{retransmission_queue}"
87 metric_tags:
88 - symbol:
89 OID: 1.3.6.1.2.1.14.11.1.3
@@ -130,10 +142,16 @@ metrics:
142 symbols:
143 - OID: 1.3.6.1.2.1.14.7.1.8
144 name: ospfIfRetransInterval
145 + description: The number of seconds between link state advertisement retransmissions for adjacencies belonging to this interface
146 + unit: "s"
147 - OID: 1.3.6.1.2.1.14.7.1.12
148 name: ospfIfState
149 + description: The OSPF Interface State
150 + unit: "{interface_state}"
151 - OID: 1.3.6.1.2.1.14.7.1.21
152 name: ospfIfLsaCount
153 + description: The total number of link-local link state advertisements in this interface's link-local link state database
154 + unit: "{link_state_advertisement}"
155 metric_tags:
156 - symbol:
157 OID: 1.3.6.1.2.1.14.7.1.1
@@ -194,10 +212,16 @@ metrics:
212 symbols:
213 - OID: 1.3.6.1.2.1.14.9.1.4
214 name: ospfVirtIfRetransInterval
215 + description: The number of seconds between link state advertisement retransmissions for adjacencies belonging to this virtual interface
216 + unit: "s"
217 - OID: 1.3.6.1.2.1.14.9.1.7
218 name: ospfVirtIfState
219 + description: OSPF virtual interface states
220 + unit: "{virtual_interface_state}"
221 - OID: 1.3.6.1.2.1.14.9.1.12
222 name: ospfVirtIfLsaCount
223 + description: The total number of link-local link state advertisements in this virtual interface's link-local link state database
224 + unit: "{link_state_advertisement}"
225 metric_tags:
226 - symbol:
227 OID: 1.3.6.1.2.1.14.11.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-rtp.yaml
+18
@@ -6,10 +6,16 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.2.1.87.1.3.1.6
8 name: rtpSessionSenderJoins
9 + description: The number of senders that have been observed to have joined the session since this conceptual row was created (rtpSessionStartTime)
10 + unit: "{session}"
11 - OID: 1.3.6.1.2.1.87.1.3.1.7
12 name: rtpSessionReceiverJoins
13 + description: The number of receivers that have been been observed to have joined this session since this conceptual row was created (rtpSessionStartTime)
14 + unit: "{session}"
15 - OID: 1.3.6.1.2.1.87.1.3.1.8
16 name: rtpSessionByes
17 + description: "A count of RTCP BYE messages received by this entity"
18 + unit: "{message}"
19 metric_tags:
20 - index: 1
21 tag: rtpSessionIndex
@@ -28,8 +34,12 @@ metrics:
34 symbols:
35 - OID: 1.3.6.1.2.1.87.1.5.1.4
36 name: rtpSenderPackets
37 + description: Count of RTP packets sent by this sender, or observed by an RTP monitor, since rtpSenderStartTime
38 + unit: "{packet}"
39 - OID: 1.3.6.1.2.1.87.1.5.1.5
40 name: rtpSenderOctets
41 + description: Count of non-header RTP octets sent by this sender, or observed by an RTP monitor, since rtpSenderStartTime
42 + unit: "By"
43 metric_tags:
44 - index: 1
45 tag: rtpSessionIndex
@@ -42,12 +52,20 @@ metrics:
52 symbols:
53 - OID: 1.3.6.1.2.1.87.1.7.1.12
54 name: rtpRcvrPackets
55 + description: Count of RTP packets received by this RTP host receiver since rtpRcvrStartTime
56 + unit: "{packet}"
57 - OID: 1.3.6.1.2.1.87.1.7.1.13
58 name: rtpRcvrOctets
59 + description: Count of non-header RTP octets received by this receiving RTP host since rtpRcvrStartTime
60 + unit: "By"
61 - OID: 1.3.6.1.2.1.87.1.7.1.6
62 name: rtpRcvrLostPackets
63 + description: A count of RTP packets lost as observed by this receiver since rtpRcvrStartTime
64 + unit: "{packet}"
65 - OID: 1.3.6.1.2.1.87.1.7.1.7
66 name: rtpRcvrJitter
67 + description: An estimate of delay variation as observed by this receiver
68 + unit: "ms"
69 metric_tags:
70 - index: 1
71 tag: rtpSessionIndex
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-sip.yaml
+30 -12
@@ -6,9 +6,11 @@ metrics:
6 symbols:
7 - OID: 1.3.6.1.2.1.149.1.1.1.1.2
8 name: sipCommonCfgServiceOperStatus
9 + description: Current operational state of the SIP application
10 + unit: "{state}"
11 metric_tags:
10 - - index: 1
11 - tag: applIndex
12 + - index: 1
13 + tag: applIndex
14 - MIB: SIP-COMMON-MIB
15 table:
16 name: sipCommonSummaryStatsTable
@@ -16,17 +18,27 @@ metrics:
18 symbols:
19 - OID: 1.3.6.1.2.1.149.1.3.1.1.1
20 name: sipCommonSummaryInRequests
21 + description: Total number of SIP request messages received including retransmissions
22 + unit: "{request}"
23 - OID: 1.3.6.1.2.1.149.1.3.1.1.2
24 name: sipCommonSummaryOutRequests
25 + description: Total number of SIP request messages sent including retransmissions
26 + unit: "{request}"
27 - OID: 1.3.6.1.2.1.149.1.3.1.1.3
28 name: sipCommonSummaryInResponses
29 + description: Total number of SIP response messages received including retransmissions
30 + unit: "{response}"
31 - OID: 1.3.6.1.2.1.149.1.3.1.1.4
32 name: sipCommonSummaryOutResponses
33 + description: Total number of SIP response messages sent including retransmissions
34 + unit: "{response}"
35 - OID: 1.3.6.1.2.1.149.1.3.1.1.5
36 name: sipCommonSummaryTotalTransactions
37 + description: Count of transactions in progress and terminated transactions
38 + unit: "{transaction}"
39 metric_tags:
28 - - index: 1
29 - tag: applIndex
40 + - index: 1
41 + tag: applIndex
42 - MIB: SIP-COMMON-MIB
43 table:
44 name: sipCommonStatusCodeTable
@@ -34,15 +46,19 @@ metrics:
46 symbols:
47 - OID: 1.3.6.1.2.1.149.1.5.1.1.3
48 name: sipCommonStatusCodeIns
49 + description: Total number of response messages received with the specified status code
50 + unit: "{response}"
51 - OID: 1.3.6.1.2.1.149.1.5.1.1.4
52 name: sipCommonStatusCodeOuts
53 + description: Total number of response messages sent with the specified status code
54 + unit: "{response}"
55 metric_tags:
40 - - index: 1
41 - tag: applIndex
42 - - index: 2
43 - tag: sipCommonStatusCodeMethod
44 - - index: 3
45 - tag: sipCommonStatusCodeValue
56 + - index: 1
57 + tag: applIndex
58 + - index: 2
59 + tag: sipCommonStatusCodeMethod
60 + - index: 3
61 + tag: sipCommonStatusCodeValue
62 - MIB: SIP-COMMON-MIB
63 table:
64 name: sipCommonTransCurrentTable
@@ -50,6 +66,8 @@ metrics:
66 symbols:
67 - OID: 1.3.6.1.2.1.149.1.6.1.1.1
68 name: sipCommonTransCurrentactions
69 + description: Number of transactions awaiting definitive response
70 + unit: "{transaction}"
71 metric_tags:
54 - - index: 1
55 - tag: applIndex
72 + - index: 1
73 + tag: applIndex
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-tcp.yaml
+69 -50
@@ -1,53 +1,72 @@
1 # Generic TCP metrics.
2
3 metrics:
4 -- MIB: TCP-MIB
5 - metric_type: monotonic_count
6 - symbol:
7 - OID: 1.3.6.1.2.1.6.5.0
8 - name: tcpActiveOpens
9 -- MIB: TCP-MIB
10 - metric_type: monotonic_count
11 - symbol:
12 - OID: 1.3.6.1.2.1.6.6.0
13 - name: tcpPassiveOpens
14 -- MIB: TCP-MIB
15 - metric_type: monotonic_count
16 - symbol:
17 - OID: 1.3.6.1.2.1.6.7.0
18 - name: tcpAttemptFails
19 -- MIB: TCP-MIB
20 - metric_type: monotonic_count
21 - symbol:
22 - OID: 1.3.6.1.2.1.6.8.0
23 - name: tcpEstabResets
24 -- MIB: TCP-MIB
25 - symbol:
26 - OID: 1.3.6.1.2.1.6.9.0
27 - name: tcpCurrEstab
28 -- MIB: TCP-MIB
29 - metric_type: monotonic_count
30 - symbol:
31 - OID: 1.3.6.1.2.1.6.17.0
32 - name: tcpHCInSegs
33 -- MIB: TCP-MIB
34 - metric_type: monotonic_count
35 - symbol:
36 - OID: 1.3.6.1.2.1.6.18.0
37 - name: tcpHCOutSegs
38 -- MIB: TCP-MIB
39 - metric_type: monotonic_count
40 - symbol:
41 - OID: 1.3.6.1.2.1.6.12.0
42 - name: tcpRetransSegs
43 -- MIB: TCP-MIB
44 - metric_type: monotonic_count
45 - symbol:
46 - OID: 1.3.6.1.2.1.6.14.0
47 - name: tcpInErrs
48 -- MIB: TCP-MIB
49 - metric_type: monotonic_count
50 - symbol:
51 - OID: 1.3.6.1.2.1.6.15.0
52 - name: tcpOutRsts
53 -
4 + - MIB: TCP-MIB
5 + metric_type: monotonic_count
6 + symbol:
7 + OID: 1.3.6.1.2.1.6.5.0
8 + name: tcpActiveOpens
9 + description: The number of times that TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
10 + unit: "{connection}"
11 + - MIB: TCP-MIB
12 + metric_type: monotonic_count
13 + symbol:
14 + OID: 1.3.6.1.2.1.6.6.0
15 + name: tcpPassiveOpens
16 + description: The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
17 + unit: "{connection}"
18 + - MIB: TCP-MIB
19 + metric_type: monotonic_count
20 + symbol:
21 + OID: 1.3.6.1.2.1.6.7.0
22 + name: tcpAttemptFails
23 + description: The number of times that TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times that TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
24 + unit: "{connection}"
25 + - MIB: TCP-MIB
26 + metric_type: monotonic_count
27 + symbol:
28 + OID: 1.3.6.1.2.1.6.8.0
29 + name: tcpEstabResets
30 + description: The number of times that TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
31 + unit: "{connection}"
32 + - MIB: TCP-MIB
33 + symbol:
34 + OID: 1.3.6.1.2.1.6.9.0
35 + name: tcpCurrEstab
36 + description: The number of TCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
37 + unit: "{connection}"
38 + - MIB: TCP-MIB
39 + metric_type: monotonic_count
40 + symbol:
41 + OID: 1.3.6.1.2.1.6.17.0
42 + name: tcpHCInSegs
43 + description: The total number of segments received, including those received in error. This count includes segments received on currently established connections. This object is the 64-bit equivalent of tcpInSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
44 + unit: "{segment}"
45 + - MIB: TCP-MIB
46 + metric_type: monotonic_count
47 + symbol:
48 + OID: 1.3.6.1.2.1.6.18.0
49 + name: tcpHCOutSegs
50 + description: The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. This object is the 64-bit equivalent of tcpOutSegs. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
51 + unit: "{segment}"
52 + - MIB: TCP-MIB
53 + metric_type: monotonic_count
54 + symbol:
55 + OID: 1.3.6.1.2.1.6.12.0
56 + name: tcpRetransSegs
57 + description: The total number of segments retransmitted; that is, the number of TCP segments transmitted containing one or more previously transmitted octets. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
58 + unit: "{segment}"
59 + - MIB: TCP-MIB
60 + metric_type: monotonic_count
61 + symbol:
62 + OID: 1.3.6.1.2.1.6.14.0
63 + name: tcpInErrs
64 + description: The total number of segments received in error (e.g., bad TCP checksums). Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
65 + unit: "{segment}"
66 + - MIB: TCP-MIB
67 + metric_type: monotonic_count
68 + symbol:
69 + OID: 1.3.6.1.2.1.6.15.0
70 + name: tcpOutRsts
71 + description: The number of TCP segments sent containing the RST flag. Discontinuities in the value of this counter are indicated via discontinuities in the value of sysUpTime.
72 + unit: "{segment}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ucd.yaml
+64
@@ -3,42 +3,62 @@ metrics:
3 symbol:
4 name: cpu.usage
5 OID: 1.3.6.1.4.1.2021.10.1.5.1
6 + description: The 1,5 and 15 minute load averages as an integer
7 + unit: "{load_average}"
8 - MIB: UCD-SNMP-MIB
9 symbol:
10 name: memory.total
11 OID: 1.3.6.1.4.1.2021.4.5.0
12 + description: The total amount of real/physical memory installed on this host
13 + unit: "kBy"
14 - MIB: UCD-SNMP-MIB
15 symbol:
16 name: memory.free
17 OID: 1.3.6.1.4.1.2021.4.6.0
18 + description: The amount of real/physical memory currently unused or available
19 + unit: "kBy"
20 - MIB: UCD-SNMP-MIB
21 symbol:
22 name: ucd.memTotalSwap
23 OID: 1.3.6.1.4.1.2021.4.3.0
24 + description: The total amount of swap space configured for this host
25 + unit: "kBy"
26 - MIB: UCD-SNMP-MIB
27 symbol:
28 name: ucd.memAvailSwap
29 OID: 1.3.6.1.4.1.2021.4.4.0
30 + description: The amount of swap space currently unused or available
31 + unit: "kBy"
32 - MIB: UCD-SNMP-MIB
33 symbol:
34 name: ucd.memTotalFree
35 OID: 1.3.6.1.4.1.2021.4.11.0
36 + description: The total amount of memory free or available for use on this host
37 + unit: "kBy"
38 - MIB: UCD-SNMP-MIB
39 symbol:
40 name: ucd.memMinimumSwap
41 OID: 1.3.6.1.4.1.2021.4.12.0
42 + description: The minimum amount of swap space expected to be kept free or available during normal operation of this host
43 + unit: "kBy"
44 - MIB: UCD-SNMP-MIB
45 symbol:
46 name: ucd.memShared
47 OID: 1.3.6.1.4.1.2021.4.13.0
48 + description: The total amount of real or virtual memory currently allocated for use as shared memory
49 + unit: "kBy"
50 - MIB: UCD-SNMP-MIB
51 symbol:
52 name: ucd.memBuffer
53 OID: 1.3.6.1.4.1.2021.4.14.0
54 + description: The total amount of real or virtual memory currently allocated for use as memory buffers
55 + unit: "kBy"
56 - MIB: UCD-SNMP-MIB
57 symbol:
58 name: ucd.memCached
59 OID: 1.3.6.1.4.1.2021.4.15.0
60 + description: The total amount of real or virtual memory currently allocated for use as cached memory
61 + unit: "kBy"
62 - MIB: UCD-SNMP-MIB
63 table:
64 OID: 1.3.6.1.4.1.2021.9
@@ -46,14 +66,24 @@ metrics:
66 symbols:
67 - name: ucd.dskTotal
68 OID: 1.3.6.1.4.1.2021.9.1.6
69 + description: Total size of the disk/partion (kBytes)
70 + unit: "kBy"
71 - name: ucd.dskAvail
72 OID: 1.3.6.1.4.1.2021.9.1.7
73 + description: Available space on the disk
74 + unit: "kBy"
75 - name: ucd.dskUsed
76 OID: 1.3.6.1.4.1.2021.9.1.8
77 + description: Used space on the disk
78 + unit: "kBy"
79 - name: ucd.dskPercent
80 OID: 1.3.6.1.4.1.2021.9.1.9
81 + description: Percentage of space used on disk
82 + unit: "%"
83 - name: ucd.dskPercentNode
84 OID: 1.3.6.1.4.1.2021.9.1.10
85 + description: Percentage of inodes used on disk
86 + unit: "%"
87 metric_tags:
88 - tag: ucd_dsk_path
89 symbol:
@@ -78,21 +108,35 @@ metrics:
108 - name: ucd.diskIOReads
109 OID: 1.3.6.1.4.1.2021.13.15.1.1.5
110 metric_type: monotonic_count
111 + description: The number of read accesses from this device since boot
112 + unit: "{read_access}"
113 - name: ucd.diskIOWrites
114 OID: 1.3.6.1.4.1.2021.13.15.1.1.6
115 metric_type: monotonic_count
116 + description: The number of write accesses to this device since boot
117 + unit: "{write_access}"
118 - name: ucd.diskIOLA1
119 OID: 1.3.6.1.4.1.2021.13.15.1.1.9
120 + description: The 1 minute average load of disk (%)
121 + unit: "%"
122 - name: ucd.diskIOLA5
123 OID: 1.3.6.1.4.1.2021.13.15.1.1.10
124 + description: The 5 minute average load of disk (%)
125 + unit: "%"
126 - name: ucd.diskIOLA15
127 OID: 1.3.6.1.4.1.2021.13.15.1.1.11
128 + description: The 15 minute average load of disk (%)
129 + unit: "%"
130 - name: ucd.diskIONReadX
131 OID: 1.3.6.1.4.1.2021.13.15.1.1.12
132 metric_type: monotonic_count
133 + description: The number of bytes read from this device since boot
134 + unit: "By"
135 - name: ucd.diskIONWrittenX
136 OID: 1.3.6.1.4.1.2021.13.15.1.1.13
137 metric_type: monotonic_count
138 + description: The number of bytes written to this device since boot
139 + unit: "By"
140 metric_tags:
141 - tag: ucd_disk_io_device
142 symbol:
@@ -102,46 +146,66 @@ metrics:
146 symbol:
147 name: ucd.ssCpuUser
148 OID: 1.3.6.1.4.1.2021.11.9.0
149 + description: The percentage of CPU time spent processing user-level code, calculated over the last minute
150 + unit: "%"
151 - MIB: UCD-SNMP-MIB
152 symbol:
153 name: ucd.ssCpuSystem
154 OID: 1.3.6.1.4.1.2021.11.10.0
155 + description: The percentage of CPU time spent processing system-level code, calculated over the last minute
156 + unit: "%"
157 - MIB: UCD-SNMP-MIB
158 symbol:
159 name: ucd.ssCpuIdle
160 OID: 1.3.6.1.4.1.2021.11.11.0
161 + description: The percentage of processor time spent idle, calculated over the last minute
162 + unit: "%"
163 - MIB: UCD-SNMP-MIB
164 symbol:
165 name: ucd.ssCpuRawUser
166 OID: 1.3.6.1.4.1.2021.11.50.0
167 metric_type: monotonic_count
168 + description: The number of 'ticks' spent processing user-level code
169 + unit: "{tick}"
170 - MIB: UCD-SNMP-MIB
171 symbol:
172 name: ucd.ssCpuRawNice
173 OID: 1.3.6.1.4.1.2021.11.51.0
174 metric_type: monotonic_count
175 + description: The number of 'ticks' spent processing reduced-priority code
176 + unit: "{tick}"
177 - MIB: UCD-SNMP-MIB
178 symbol:
179 name: ucd.ssCpuRawSystem
180 OID: 1.3.6.1.4.1.2021.11.52.0
181 metric_type: monotonic_count
182 + description: The number of 'ticks' spent processing system-level code
183 + unit: "{tick}"
184 - MIB: UCD-SNMP-MIB
185 symbol:
186 name: ucd.ssCpuRawIdle
187 OID: 1.3.6.1.4.1.2021.11.53.0
188 metric_type: monotonic_count
189 + description: The number of 'ticks' spent idle
190 + unit: "{tick}"
191 - MIB: UCD-SNMP-MIB
192 symbol:
193 name: ucd.ssCpuRawWait
194 OID: 1.3.6.1.4.1.2021.11.54.0
195 metric_type: monotonic_count
196 + description: The number of 'ticks' spent waiting for IO
197 + unit: "{tick}"
198 - MIB: UCD-SNMP-MIB
199 symbol:
200 name: ucd.ssCpuRawKernel
201 OID: 1.3.6.1.4.1.2021.11.55.0
202 metric_type: monotonic_count
203 + description: The number of 'ticks' spent processing kernel-level code
204 + unit: "{tick}"
205 - MIB: UCD-SNMP-MIB
206 symbol:
207 name: ucd.ssCpuRawInterrupt
208 OID: 1.3.6.1.4.1.2021.11.56.0
209 metric_type: monotonic_count
210 + description: The number of 'ticks' spent processing hardware interrupts
211 + unit: "{tick}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-udp.yaml
+28 -21
@@ -1,24 +1,31 @@
1 # Generic UDP metrics.
2
3 metrics:
4 -- MIB: UDP-MIB
5 - metric_type: monotonic_count
6 - symbol:
7 - OID: 1.3.6.1.2.1.7.8.0
8 - name: udpHCInDatagrams
9 -- MIB: UDP-MIB
10 - metric_type: monotonic_count
11 - symbol:
12 - OID: 1.3.6.1.2.1.7.2.0
13 - name: udpNoPorts
14 -- MIB: UDP-MIB
15 - metric_type: monotonic_count
16 - symbol:
17 - OID: 1.3.6.1.2.1.7.3.0
18 - name: udpInErrors
19 -- MIB: UDP-MIB
20 - metric_type: monotonic_count
21 - symbol:
22 - OID: 1.3.6.1.2.1.7.9.0
23 - name: udpHCOutDatagrams
24 -
4 + - MIB: UDP-MIB
5 + metric_type: monotonic_count
6 + symbol:
7 + OID: 1.3.6.1.2.1.7.8.0
8 + name: udpHCInDatagrams
9 + description: The total number of UDP datagrams delivered to UDP users, for devices that can receive more than 1 million UDP datagrams per second.
10 + unit: "{datagram}"
11 + - MIB: UDP-MIB
12 + metric_type: monotonic_count
13 + symbol:
14 + OID: 1.3.6.1.2.1.7.2.0
15 + name: udpNoPorts
16 + description: The total number of received UDP datagrams for which there was no application at the destination port.
17 + unit: "{datagram}"
18 + - MIB: UDP-MIB
19 + metric_type: monotonic_count
20 + symbol:
21 + OID: 1.3.6.1.2.1.7.3.0
22 + name: udpInErrors
23 + description: The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
24 + unit: "{datagram}"
25 + - MIB: UDP-MIB
26 + metric_type: monotonic_count
27 + symbol:
28 + OID: 1.3.6.1.2.1.7.9.0
29 + name: udpHCOutDatagrams
30 + description: The total number of UDP datagrams sent from this entity, for devices that can transmit more than 1 million UDP datagrams per second.
31 + unit: "{datagram}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ups.yaml
+52
@@ -14,35 +14,51 @@ metrics:
14 symbol:
15 OID: 1.3.6.1.2.1.33.1.2.2.0
16 name: upsSecondsOnBattery
17 + description: If the unit is on battery power, the elapsed time since the UPS last switched to battery power, or the time since the network management subsystem was last restarted, whichever is less. Zero shall be returned if the unit is not on battery power.
18 + unit: "s"
19 - MIB: UPS-MIB
20 symbol:
21 OID: 1.3.6.1.2.1.33.1.2.3.0
22 name: upsEstimatedMinutesRemaining
23 + description: An estimate of the time to battery charge depletion under the present load conditions if the utility power is off and remains off, or if it were to be lost and remain off.
24 + unit: "min"
25 - MIB: UPS-MIB
26 symbol:
27 OID: 1.3.6.1.2.1.33.1.2.4.0
28 name: upsEstimatedChargeRemaining
29 + description: An estimate of the battery charge remaining expressed as a percent of full charge.
30 + unit: "%"
31 - MIB: UPS-MIB
32 symbol:
33 OID: 1.3.6.1.2.1.33.1.2.5.0
34 name: upsBatteryVoltage
35 + description: The magnitude of the present battery voltage.
36 + unit: "V"
37 - MIB: UPS-MIB
38 symbol:
39 OID: 1.3.6.1.2.1.33.1.2.6.0
40 name: upsBatteryCurrent
41 + description: The present battery current.
42 + unit: "A"
43 - MIB: UPS-MIB
44 symbol:
45 OID: 1.3.6.1.2.1.33.1.2.7.0
46 name: upsBatteryTemperature
47 + description: The ambient temperature at or near the UPS Battery casing.
48 + unit: "Cel"
49 - MIB: UPS-MIB
50 symbol:
51 OID: 1.3.6.1.2.1.33.1.3.1.0
52 name: upsInputLineBads
53 + description: A count of the number of times the input entered an out-of-tolerance condition as defined by the manufacturer. This count is incremented by one each time the input transitions from zero out-of-tolerance lines to one or more input lines out-of-tolerance.
54 + unit: "{event}"
55 metric_type: monotonic_count
56 - MIB: UPS-MIB
57 symbol:
58 OID: 1.3.6.1.2.1.33.1.3.2.0
59 name: upsInputNumLines
60 + description: The number of input lines utilized in this device. This variable indicates the number of rows in the input table.
61 + unit: "{input_line}"
62 # - MIB: UPS-MIB
63 # symbol:
64 # OID: 1.3.6.1.2.1.33.1.4.1.0
@@ -61,22 +77,32 @@ metrics:
77 symbol:
78 OID: 1.3.6.1.2.1.33.1.4.2.0
79 name: upsOutputFrequency
80 + description: The present output frequency.
81 + unit: "Hz"
82 - MIB: UPS-MIB
83 symbol:
84 OID: 1.3.6.1.2.1.33.1.4.3.0
85 name: upsOutputNumLines
86 + description: The number of output lines utilized in this device. This variable indicates the number of rows in the output table.
87 + unit: "{output_line}"
88 - MIB: UPS-MIB
89 symbol:
90 OID: 1.3.6.1.2.1.33.1.5.1.0
91 name: upsBypassFrequency
92 + description: The present bypass frequency.
93 + unit: "Hz"
94 - MIB: UPS-MIB
95 symbol:
96 OID: 1.3.6.1.2.1.33.1.5.2.0
97 name: upsBypassNumLines
98 + description: The number of bypass lines utilized in this device. This entry indicates the number of rows in the bypass table.
99 + unit: "{bypass_line}"
100 - MIB: UPS-MIB
101 symbol:
102 OID: 1.3.6.1.2.1.33.1.6.1.0
103 name: upsAlarmsPresent
104 + description: The present number of active alarm conditions.
105 + unit: "{alarm}"
106 # - MIB: UPS-MIB
107 # symbol:
108 # OID: 1.3.6.1.2.1.33.1.7.3.0
@@ -94,6 +120,8 @@ metrics:
120 symbol:
121 OID: 1.3.6.1.2.1.33.1.7.5.0
122 name: upsTestStartTime
123 + description: The value of sysUpTime at the time the test in progress was initiated, or, if no test is in progress, the time the previous test was initiated. If the value of upsTestResultsSummary is noTestsInitiated(6), upsTestStartTime has the value 0.
124 + unit: "s"
125 - MIB: UPS-MIB
126 table:
127 OID: 1.3.6.1.2.1.33.1.4.4
@@ -101,12 +129,20 @@ metrics:
129 symbols:
130 - OID: 1.3.6.1.2.1.33.1.4.4.1.2
131 name: upsOutputVoltage
132 + description: The present output voltage.
133 + unit: "V"
134 - OID: 1.3.6.1.2.1.33.1.4.4.1.3
135 name: upsOutputCurrent
136 + description: The present output current.
137 + unit: "A"
138 - OID: 1.3.6.1.2.1.33.1.4.4.1.4
139 name: upsOutputPower
140 + description: The present output true power.
141 + unit: "W"
142 - OID: 1.3.6.1.2.1.33.1.4.4.1.5
143 name: upsOutputPercentLoad
144 + description: The percentage of the UPS power capacity presently being used on this output line, i.e., the greater of the percent load of true power capacity and the percent load of VA.
145 + unit: "%"
146 metric_tags:
147 - symbol:
148 OID: 1.3.6.1.2.1.33.1.4.4.1.1
@@ -119,12 +155,20 @@ metrics:
155 symbols:
156 - OID: 1.3.6.1.2.1.33.1.3.3.1.2
157 name: upsInputFrequency
158 + description: The present input frequency.
159 + unit: "Hz"
160 - OID: 1.3.6.1.2.1.33.1.3.3.1.3
161 name: upsInputVoltage
162 + description: The magnitude of the present input voltage.
163 + unit: "V"
164 - OID: 1.3.6.1.2.1.33.1.3.3.1.4
165 name: upsInputCurrent
166 + description: The magnitude of the present input current.
167 + unit: "A"
168 - OID: 1.3.6.1.2.1.33.1.3.3.1.5
169 name: upsInputTruePower
170 + description: The magnitude of the present input true power.
171 + unit: "W"
172 metric_tags:
173 - symbol:
174 OID: 1.3.6.1.2.1.33.1.3.3.1.1
@@ -137,10 +181,16 @@ metrics:
181 symbols:
182 - OID: 1.3.6.1.2.1.33.1.5.3.1.2
183 name: upsBypassVoltage
184 + description: The present bypass voltage.
185 + unit: "V"
186 - OID: 1.3.6.1.2.1.33.1.5.3.1.3
187 name: upsBypassCurrent
188 + description: The present bypass current.
189 + unit: "A"
190 - OID: 1.3.6.1.2.1.33.1.5.3.1.4
191 name: upsBypassPower
192 + description: The present true power conveyed by the bypass.
193 + unit: "W"
194 metric_tags:
195 - symbol:
196 OID: 1.3.6.1.2.1.33.1.5.3.1.1
@@ -153,6 +203,8 @@ metrics:
203 symbols:
204 - OID: 1.3.6.1.2.1.33.1.6.2.1.3
205 name: upsAlarmTime
206 + description: The value of sysUpTime when the alarm condition was detected. If the alarm condition was detected at the time of agent startup and presumably existed before agent startup, the value of upsAlarmTime shall equal 0.
207 + unit: "s"
208 metric_tags:
209 - symbol:
210 OID: 1.3.6.1.2.1.33.1.6.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_hp-base.yaml
+4 -4
@@ -13,10 +13,10 @@ metadata:
13 OID: 1.3.6.1.4.1.232.1.2.6.1.0
14 name: cpqSeSysRomVer # eg. A03-03/01/2006
15 os_name:
16 - symbol:
17 - MIB: CPQHOST-MIB
18 - OID: 1.3.6.1.4.1.232.11.2.2.1.0
19 - name: cpqHoName # The operating system name. e.g. Microsoft Windows Server 2003
16 + symbol:
17 + MIB: CPQHOST-MIB
18 + OID: 1.3.6.1.4.1.232.11.2.2.1.0
19 + name: cpqHoName # The operating system name. e.g. Microsoft Windows Server 2003
20 os_version:
21 symbol:
22 MIB: CPQHOST-MIB
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_hp-compaq-health.yaml
+94 -44
@@ -5,122 +5,154 @@ metrics:
5
6 # System utilization.
7
8 - - # Total time the system has been in full operation.
9 - MIB: CPQHLTH-MIB
8 + # Total time the system has been in full operation.
9 + - MIB: CPQHLTH-MIB
10 symbol:
11 OID: 1.3.6.1.4.1.232.6.2.8.1.0
12 name: cpqHeSysUtilLifeTime
13 + description: Total time the system has been in full operation in minutes
14 + unit: "min"
15
14 - - # EISA bus utilization as percentage of theoretical maximum during last minute.
15 - MIB: CPQHLTH-MIB
16 + # EISA bus utilization as percentage of theoretical maximum during last minute.
17 + - MIB: CPQHLTH-MIB
18 symbol:
19 OID: 1.3.6.1.4.1.232.6.2.8.2.0
20 name: cpqHeSysUtilEisaBusMin
21 + description: EISA bus utilization as a percentage of the theoretical maximum during the last minute
22 + unit: "%"
23
24 # Critical errors.
25
22 - - # Overall condition of the critical error log feature.
26 + # Overall condition of the critical error log feature.
27 # NOTE: other(1), ok(2), degraded(3), failed(4)
24 - MIB: CPQHLTH-MIB
28 + - MIB: CPQHLTH-MIB
29 symbol:
30 OID: 1.3.6.1.4.1.232.6.2.2.2.0
31 name: cpqHeCritLogCondition
32 + description: Overall condition of the critical error log feature
33 + unit: "{instance}"
34
35 # Correctable memory errors tracking.
36
31 - - # Overall status of the correctable memory error log feature.
37 + # Overall status of the correctable memory error log feature.
38 # NOTE: other(1), notSupported(2), disabled(3), enabled(4)
33 - MIB: CPQHLTH-MIB
39 + - MIB: CPQHLTH-MIB
40 symbol:
41 OID: 1.3.6.1.4.1.232.6.2.3.1.0
42 name: cpqHeCorrMemLogStatus
43 + description: Overall status of the correctable memory error log feature
44 + unit: "{instance}"
45
38 - - # Overall condition of the correctable memory error log feature.
46 + # Overall condition of the correctable memory error log feature.
47 # NOTE: other(1), ok(2), degraded(3), failed(4)
40 - MIB: CPQHLTH-MIB
48 + - MIB: CPQHLTH-MIB
49 symbol:
50 OID: 1.3.6.1.4.1.232.6.2.3.2.0
51 name: cpqHeCorrMemLogCondition
52 + description: Overall condition of the correctable memory error log feature
53 + unit: "{instance}"
54
45 - - # Number of correctable memory errors that have occurred.
46 - MIB: CPQHLTH-MIB
55 + # Number of correctable memory errors that have occurred.
56 + - MIB: CPQHLTH-MIB
57 symbol:
58 OID: 1.3.6.1.4.1.232.6.2.3.3.0
59 name: cpqHeCorrMemTotalErrs
60 metric_type: monotonic_count
61 + description: Number of correctable memory errors that have occurred
62 + unit: "{error}"
63
64 # ASR (Automatic Server Recovery)
65
54 - - # Overall status of the ASR feature.
66 + # Overall status of the ASR feature.
67 # NOTE: other(1), notAvailable(2), disabled(3), enabled(4)
56 - MIB: CPQHLTH-MIB
68 + - MIB: CPQHLTH-MIB
69 symbol:
70 OID: 1.3.6.1.4.1.232.6.2.5.1.0
71 name: cpqHeAsrStatus
72 + description: Overall status of the ASR feature
73 + unit: "{instance}"
74
61 - - # Whether the ASR timer passed the server Power-On Self-Test (POST).
75 + # Whether the ASR timer passed the server Power-On Self-Test (POST).
76 # NOTE: other(1), failed(2), ok(3)
63 - MIB: CPQHLTH-MIB
77 + - MIB: CPQHLTH-MIB
78 symbol:
79 OID: 1.3.6.1.4.1.232.6.2.5.6.0
80 name: cpqHeAsrPost
81 + description: Whether the ASR timer passed the server Power-On Self-Test
82 + unit: "{instance}"
83
68 - - # Number of ASR reboots that occurred on the server since last manual reboot.
84 + # Number of ASR reboots that occurred on the server since last manual reboot.
85 # NOTE: -1 if not supported.
70 - MIB: CPQHLTH-MIB
86 + - MIB: CPQHLTH-MIB
87 symbol:
88 OID: 1.3.6.1.4.1.232.6.2.5.10.0
89 name: cpqHeAsrRebootCount
90 metric_type: monotonic_count
91 + description: Number of ASR reboots that have occurred on the server since last manual reboot
92 + unit: "{reboot}"
93
76 - - # Overall condition of the ASR feature.
94 + # Overall condition of the ASR feature.
95 # NOTE: other(1), notAvailable(2), disabled(3), enabled(4)
78 - MIB: CPQHLTH-MIB
96 + - MIB: CPQHLTH-MIB
97 symbol:
98 OID: 1.3.6.1.4.1.232.6.2.5.17.0
99 name: cpqHeAsrCondition
100 + description: Overall condition of the ASR feature
101 + unit: "{instance}"
102
83 - - # Status of the ASR network access feature.
103 + # Status of the ASR network access feature.
104 # NOTE: other(1), disabled(2), enabled(3)
85 - MIB: CPQHLTH-MIB
105 + - MIB: CPQHLTH-MIB
106 symbol:
107 OID: 1.3.6.1.4.1.232.6.2.5.21.0
108 name: cpqHeAsrNetworkAccessStatus
109 + description: Status of the ASR network access feature
110 + unit: "{instance}"
111
112 # Temperature and fans.
113
92 - - # Status of temperature sensors.
114 + # Status of temperature sensors.
115 # NOTE: other(1), ok(2), degraded(3), failed(4)
94 - MIB: CPQHLTH-MIB
116 + - MIB: CPQHLTH-MIB
117 symbol:
118 OID: 1.3.6.1.4.1.232.6.2.6.3.0
119 name: cpqHeThermalTempStatus
120 + description: Status of the system's temperature sensors
121 + unit: "{instance}"
122
99 - - # Status of fan(s).
123 + # Status of fan(s).
124 # NOTE: other(1), ok(2), degraded(3), failed(4)
101 - MIB: CPQHLTH-MIB
125 + - MIB: CPQHLTH-MIB
126 symbol:
127 OID: 1.3.6.1.4.1.232.6.2.6.4.0
128 name: cpqHeThermalSystemFanStatus
129 + description: Status of the fan(s) in the system
130 + unit: "{instance}"
131
106 - - # Status of processor fan(s).
132 + # Status of processor fan(s).
133 # NOTE: other(1), ok(2), failed(4)
108 - MIB: CPQHLTH-MIB
134 + - MIB: CPQHLTH-MIB
135 symbol:
136 OID: 1.3.6.1.4.1.232.6.2.6.5.0
137 name: cpqHeThermalCpuFanStatus
138 + description: Status of the processor fan(s) in the system
139 + unit: "{instance}"
140
113 - - # Temperator sensors.
114 - MIB: CPQHLTH-MIB
141 + # Temperator sensors.
142 + - MIB: CPQHLTH-MIB
143 table:
144 OID: 1.3.6.1.4.1.232.6.2.6.8
145 name: cpqHeTemperatureTable
146 symbols:
147 - OID: 1.3.6.1.4.1.232.6.2.6.8.1.4
148 name: cpqHeTemperatureCelsius
121 - - # NOTE: other(1), ok(2), degraded(3), failed(4)
122 - OID: 1.3.6.1.4.1.232.6.2.6.8.1.6
149 + description: Current temperature sensor reading in degrees celsius
150 + unit: "Cel"
151 + # NOTE: other(1), ok(2), degraded(3), failed(4)
152 + - OID: 1.3.6.1.4.1.232.6.2.6.8.1.6
153 name: cpqHeTemperatureCondition
154 + description: Temperature sensor condition
155 + unit: "{instance}"
156 metric_tags:
157 - tag: temperature_index
158 symbol:
@@ -129,41 +161,51 @@ metrics:
161
162 # Power supplies.
163
132 - - # Current power meter reading in Watts.
133 - MIB: CPQHLTH-MIB
164 + # Current power meter reading in Watts.
165 + - MIB: CPQHLTH-MIB
166 symbol:
167 OID: 1.3.6.1.4.1.232.6.2.15.3.0
168 name: cpqHePowerMeterCurrReading
169 + description: Current power meter reading in watts
170 + unit: "W"
171
138 - - # A table of battery entries.
139 - MIB: CPQHLTH-MIB
172 + # A table of battery entries.
173 + - MIB: CPQHLTH-MIB
174 table:
175 OID: 1.3.6.1.4.1.232.6.2.17.2
176 name: cpqHeSysBatteryTable
177 symbols:
144 - - # NOTE: other(1), ok(2), degraded(3), failed(4)
145 - OID: 1.3.6.1.4.1.232.6.2.17.2.1.4
178 + # NOTE: other(1), ok(2), degraded(3), failed(4)
179 + - OID: 1.3.6.1.4.1.232.6.2.17.2.1.4
180 name: cpqHeSysBatteryCondition
147 - - # NOTE: 15 different statuses are possible -- not listed here, see MIB.
148 - OID: 1.3.6.1.4.1.232.6.2.17.2.1.5
181 + description: Overall condition of the battery
182 + unit: "{instance}"
183 + # NOTE: 15 different statuses are possible -- not listed here, see MIB.
184 + - OID: 1.3.6.1.4.1.232.6.2.17.2.1.5
185 name: cpqHeSysBatteryStatus
186 + description: Status of the battery
187 + unit: "{instance}"
188 metric_tags:
189 - tag: battery_index
190 symbol:
191 OID: 1.3.6.1.4.1.232.6.2.17.2.1.2
192 name: cpqHeSysBatteryIndex
193
156 - - # Overall condition of the thermal environment.
194 + # Overall condition of the thermal environment.
195 # NOTE: other(1), ok(2), degraded(3), failed(4)
158 - MIB: CPQHLTH-MIB
196 + - MIB: CPQHLTH-MIB
197 symbol:
198 OID: 1.3.6.1.4.1.232.6.2.6.1.0
199 name: cpqHeThermalCondition
162 - - # NOTE: other(1), notSupported(2), notInstalled(3), installed(4)
163 - MIB: CPQHLTH-MIB
200 + description: Overall condition of the system's thermal environment
201 + unit: "{instance}"
202 + # NOTE: other(1), notSupported(2), notInstalled(3), installed(4)
203 + - MIB: CPQHLTH-MIB
204 symbol:
205 OID: 1.3.6.1.4.1.232.6.2.9.2.0
206 name: cpqHeFltTolPwrSupplyStatus
207 + description: Status of the fault tolerant power supply
208 + unit: "{instance}"
209
210 - MIB: CPQHLTH-MIB
211 table:
@@ -172,6 +214,8 @@ metrics:
214 symbols:
215 - OID: 1.3.6.1.4.1.232.6.2.14.13.1.20
216 name: cpqHeResMem2ModuleCondition
217 + description: Current status of the correctable memory errors for this memory module
218 + unit: "{instance}"
219 metric_tags:
220 - symbol:
221 OID: 1.3.6.1.4.1.232.6.2.14.13.1.15
@@ -186,6 +230,8 @@ metrics:
230 symbols:
231 - OID: 1.3.6.1.4.1.232.6.2.9.3.1.5
232 name: cpqHeFltTolPowerSupplyStatus
233 + description: Status of the fault tolerant power supply
234 + unit: "{instance}"
235 metric_tags:
236 - symbol:
237 OID: 1.3.6.1.4.1.232.6.2.9.3.1.1
@@ -201,8 +247,12 @@ metrics:
247 constant_value_one: true
248 - OID: 1.3.6.1.4.1.232.6.2.9.3.1.7
249 name: cpqHeFltTolPowerSupplyCapacityUsed
250 + description: Currently used capacity of the power supply in watts
251 + unit: "W"
252 - OID: 1.3.6.1.4.1.232.6.2.9.3.1.8
253 name: cpqHeFltTolPowerSupplyCapacityMaximum
254 + description: Maximum capacity of the power supply in watts
255 + unit: "W"
256 metric_tags:
257 - symbol:
258 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/_hp-driver-stats.yaml
+29 -1
@@ -8,20 +8,36 @@ metrics:
8 symbols:
9 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.8
10 name: cpqDaPhyDrvUsedReallocs
11 + description: Number of sectors of the reallocation area that have been used by the physical drive
12 + unit: "{sector}"
13 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.9
14 name: cpqDaPhyDrvRefHours
15 + description: Total number of hours that a physical drive has been in operation since it was stamped
16 + unit: "h"
17 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.16
18 name: cpqDaPhyDrvHardReadErrs
19 + description: Number of read errors that could not be recovered by a physical drive's ECC algorithm or retries
20 + unit: "{error}"
21 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.17
22 name: cpqDaPhyDrvRecvReadErrs
23 + description: Number of read errors corrected through physical drive retries
24 + unit: "{error}"
25 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.18
26 name: cpqDaPhyDrvHardWriteErrs
27 + description: Number of write errors that could not be recovered by a physical drive
28 + unit: "{error}"
29 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.19
30 name: cpqDaPhyDrvRecvWriteErrs
31 + description: Number of write errors corrected through physical drive retries or recovered by a physical drive
32 + unit: "{error}"
33 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.20
34 name: cpqDaPhyDrvHSeekErrs
35 + description: Total number of times the physical disk drive detected a seek error (high)
36 + unit: "{error}"
37 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.21
38 name: cpqDaPhyDrvSeekErrs
39 + description: Total number of times the physical disk drive detected a seek error (low)
40 + unit: "{error}"
41 metric_tags:
42 - symbol:
43 OID: 1.3.6.1.4.1.232.3.2.5.1.1.1
@@ -38,16 +54,28 @@ metrics:
54 symbols:
55 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.6
56 name: cpqDaPhyDrvStatus
57 + description: Status of the physical drive
58 + unit: "TBD"
59 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.7
60 name: cpqDaPhyDrvFactReallocs
61 + description: Number of spare sectors available for remapping at the time the physical drive was shipped
62 + unit: "{sector}"
63 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.22
64 name: cpqDaPhyDrvSpinupTime
65 + description: Time it takes for a physical drive to spin up to full speed in tenths of seconds
66 + unit: "ds"
67 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.45
68 name: cpqDaPhyDrvSize
69 + description: Size of the physical drive in megabytes
70 + unit: "MBy"
71 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.57
72 name: cpqDaPhyDrvSmartStatus
73 + description: S.M.A.R.T status of the physical drive
74 + unit: "TBD"
75 - OID: 1.3.6.1.4.1.232.3.2.5.1.1.70
76 name: cpqDaPhyDrvCurrentTemperature
77 + description: Temperature of the physical drive in degrees Celsius
78 + unit: "Cel"
79 metric_tags:
80 - symbol:
81 OID: 1.3.6.1.4.1.232.3.2.5.1.1.1
@@ -56,4 +84,4 @@ metrics:
84 - symbol:
85 OID: 1.3.6.1.4.1.232.3.2.5.1.1.2
86 name: cpqDaPhyDrvIndex
59 - tag: drive_index
\ No newline at end of file
87 + tag: drive_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_hp.yaml
+1 -1
@@ -1,5 +1,5 @@
1 extends:
2 - - _base.yaml
2 + - _base.yaml
3
4 metadata:
5 device:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_huawei.yaml
+3 -3
@@ -1,8 +1,8 @@
1 extends:
2 - - _base.yaml
3 - - _generic-if.yaml
2 + - _base.yaml
3 + - _generic-if.yaml
4 metadata:
5 device:
6 fields:
7 vendor:
8 - value: "huawei"
\ No newline at end of file
8 + value: "huawei"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_intel-lan-adapters.yaml
+20
@@ -9,24 +9,44 @@ metrics:
9 symbols:
10 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.1
11 name: adapterRxPackets
12 + description: Total number of packets received
13 + unit: "{packet}"
14 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.2
15 name: adapterTxPackets
16 + description: Total number of packets transmitted
17 + unit: "{packet}"
18 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.3
19 name: adapterRxBytes
20 + description: Total number of bytes received
21 + unit: "By"
22 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.4
23 name: adapterTxBytes
24 + description: Total number of bytes transmitted
25 + unit: "By"
26 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.5
27 name: adapterRxErrors
28 + description: Total number of packets received with errors (packets that failed to reach the protocol)
29 + unit: "{packet}"
30 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.6
31 name: adapterTxErrors
32 + description: Total number of packets that failed to transmit
33 + unit: "{packet}"
34 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.7
35 name: adapterRxDropped
36 + description: Total number of receive packets dropped due to overrun
37 + unit: "{packet}"
38 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.8
39 name: adapterTxDropped
40 + description: Total number of transmit packets dropped due to successive collisions
41 + unit: "{packet}"
42 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.9
43 name: adapterRxMulticast
44 + description: Total number of Multicast packets received
45 + unit: "{packet}"
46 - OID: 1.3.6.1.4.1.343.2.7.2.2.1.3.1.10
47 name: adapterCollisions
48 + description: Total number of single collisions
49 + unit: "{collision}"
50 metric_tags:
51 - symbol:
52 OID: 1.3.6.1.4.1.343.2.7.2.2.1.1.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-cos.yaml
+224 -124
@@ -8,93 +8,143 @@ metrics:
8 metric_type: monotonic_count
9 symbols:
10 # The total number of packets queued at the output queue.
11 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.3
12 - name: jnxCosIfsetQstatQedPkts
11 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.3
12 + name: jnxCosIfsetQstatQedPkts
13 + description: The total number of packets queued at the output queue
14 + unit: "{packet}"
15 # Number of bytes queued at the output queue.
14 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.5
15 - name: jnxCosIfsetQstatQedBytes
16 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.5
17 + name: jnxCosIfsetQstatQedBytes
18 + description: Number of bytes queued at the output queue
19 + unit: "By"
20 # Number of packets transmitted on the queue.
17 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.7
18 - name: jnxCosIfsetQstatTxedPkts
21 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.7
22 + name: jnxCosIfsetQstatTxedPkts
23 + description: Number of packets transmitted on the queue
24 + unit: "{packet}"
25 # Number of bytes transmitted on the queue.
20 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.9
21 - name: jnxCosIfsetQstatTxedBytes
26 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.9
27 + name: jnxCosIfsetQstatTxedBytes
28 + description: Number of bytes transmitted on the queue
29 + unit: "By"
30 # The number of packets tail dropped at the output queue.
23 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.11
24 - name: jnxCosIfsetQstatTailDropPkts
31 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.11
32 + name: jnxCosIfsetQstatTailDropPkts
33 + description: The number of packets tail dropped at the output queue
34 + unit: "{packet}"
35 # Total number of packets dropped due to RED (Random Early Detection) at the output on the given interface.
26 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.13
27 - name: jnxCosIfsetQstatTotalRedDropPkts
36 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.13
37 + name: jnxCosIfsetQstatTotalRedDropPkts
38 + description: Total number of packets dropped due to RED at the output on the given interface
39 + unit: "{packet}"
40 # The total number of low PLP non TCP packets RED-dropped.
29 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.15
30 - name: jnxCosIfsetQstatLpNonTcpRedDropPkts
41 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.15
42 + name: jnxCosIfsetQstatLpNonTcpRedDropPkts
43 + description: The total number of low PLP non TCP packets RED-dropped
44 + unit: "{packet}"
45 # The total number of low PLP TCP packets RED-dropped at the output on the given interface.
32 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.17
33 - name: jnxCosIfsetQstatLpTcpRedDropPkts
46 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.17
47 + name: jnxCosIfsetQstatLpTcpRedDropPkts
48 + description: The total number of low PLP TCP packets RED-dropped at the output on the given interface
49 + unit: "{packet}"
50 # The total number of high PLP non TCP packets RED-dropped at the output on the given interface.
35 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.19
36 - name: jnxCosIfsetQstatHpNonTcpRedDropPkts
51 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.19
52 + name: jnxCosIfsetQstatHpNonTcpRedDropPkts
53 + description: The total number of high PLP non TCP packets RED-dropped at the output on the given interface
54 + unit: "{packet}"
55 # The total number of high PLP TCP packets RED-dropped at the output on the given interface.
38 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.21
39 - name: jnxCosIfsetQstatHpTcpRedDropPkts
56 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.21
57 + name: jnxCosIfsetQstatHpTcpRedDropPkts
58 + description: The total number of high PLP TCP packets RED-dropped at the output on the given interface
59 + unit: "{packet}"
60 # The total number of bytes RED-dropped at the output on the given interface.
41 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.23
42 - name: jnxCosIfsetQstatTotalRedDropBytes
61 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.23
62 + name: jnxCosIfsetQstatTotalRedDropBytes
63 + description: The total number of bytes RED-dropped at the output on the given interface
64 + unit: "By"
65 # The total number of low PLP non TCP bytes RED-dropped at the output on the given interface.
44 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.25
45 - name: jnxCosIfsetQstatLpNonTcpRedDropBytes
66 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.25
67 + name: jnxCosIfsetQstatLpNonTcpRedDropBytes
68 + description: The total number of low PLP non TCP bytes RED-dropped at the output on the given interface
69 + unit: "By"
70 # The total number of low PLP TCP bytes RED-dropped at the output on the given interface.
47 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.27
48 - name: jnxCosIfsetQstatLpTcpRedDropBytes
71 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.27
72 + name: jnxCosIfsetQstatLpTcpRedDropBytes
73 + description: The total number of low PLP TCP bytes RED-dropped at the output on the given interface
74 + unit: "By"
75 # The total number of high PLP non TCP bytes RED-dropped at the output on the given interface.
50 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.29
51 - name: jnxCosIfsetQstatHpNonTcpRedDropBytes
76 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.29
77 + name: jnxCosIfsetQstatHpNonTcpRedDropBytes
78 + description: The total number of high PLP non TCP bytes RED-dropped at the output on the given interface
79 + unit: "By"
80 # The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface.
53 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.31
54 - name: jnxCosIfsetQstatHpTcpRedDropBytes
81 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.31
82 + name: jnxCosIfsetQstatHpTcpRedDropBytes
83 + description: The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
84 + unit: "By"
85 # The total number of low PLP packets RED-droppped at the output on the given interface.
56 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.33
57 - name: jnxCosIfsetQstatLpRedDropPkts
86 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.33
87 + name: jnxCosIfsetQstatLpRedDropPkts
88 + description: The total number of low PLP packets RED-dropped at the output on the given interface
89 + unit: "{packet}"
90 # The total number of medium-low PLP packets RED-droppped at the output on the given interface.
59 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.35
60 - name: jnxCosIfsetQstatMLpRedDropPkts
91 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.35
92 + name: jnxCosIfsetQstatMLpRedDropPkts
93 + description: The total number of medium-low PLP packets RED-dropped at the output on the given interface
94 + unit: "{packet}"
95 # The total number of medium-high PLP packets RED-droppped at the output on the given interface.
62 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.37
63 - name: jnxCosIfsetQstatMHpRedDropPkts
96 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.37
97 + name: jnxCosIfsetQstatMHpRedDropPkts
98 + description: The total number of medium-high PLP packets RED-dropped at the output on the given interface
99 + unit: "{packet}"
100 # The total number of high PLP packets RED-droppped at the output on the given interface.
65 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.39
66 - name: jnxCosIfsetQstatHpRedDropPkts
101 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.39
102 + name: jnxCosIfsetQstatHpRedDropPkts
103 + description: The total number of high PLP packets RED-dropped at the output on the given interface
104 + unit: "{packet}"
105 # The total number of low PLP TCP bytes RED-dropped at the output queue on the given interface.
68 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.41
69 - name: jnxCosIfsetQstatLpRedDropBytes
106 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.41
107 + name: jnxCosIfsetQstatLpRedDropBytes
108 + description: The total number of low PLP TCP bytes RED-dropped at the output queue on the given interface
109 + unit: "By"
110 # The total number of medium-low PLP TCP bytes RED-dropped at the output queue on the given interface.
71 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.43
72 - name: jnxCosIfsetQstatMLpRedDropBytes
111 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.43
112 + name: jnxCosIfsetQstatMLpRedDropBytes
113 + description: The total number of medium-low PLP TCP bytes RED-dropped at the output queue on the given interface
114 + unit: "By"
115 # The total number of medium-high PLP TCP bytes RED-dropped at the output queue on the given interface.
74 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.45
75 - name: jnxCosIfsetQstatMHpRedDropBytes
116 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.45
117 + name: jnxCosIfsetQstatMHpRedDropBytes
118 + description: The total number of medium-high PLP TCP bytes RED-dropped at the output queue on the given interface
119 + unit: "By"
120 # The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface.
77 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.47
78 - name: jnxCosIfsetQstatHpRedDropBytes
121 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.47
122 + name: jnxCosIfsetQstatHpRedDropBytes
123 + description: The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
124 + unit: "By"
125 # The total number of rate-limit dropped packets at the output on the given interface.
80 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.49
81 - name: jnxCosIfsetQstatRateLimitDropPkts
126 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.49
127 + name: jnxCosIfsetQstatRateLimitDropPkts
128 + description: The total number of rate-limit dropped packets at the output on the given interface
129 + unit: "{packet}"
130 # The total number of rate-limit dropped bytes at the output on the given interface.
83 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.51
84 - name: jnxCosIfsetQstatRateLimitDropBytes
131 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.51
132 + name: jnxCosIfsetQstatRateLimitDropBytes
133 + description: The total number of rate-limit dropped bytes at the output on the given interface
134 + unit: "By"
135 metric_tags:
86 - - symbol:
87 - OID: 1.3.6.1.4.1.2636.3.15.9.1.2
88 - name: jnxCosIfsetDescr
89 - table: jnxCosIfTable
90 - tag: interface
91 - index_transform:
92 - - start: 0
93 - end: 0
94 - - symbol:
95 - OID: 1.3.6.1.4.1.2636.3.15.10.1.2
96 - name: jnxCosIfsetQstatQueueNr
97 - tag: queue_number
136 + - symbol:
137 + OID: 1.3.6.1.4.1.2636.3.15.9.1.2
138 + name: jnxCosIfsetDescr
139 + table: jnxCosIfTable
140 + tag: interface
141 + index_transform:
142 + - start: 0
143 + end: 0
144 + - symbol:
145 + OID: 1.3.6.1.4.1.2636.3.15.10.1.2
146 + name: jnxCosIfsetQstatQueueNr
147 + tag: queue_number
148 - MIB: JUNIPER-COS-MIB
149 table:
150 OID: 1.3.6.1.4.1.2636.3.15.10
@@ -102,90 +152,140 @@ metrics:
152 metric_type: gauge
153 symbols:
154 # The rate (expressed in packets per second) at which packets were queued at the output queue.
105 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.4
106 - name: jnxCosIfsetQstatQedPktRate
155 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.4
156 + name: jnxCosIfsetQstatQedPktRate
157 + description: The rate at which packets were queued at the output queue
158 + unit: "1.s"
159 # The rate (expressed in bytes per second) at which bytes were queued at the output queue.
108 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.6
109 - name: jnxCosIfsetQstatQedByteRate
160 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.6
161 + name: jnxCosIfsetQstatQedByteRate
162 + description: The rate at which bytes were queued at the output queue
163 + unit: "By/s"
164 # The output queue's packet transmit rate, expressed in packets per second.
111 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.8
112 - name: jnxCosIfsetQstatTxedPktRate
165 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.8
166 + name: jnxCosIfsetQstatTxedPktRate
167 + description: The output queue's packet transmit rate
168 + unit: "1.s"
169 # The queue's current transmit rate in bytes per second.
114 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.10
115 - name: jnxCosIfsetQstatTxedByteRate
170 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.10
171 + name: jnxCosIfsetQstatTxedByteRate
172 + description: The queue's current transmit rate in bytes per second
173 + unit: "By/s"
174 # The tail drop packet rate (expressed in packets per second) for the queue.
117 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.12
118 - name: jnxCosIfsetQstatTailDropPktRate
175 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.12
176 + name: jnxCosIfsetQstatTailDropPktRate
177 + description: The tail drop packet rate for the queue
178 + unit: "1.s"
179 # The most recent estimate of per-second RED-dropped packets at the output queue on the given interface
120 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.14
121 - name: jnxCosIfsetQstatTotalRedDropPktRate
180 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.14
181 + name: jnxCosIfsetQstatTotalRedDropPktRate
182 + description: The most recent estimate of per-second RED-dropped packets at the output queue on the given interface
183 + unit: "1.s"
184 # The rate (expressed in packets per second) at which low PLP non TCP packets were RED-dropped.
123 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.16
124 - name: jnxCosIfsetQstatLpNonTcpRDropPktRate
185 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.16
186 + name: jnxCosIfsetQstatLpNonTcpRDropPktRate
187 + description: The rate at which low PLP non TCP packets were RED-dropped
188 + unit: "1.s"
189 # The rate (expressed in packets per second) at which low PLP TCP packets were RED-dropped at the output on the given interface.
126 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.18
127 - name: jnxCosIfsetQstatLpTcpRedDropPktRate
190 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.18
191 + name: jnxCosIfsetQstatLpTcpRedDropPktRate
192 + description: The rate at which low PLP TCP packets were RED-dropped at the output on the given interface
193 + unit: "1.s"
194 # The rate (expressed in packets per second) at which high PLP non TCP packets were RED-dropped at the output on the given interface.
129 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.20
130 - name: jnxCosIfsetQstatHpNonTcpRDropPktRate
195 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.20
196 + name: jnxCosIfsetQstatHpNonTcpRDropPktRate
197 + description: The rate at which high PLP non TCP packets were RED-dropped at the output on the given interface
198 + unit: "1.s"
199 # The rate (expressed in packets per second) at which high PLP TCP packets were RED-dropped at the output.
132 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.22
133 - name: jnxCosIfsetQstatHpTcpRedDropPktRate
200 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.22
201 + name: jnxCosIfsetQstatHpTcpRedDropPktRate
202 + description: The rate at which high PLP TCP packets were RED-dropped at the output
203 + unit: "1.s"
204 # The rate (expressed in bytes per second) at which bytes were RED-dropped at the output on the given interface.
135 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.24
136 - name: jnxCosIfsetQstatTotalRedDropByteRate
205 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.24
206 + name: jnxCosIfsetQstatTotalRedDropByteRate
207 + description: The rate at which bytes were RED-dropped at the output on the given interface
208 + unit: "By/s"
209 # The rate (expressed in bytes per second) at which low PLP non TCP bytes were RED-dropped at the output on the given interface.
138 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.26
139 - name: jnxCosIfsetQstatLpNonTcpRDropByteRate
210 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.26
211 + name: jnxCosIfsetQstatLpNonTcpRDropByteRate
212 + description: The rate at which low PLP non TCP bytes were RED-dropped at the output on the given interface
213 + unit: "By/s"
214 # The rate (expressed in bytes per second) at which low PLP TCP bytes were RED-dropped at the output on the given interface.
141 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.28
142 - name: jnxCosIfsetQstatLpTcpRedDropByteRate
215 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.28
216 + name: jnxCosIfsetQstatLpTcpRedDropByteRate
217 + description: The rate at which low PLP TCP bytes were RED-dropped at the output on the given interface
218 + unit: "By/s"
219 # The rate (expressed in bytes per second) at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface.
144 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.30
145 - name: jnxCosIfsetQstatHpNonTcpRDropByteRate
220 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.30
221 + name: jnxCosIfsetQstatHpNonTcpRDropByteRate
222 + description: The rate at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface
223 + unit: "By/s"
224 # The rate (expressed in bytes per second) at which high PLP TCP bytes were RED-dropped at the output on the given interface.
147 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.32
148 - name: jnxCosIfsetQstatHpTcpRedDropByteRate
225 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.32
226 + name: jnxCosIfsetQstatHpTcpRedDropByteRate
227 + description: The rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
228 + unit: "By/s"
229 # The rate (expressed in packets per second) at which low PLP packets were RED-dropped at the output.
150 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.34
151 - name: jnxCosIfsetQstatLpRedDropPktRate
230 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.34
231 + name: jnxCosIfsetQstatLpRedDropPktRate
232 + description: The rate at which low PLP packets were RED-dropped at the output
233 + unit: "1.s"
234 # The rate (expressed in packets per second) at which medium-low PLP packets were RED-dropped at the output.
153 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.36
154 - name: jnxCosIfsetQstatMLpRedDropPktRate
235 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.36
236 + name: jnxCosIfsetQstatMLpRedDropPktRate
237 + description: The rate at which medium-low PLP packets were RED-dropped at the output
238 + unit: "1.s"
239 # The rate (expressed in packets per second) at which medium-high PLP packets were RED-dropped at the output
156 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.38
157 - name: jnxCosIfsetQstatMHpRedDropPktRate
240 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.38
241 + name: jnxCosIfsetQstatMHpRedDropPktRate
242 + description: The rate at which medium-high PLP packets were RED-dropped at the output
243 + unit: "1.s"
244 # The rate (expressed in packets per second) at which high PLP packets were RED-dropped at the output.
159 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.40
160 - name: jnxCosIfsetQstatHpRedDropPktRate
245 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.40
246 + name: jnxCosIfsetQstatHpRedDropPktRate
247 + description: The rate at which high PLP packets were RED-dropped at the output
248 + unit: "1.s"
249 # The rate (expressed in bytes per second) at which low PLP TCP bytes were RED-dropped at the output on the given interface.
162 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.42
163 - name: jnxCosIfsetQstatLpRedDropByteRate
250 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.42
251 + name: jnxCosIfsetQstatLpRedDropByteRate
252 + description: The rate at which low PLP TCP bytes were RED-dropped at the output on the given interface
253 + unit: "By/s"
254 # The rate (expressed in bytes per second) at which medium-low PLP TCP bytes were RED-dropped at the output on the given interface.
165 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.44
166 - name: jnxCosIfsetQstatMLpRedDropByteRate
255 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.44
256 + name: jnxCosIfsetQstatMLpRedDropByteRate
257 + description: The rate at which medium-low PLP TCP bytes were RED-dropped at the output on the given interface
258 + unit: "By/s"
259 # The rate (expressed in bytes per second) at which medium-high PLP TCP bytes were RED-dropped at the output on the given interface.
168 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.46
169 - name: jnxCosIfsetQstatMHpRedDropByteRate
260 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.46
261 + name: jnxCosIfsetQstatMHpRedDropByteRate
262 + description: The rate at which medium-high PLP TCP bytes were RED-dropped at the output on the given interface
263 + unit: "By/s"
264 # The rate (expressed in bytes per second) at which high PLP TCP bytes were RED-dropped at the output on the given interface.
171 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.48
172 - name: jnxCosIfsetQstatHpRedDropByteRate
265 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.48
266 + name: jnxCosIfsetQstatHpRedDropByteRate
267 + description: The rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
268 + unit: "By/s"
269 # The rate (expressed in bytes per second) at which packets are rate-limit dropped at the output on the given interface.
174 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.50
175 - name: jnxCosIfsetQstatRateLimitDropPktRate
270 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.50
271 + name: jnxCosIfsetQstatRateLimitDropPktRate
272 + description: The rate at which packets are rate-limit dropped at the output on the given interface
273 + unit: "1.s"
274 # The rate (expressed in bytes per second) at which bytes are rate-limit dropped at the output on the given interface.
177 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.52
178 - name: jnxCosIfsetQstatRateLimitDropByteRate
275 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.52
276 + name: jnxCosIfsetQstatRateLimitDropByteRate
277 + description: The rate at which bytes are rate-limit dropped at the output on the given interface
278 + unit: "By/s"
279 metric_tags:
180 - - symbol:
181 - OID: 1.3.6.1.4.1.2636.3.15.9.1.2
182 - name: jnxCosIfsetDescr
183 - table: jnxCosIfTable
184 - tag: interface
185 - index_transform:
186 - - start: 0
187 - end: 0
188 - - symbol:
189 - OID: 1.3.6.1.4.1.2636.3.15.10.1.2
190 - name: jnxCosIfsetQstatQueueNr
191 - tag: queue_number
280 + - symbol:
281 + OID: 1.3.6.1.4.1.2636.3.15.9.1.2
282 + name: jnxCosIfsetDescr
283 + table: jnxCosIfTable
284 + tag: interface
285 + index_transform:
286 + - start: 0
287 + end: 0
288 + - symbol:
289 + OID: 1.3.6.1.4.1.2636.3.15.10.1.2
290 + name: jnxCosIfsetQstatQueueNr
291 + tag: queue_number
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-dcu.yaml
+24 -20
@@ -8,25 +8,29 @@ metrics:
8 metric_type: monotonic_count
9 symbols:
10 # The number of packets received on this interface, belonging to this address family that match this Destination Class.
11 - - OID: 1.3.6.1.4.1.2636.3.6.2.1.4
12 - name: jnxDcuStatsPackets
11 + - OID: 1.3.6.1.4.1.2636.3.6.2.1.4
12 + name: jnxDcuStatsPackets
13 + description: The number of packets received on this interface, belonging to this address family that match this Destination Class.
14 + unit: "{packet}"
15 # The number of bytes received on this interface, belonging to this address family that match this Destination Class.
14 - - OID: 1.3.6.1.4.1.2636.3.6.2.1.5
15 - name: jnxDcuStatsBytes
16 + - OID: 1.3.6.1.4.1.2636.3.6.2.1.5
17 + name: jnxDcuStatsBytes
18 + description: The number of bytes received on this interface, belonging to this address family that match this Destination Class.
19 + unit: "By"
20 metric_tags:
17 - - symbol:
18 - OID: 1.3.6.1.2.1.31.1.1.1.1
19 - name: ifName
20 - table: ifXTable
21 - tag: interface
22 - index_transform:
23 - - start: 0
24 - end: 0
25 - - symbol:
26 - OID: 1.3.6.1.4.1.2636.3.6.2.1.2
27 - name: jnxDcuStatsAddrFamily
28 - tag: address_family
29 - - symbol:
30 - OID: 1.3.6.1.4.1.2636.3.6.2.1.3
31 - name: jnxDcuStatsClassName
32 - tag: destination_class_name
21 + - symbol:
22 + OID: 1.3.6.1.2.1.31.1.1.1.1
23 + name: ifName
24 + table: ifXTable
25 + tag: interface
26 + index_transform:
27 + - start: 0
28 + end: 0
29 + - symbol:
30 + OID: 1.3.6.1.4.1.2636.3.6.2.1.2
31 + name: jnxDcuStatsAddrFamily
32 + tag: address_family
33 + - symbol:
34 + OID: 1.3.6.1.4.1.2636.3.6.2.1.3
35 + name: jnxDcuStatsClassName
36 + tag: destination_class_name
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-firewall.yaml
+20 -16
@@ -7,20 +7,24 @@ metrics:
7 name: jnxFirewallCounterTable
8 metric_type: monotonic_count
9 symbols:
10 - - OID: 1.3.6.1.4.1.2636.3.5.2.1.4
11 - name: jnxFWCounterPacketCount
12 - - OID: 1.3.6.1.4.1.2636.3.5.2.1.5
13 - name: jnxFWCounterByteCount
10 + - OID: 1.3.6.1.4.1.2636.3.5.2.1.4
11 + name: jnxFWCounterPacketCount
12 + description: The number of packets being counted pertaining to the specified counter or policer.
13 + unit: "{packet}"
14 + - OID: 1.3.6.1.4.1.2636.3.5.2.1.5
15 + name: jnxFWCounterByteCount
16 + description: The number of bytes being counted pertaining to the specified counter. For policers, this field is always zero because policers do not count number of bytes.
17 + unit: "By"
18 metric_tags:
15 - - symbol:
16 - OID: 1.3.6.1.4.1.2636.3.5.2.1.1
17 - name: jnxFWCounterFilterName
18 - tag: firewall_filter_name
19 - - symbol:
20 - OID: 1.3.6.1.4.1.2636.3.5.2.1.2
21 - name: jnxFWCounterName
22 - tag: counter_name
23 - - symbol:
24 - OID: 1.3.6.1.4.1.2636.3.5.2.1.3
25 - name: jnxFWCounterType
26 - tag: counter_type
19 + - symbol:
20 + OID: 1.3.6.1.4.1.2636.3.5.2.1.1
21 + name: jnxFWCounterFilterName
22 + tag: firewall_filter_name
23 + - symbol:
24 + OID: 1.3.6.1.4.1.2636.3.5.2.1.2
25 + name: jnxFWCounterName
26 + tag: counter_name
27 + - symbol:
28 + OID: 1.3.6.1.4.1.2636.3.5.2.1.3
29 + name: jnxFWCounterType
30 + tag: counter_type
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-scu.yaml
+20 -16
@@ -8,21 +8,25 @@ metrics:
8 metric_type: monotonic_count
9 symbols:
10 # The number of packets sent out of jnxScuStatsDstIfIndex that match the source class (jnxScuStatsClassName) and match the address type (jnxScuStatsAddrFamily) defined for this table entry.
11 - - OID: 1.3.6.1.4.1.2636.3.16.1.1.1.4
12 - name: jnxScuStatsPackets
11 + - OID: 1.3.6.1.4.1.2636.3.16.1.1.1.4
12 + name: jnxScuStatsPackets
13 + description: Number of packets sent out of destination interface that match the source class and address type
14 + unit: "{packet}"
15 # The number of bytes sent out of jnxScuStatsDstIfIndex that match the source class (jnxScuStatsClassName) and match the address type (jnxScuStatsAddrFamily) defined for this table entry.
14 - - OID: 1.3.6.1.4.1.2636.3.16.1.1.1.5
15 - name: jnxScuStatsBytes
16 + - OID: 1.3.6.1.4.1.2636.3.16.1.1.1.5
17 + name: jnxScuStatsBytes
18 + description: Number of bytes sent out of destination interface that match the source class and address type
19 + unit: "By"
20 metric_tags:
17 - - symbol:
18 - OID: 1.3.6.1.2.1.31.1.1.1.1
19 - name: ifName
20 - table: ifXTable
21 - tag: interface
22 - index_transform:
23 - - start: 0
24 - end: 0
25 - - symbol:
26 - OID: 1.3.6.1.4.1.2636.3.16.1.1.1.2
27 - name: jnxScuStatsAddrFamily
28 - tag: address_family
21 + - symbol:
22 + OID: 1.3.6.1.2.1.31.1.1.1.1
23 + name: ifName
24 + table: ifXTable
25 + tag: interface
26 + index_transform:
27 + - start: 0
28 + end: 0
29 + - symbol:
30 + OID: 1.3.6.1.4.1.2636.3.16.1.1.1.2
31 + name: jnxScuStatsAddrFamily
32 + tag: address_family
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-userfirewall.yaml
+16 -13
@@ -1,4 +1,3 @@
1 -
1 metrics:
2 - MIB: JUNIPER-USERFIREWALL-MIB
3 table:
@@ -7,17 +6,21 @@ metrics:
6 metric_type: monotonic_count
7 symbols:
8 # Total LDAP query number.
10 - - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.3
11 - name: jnxUserFwLDAPTotalQuery
9 + - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.3
10 + name: jnxUserFwLDAPTotalQuery
11 + description: Total LDAP query number
12 + unit: "{request}"
13 # LDAP failed query number.
13 - - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.4
14 - name: jnxUserFwLDAPFailedQuery
14 + - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.4
15 + name: jnxUserFwLDAPFailedQuery
16 + description: LDAP failed query number
17 + unit: "{request}"
18 metric_tags:
16 - - symbol:
17 - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.1
18 - name: jnxUserFwLDAPDomain
19 - tag: ldap_domain_name
20 - - symbol:
21 - OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.2
22 - name: jnxUserFwLDAPHost
23 - tag: ldap_host
19 + - symbol:
20 + OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.1
21 + name: jnxUserFwLDAPDomain
22 + tag: ldap_domain_name
23 + - symbol:
24 + OID: 1.3.6.1.4.1.2636.3.89.1.1.3.1.2
25 + name: jnxUserFwLDAPHost
26 + tag: ldap_host
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-virtualchassis.yaml
+64 -36
@@ -10,40 +10,60 @@ metrics:
10 metric_type: monotonic_count
11 symbols:
12 # Indicates the total number of packets received on the virtual-chassis port.
13 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.5
14 - name: jnxVirtualChassisPortInPkts
13 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.5
14 + name: jnxVirtualChassisPortInPkts
15 + description: Total number of packets received on the virtual-chassis port
16 + unit: "{packet}"
17 # Indicates the total number of packets sent from the virtual-chassis port.
16 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.6
17 - name: jnxVirtualChassisPortOutPkts
18 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.6
19 + name: jnxVirtualChassisPortOutPkts
20 + description: Total number of packets sent from the virtual-chassis port
21 + unit: "{packet}"
22 # Indicates the total number of octets received on the virtual-chassis port.
19 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.7
20 - name: jnxVirtualChassisPortInOctets
23 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.7
24 + name: jnxVirtualChassisPortInOctets
25 + description: Total number of octets received on the virtual-chassis port
26 + unit: "By"
27 # Indicates the total number of octets sent on the virtual-chassis port.
22 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.8
23 - name: jnxVirtualChassisPortOutOctets
28 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.8
29 + name: jnxVirtualChassisPortOutOctets
30 + description: Total number of octets sent on the virtual-chassis port
31 + unit: "By"
32 # Indicates the total number of multicast packets received on the virtual-chassis port.
25 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.9
26 - name: jnxVirtualChassisPortInMcasts
33 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.9
34 + name: jnxVirtualChassisPortInMcasts
35 + description: Total number of multicast packets received on the virtual-chassis port
36 + unit: "{packet}"
37 # Indicates the total number of multicast packets sent from the virtual-chassis port.
28 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.10
29 - name: jnxVirtualChassisPortOutMcasts
38 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.10
39 + name: jnxVirtualChassisPortOutMcasts
40 + description: Total number of multicast packets sent from the virtual-chassis port
41 + unit: "{packet}"
42 # Indicates the total number of Carrier errors on the virtual-chassis port.
31 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.15
32 - name: jnxVirtualChassisPortCarrierTrans
43 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.15
44 + name: jnxVirtualChassisPortCarrierTrans
45 + description: Total number of Carrier errors on the virtual-chassis port
46 + unit: "{error}"
47 # Indicates the total number of Input CRC Alignment errors on the virtual-chassis port.
34 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.16
35 - name: jnxVirtualChassisPortInCRCAlignErrors
48 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.16
49 + name: jnxVirtualChassisPortInCRCAlignErrors
50 + description: Total number of Input CRC Alignment errors on the virtual-chassis port
51 + unit: "{error}"
52 # Indicates the total number of Undersize Packets on the virtual-chassis port.
37 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.17
38 - name: jnxVirtualChassisPortUndersizePkts
53 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.17
54 + name: jnxVirtualChassisPortUndersizePkts
55 + description: Total number of Undersize Packets on the virtual-chassis port
56 + unit: "{packet}"
57 # Indicates the total number of Collisions on the virtual-chassis port.
40 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.18
41 - name: jnxVirtualChassisPortCollisions
58 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.18
59 + name: jnxVirtualChassisPortCollisions
60 + description: Total number of Collisions on the virtual-chassis port
61 + unit: "{collision}"
62 metric_tags:
43 - - symbol:
44 - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.2
45 - name: jnxVirtualChassisPortName
46 - tag: port_name
63 + - symbol:
64 + OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.2
65 + name: jnxVirtualChassisPortName
66 + tag: port_name
67
68 # These metrics will be sent as rates only (default for counter64 metrics):
69 - MIB: JUNIPER-VIRTUALCHASSIS-MIB
@@ -53,19 +73,27 @@ metrics:
73 metric_type: gauge
74 symbols:
75 # Indicates the total number of packets received per second on the virtual-chassis port.
56 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.11
57 - name: jnxVirtualChassisPortInPkts1secRate
76 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.11
77 + name: jnxVirtualChassisPortInPkts1secRate
78 + description: Total number of packets received per second on the virtual-chassis port
79 + unit: "{packet}/s"
80 # Indicates the total number of packets sent per second from the virtual-chassis port.
59 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.12
60 - name: jnxVirtualChassisPortOutPkts1secRate
81 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.12
82 + name: jnxVirtualChassisPortOutPkts1secRate
83 + description: Total number of packets sent per second from the virtual-chassis port
84 + unit: "{packet}/s"
85 # Indicates the total number of octets received per second on the virtual-chassis port.
62 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.13
63 - name: jnxVirtualChassisPortInOctets1secRate
86 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.13
87 + name: jnxVirtualChassisPortInOctets1secRate
88 + description: Total number of octets received per second on the virtual-chassis port
89 + unit: "By/s"
90 # Indicates the total number of octets sent per second on the virtual-chassis port.
65 - - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.14
66 - name: jnxVirtualChassisPortOutOctets1secRate
91 + - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.14
92 + name: jnxVirtualChassisPortOutOctets1secRate
93 + description: Total number of octets sent per second on the virtual-chassis port
94 + unit: "By/s"
95 metric_tags:
68 - - symbol:
69 - OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.2
70 - name: jnxVirtualChassisPortName
71 - tag: port_name
96 + - symbol:
97 + OID: 1.3.6.1.4.1.2636.3.40.1.4.1.2.1.2
98 + name: jnxVirtualChassisPortName
99 + tag: port_name
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_palo-alto.yaml
+1 -1
@@ -5,4 +5,4 @@ metadata:
5 device:
6 fields:
7 vendor:
8 - value: "paloaltonetworks"
\ No newline at end of file
8 + value: "paloaltonetworks"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/a10-thunder.yaml
+116
@@ -8,156 +8,230 @@ metrics:
8 symbol:
9 name: memory.total
10 OID: 1.3.6.1.4.1.22610.2.4.1.2.1.0
11 + description: The total memory(KB)
12 + unit: "kBy"
13 - MIB: A10-AX-MIB
14 symbol:
15 name: memory.used
16 OID: 1.3.6.1.4.1.22610.2.4.1.2.2.0
17 + description: The usage memory(KB)
18 + unit: "kBy"
19 - MIB: A10-AX-MIB
20 symbol:
21 name: cpu.usage
22 OID: 1.3.6.1.4.1.22610.2.4.1.3.3.0
23 + description: The average CPU usage in last 5 seconds
24 + unit: "%"
25 - MIB: A10-AX-MIB
26 symbol:
27 name: axSysDiskTotalSpace
28 OID: 1.3.6.1.4.1.22610.2.4.1.4.1.0
29 + description: The total space of the disk in MB
30 + unit: "MBy"
31 - MIB: A10-AX-MIB
32 symbol:
33 name: axSysDiskFreeSpace
34 OID: 1.3.6.1.4.1.22610.2.4.1.4.2.0
35 + description: The free space of the disk in MB
36 + unit: "MBy"
37 - MIB: A10-AX-MIB
38 symbol:
39 name: axSysHwPhySystemTemp
40 OID: 1.3.6.1.4.1.22610.2.4.1.5.1.0
41 + description: The physical system temperature in Celsius
42 + unit: "Cel"
43 - MIB: A10-AX-MIB
44 symbol:
45 name: axPowerSupplyVoltageTotal
46 OID: 1.3.6.1.4.1.22610.2.4.1.5.10.0
47 + description: TBD
48 + unit: "TBD"
49 - MIB: A10-AX-MIB
50 symbol:
51 name: axAppGlobalTotalCurrentConnections
52 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.1.0
53 + description: Total current connections
54 + unit: "{connection}"
55 - MIB: A10-AX-MIB
56 symbol:
57 name: axAppGlobalTotalNewConnections
58 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.2.0
59 metric_type: monotonic_count
60 + description: Total new connections
61 + unit: "{connection}"
62 - MIB: A10-AX-MIB
63 symbol:
64 name: axAppGlobalTotalNewL4Connections
65 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.3.0
66 metric_type: monotonic_count
67 + description: Total new L4 connections
68 + unit: "{connection}"
69 - MIB: A10-AX-MIB
70 symbol:
71 name: axAppGlobalTotalNewL7Connections
72 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.4.0
73 metric_type: monotonic_count
74 + description: Total new L7 connections
75 + unit: "{connection}"
76 - MIB: A10-AX-MIB
77 symbol:
78 name: axAppGlobalTotalNewIPNatConnections
79 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.5.0
80 metric_type: monotonic_count
81 + description: Total new IP-NAT connections
82 + unit: "{connection}"
83 - MIB: A10-AX-MIB
84 symbol:
85 name: axAppGlobalTotalSSLConnections
86 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.6.0
87 metric_type: monotonic_count
88 + description: Total new SSL connections
89 + unit: "{connection}"
90 - MIB: A10-AX-MIB
91 symbol:
92 name: axAppGlobalTotalL7Requests
93 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.7.0
94 metric_type: monotonic_count
95 + description: Total L7 requests
96 + unit: "{request}"
97 - MIB: A10-AX-MIB
98 symbol:
99 name: axGlobalAppPacketDrop
100 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.8.0
101 + description: Total number of buffer drops in the last 10 seconds
102 + unit: "{packet}"
103 - MIB: A10-AX-MIB
104 symbol:
105 name: axGlobalTotalAppPacketDrop
106 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.9.0
107 + description: Total number of accumulative buffer drops
108 + unit: "{packet}"
109 - MIB: A10-AX-MIB
110 symbol:
111 name: axGlobalTotalL4Session
112 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.10.0
113 + description: Total number of L4 sessions
114 + unit: "{session}"
115 - MIB: A10-AX-MIB
116 symbol:
117 name: axGlobalTotalThroughput
118 OID: 1.3.6.1.4.1.22610.2.4.3.1.2.13.0
119 + description: TBD
120 + unit: "TBD"
121 - MIB: A10-AX-MIB
122 symbol:
123 name: axAppGlobalBufferConfigLimit
124 OID: 1.3.6.1.4.1.22610.2.4.3.1.3.1.0
125 + description: Application buffer configured limit
126 + unit: "1"
127 - MIB: A10-AX-MIB
128 symbol:
129 name: axAppGlobalBufferCurrentUsage
130 OID: 1.3.6.1.4.1.22610.2.4.3.1.3.2.0
131 + description: Application buffer current usage
132 + unit: "1"
133 - MIB: A10-AX-MIB
134 symbol:
135 name: axConnReuseStatTotalOpenPersist
136 OID: 1.3.6.1.4.1.22610.2.4.3.5.1.0
137 + description: The total count of open persistent connection-reuse sessions
138 + unit: "{session}"
139 - MIB: A10-AX-MIB
140 symbol:
141 name: axConnReuseStatTotalActivePersist
142 OID: 1.3.6.1.4.1.22610.2.4.3.5.2.0
143 + description: The total count of active persistent connection-reuse sessions
144 + unit: "{session}"
145 - MIB: A10-AX-MIB
146 symbol:
147 name: axConnReuseStatTotalEstablished
148 OID: 1.3.6.1.4.1.22610.2.4.3.5.3.0
149 + description: The total count of established connection-reuse sessions
150 + unit: "{session}"
151 - MIB: A10-AX-MIB
152 symbol:
153 name: axConnReuseStatTotalTerminated
154 OID: 1.3.6.1.4.1.22610.2.4.3.5.4.0
155 + description: The total count of terminated connection-reuse sessions
156 + unit: "{session}"
157 - MIB: A10-AX-MIB
158 symbol:
159 name: axSessionGlobalStatTCPEstablished
160 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.1.0
161 + description: The count of TCP established
162 + unit: "{connection}"
163 - MIB: A10-AX-MIB
164 symbol:
165 name: axSessionGlobalStatTCPHalfOpen
166 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.2.0
167 + description: The count of TCP half open
168 + unit: "{connection}"
169 - MIB: A10-AX-MIB
170 symbol:
171 name: axSessionGlobalStatUDP
172 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.3.0
173 + description: The count of UDP connections
174 + unit: "{connection}"
175 - MIB: A10-AX-MIB
176 symbol:
177 name: axSessionGlobalStatNonTcpUdpIPSession
178 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.4.0
179 + description: The count of non TCP/UDP IP sessions
180 + unit: "{session}"
181 - MIB: A10-AX-MIB
182 symbol:
183 name: axSessionGlobalStatOther
184 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.5.0
185 + description: The count of others
186 + unit: "{session}"
187 - MIB: A10-AX-MIB
188 symbol:
189 name: axSessionGlobalStatReverseNATTCP
190 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.6.0
191 + description: The count of reverse NAT TCP
192 + unit: "{connection}"
193 - MIB: A10-AX-MIB
194 symbol:
195 name: axSessionGlobalStatReverseNATUDP
196 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.7.0
197 + description: The count of reverse NAT UDP
198 + unit: "{connection}"
199 - MIB: A10-AX-MIB
200 symbol:
201 name: axSessionGlobalStatFreeCurrentConns
202 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.9.0
203 + description: The count of free current connections
204 + unit: "{connection}"
205 - MIB: A10-AX-MIB
206 symbol:
207 name: axSessionGlobalStatConnCount
208 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.10.0
209 + description: The count of current connections
210 + unit: "{connection}"
211 - MIB: A10-AX-MIB
212 symbol:
213 name: axSessionGlobalStatConnFree
214 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.11.0
215 + description: The count of freed connections
216 + unit: "{connection}"
217 - MIB: A10-AX-MIB
218 symbol:
219 name: axSessionGlobalStatTCPSynHalfOpen
220 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.12.0
221 + description: The count of TCP SYN half open
222 + unit: "{connection}"
223 - MIB: A10-AX-MIB
224 symbol:
225 name: axSessionGlobalStatConnSMPAllocated
226 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.13.0
227 + description: The count of allocated SMP connections
228 + unit: "{connection}"
229 - MIB: A10-AX-MIB
230 symbol:
231 name: axSessionGlobalStatConnSMPFree
232 OID: 1.3.6.1.4.1.22610.2.4.3.19.1.14.0
233 + description: The count of free SMP connections
234 + unit: "{connection}"
235 - MIB: A10-AX-MIB
236 table:
237 name: axSysFanStatusTable
@@ -165,6 +239,8 @@ metrics:
239 symbols:
240 - name: axFanSpeed
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 metric_tags:
245 - symbol:
246 name: axFanName
@@ -189,6 +265,8 @@ metrics:
265 symbols:
266 - name: axPowerSupplyVoltage
267 constant_value_one: true
268 + description: TBD
269 + unit: "TBD"
270 metric_tags:
271 - symbol:
272 name: axPowerSupplyVoltageDescription
@@ -209,6 +287,8 @@ metrics:
287 symbols:
288 - name: axSysPowerSupplyStatus
289 constant_value_one: true
290 + description: TBD
291 + unit: "TBD"
292 metric_tags:
293 - symbol:
294 name: axPowerSupplyName
@@ -230,8 +310,12 @@ metrics:
310 symbols:
311 - name: axAppGlobalAllowedCurrentValue
312 OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1.1.3
313 + description: The current value for the allowed system resource
314 + unit: "{resource}"
315 - name: axAppGlobalAllowedMaxValue
316 OID: 1.3.6.1.4.1.22610.2.4.3.1.1.1.1.6
317 + description: The maximum value for the allowed system resource
318 + unit: "{resource}"
319 metric_tags:
320 - symbol:
321 name: axAppGlobalSystemResourceName
@@ -244,6 +328,8 @@ metrics:
328 symbols:
329 - name: axServer
330 constant_value_one: true
331 + description: TBD
332 + unit: "TBD"
333 metric_tags:
334 - symbol:
335 name: axServerName
@@ -271,9 +357,13 @@ metrics:
357 symbols:
358 - name: axServerStatServerCurConns
359 OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.8
360 + description: The current connections from server side
361 + unit: "{connection}"
362 - name: axServerStatServerTotalCurrL7Reqs
363 OID: 1.3.6.1.4.1.22610.2.4.3.2.2.2.1.12
364 metric_type: monotonic_count
365 + description: The number of current L7 requests if applicable
366 + unit: "{request}"
367 metric_tags:
368 - symbol:
369 name: axServerStatName
@@ -294,6 +384,8 @@ metrics:
384 symbols:
385 - name: axServiceGroup
386 constant_value_one: true
387 + description: TBD
388 + unit: "TBD"
389 metric_tags:
390 - symbol:
391 name: axServiceGroupName
@@ -337,6 +429,8 @@ metrics:
429 symbols:
430 - name: axVirtualServer
431 constant_value_one: true
432 + description: TBD
433 + unit: "TBD"
434 metric_tags:
435 - symbol:
436 name: axVirtualServerName
@@ -371,31 +465,51 @@ metrics:
465 - name: axVirtualServerStatPktsIn
466 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.3
467 metric_type: monotonic_count
468 + description: The number of packets received from client to server
469 + unit: "{packet}"
470 - name: axVirtualServerStatBytesIn
471 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.4
472 metric_type: monotonic_count
473 + description: The number of bytes received from client to server
474 + unit: "By"
475 - name: axVirtualServerStatPktsOut
476 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.5
477 metric_type: monotonic_count
478 + description: The number of packets sent from server to client
479 + unit: "{packet}"
480 - name: axVirtualServerStatBytesOut
481 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.6
482 metric_type: monotonic_count
483 + description: The number of bytes sent from server to client
484 + unit: "By"
485 - name: axVirtualServerStatPersistConns
486 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.7
487 + description: The persistent connections from client side
488 + unit: "{connection}"
489 - name: axVirtualServerStatTotConns
490 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.8
491 metric_type: monotonic_count
492 + description: The total connections from client side
493 + unit: "{connection}"
494 - name: axVirtualServerStatCurConns
495 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.9
496 + description: The current connections from client side
497 + unit: "{connection}"
498 - name: axVirtualServerStatTotalL7Reqs
499 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.12
500 metric_type: monotonic_count
501 + description: The total number of L7 requests if applicable
502 + unit: "{request}"
503 - name: axVirtualServerStatTotalCurrL7Reqs
504 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.13
505 metric_type: monotonic_count
506 + description: The number of current L7 requests if applicable
507 + unit: "{request}"
508 - name: axVirtualServerStatTotalSuccL7Reqs
509 OID: 1.3.6.1.4.1.22610.2.4.3.4.2.1.1.14
510 metric_type: monotonic_count
511 + description: The number of successful L7 requests if applicable
512 + unit: "{request}"
513 metric_tags:
514 - symbol:
515 name: axVirtualServerStatAddress
@@ -428,6 +542,8 @@ metrics:
542 symbols:
543 - name: axVirtualServerPortStatCurConns
544 OID: 1.3.6.1.4.1.22610.2.4.3.4.4.1.1.12
545 + description: Current connections from client side
546 + unit: "{connection}"
547 metric_tags:
548 - symbol:
549 name: axVirtualServerPortStatAddress
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ent.yaml
+68 -16
@@ -10,6 +10,8 @@ metrics:
10 symbols:
11 - name: cpu.usage
12 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.11
13 + description: Cpu usage percentage
14 + unit: "%"
15 metric_tags:
16 - symbol:
17 name: alcatel.ent.healthModuleChassisId
@@ -24,6 +26,8 @@ metrics:
26 symbols:
27 - name: memory.usage
28 OID: 1.3.6.1.4.1.6486.801.1.2.1.16.1.1.1.1.1.8
29 + description: Memory usage percentage
30 + unit: "%"
31 metric_tags:
32 - symbol:
33 name: alcatel.ent.healthModuleChassisId
@@ -38,10 +42,12 @@ metrics:
42 symbols:
43 - name: alcatel.ent.chasEntPhysical
44 constant_value_one: true
45 + description: Physical entity constant value one
46 + unit: "{physical_entity}"
47 metric_tags:
42 - - # MIB: ENTITY-MIB
48 + # MIB: ENTITY-MIB
49 # table: entPhysicalTable
44 - symbol:
50 + - symbol:
51 name: alcatel.ent.entPhysicalClass
52 OID: 1.3.6.1.2.1.47.1.1.1.1.5
53 tag: ent_physical_class
@@ -61,24 +67,32 @@ metrics:
67 13: energy_object
68 14: battery
69 15: storage_drive
64 - - # MIB: ENTITY-MIB
70 + description: An indication of the general hardware type of the physical entity
71 + unit: "{physical_entity}"
72 + # MIB: ENTITY-MIB
73 # table: entPhysicalTable
66 - symbol:
74 + - symbol:
75 name: alcatel.ent.entPhysicalName
76 OID: 1.3.6.1.2.1.47.1.1.1.1.7
77 tag: ent_physical_name
70 - - # MIB: ENTITY-MIB
78 + description: The textual name of the physical entity
79 + unit: "{physical_entity}"
80 + # MIB: ENTITY-MIB
81 # table: entPhysicalTable
72 - symbol:
82 + - symbol:
83 name: alcatel.ent.entPhysicalSerialNum
84 OID: 1.3.6.1.2.1.47.1.1.1.1.11
85 tag: ent_physical_serial_num
76 - - # MIB: ENTITY-MIB
86 + description: The vendor-specific serial number string for the physical entity
87 + unit: "{physical_entity}"
88 + # MIB: ENTITY-MIB
89 # table: entPhysicalTable
78 - symbol:
90 + - symbol:
91 name: alcatel.ent.entPhysicalModelName
92 OID: 1.3.6.1.2.1.47.1.1.1.1.13
93 tag: ent_physical_model_name
94 + description: The vendor-specific model name identifier string associated with this physical component
95 + unit: "{physical_entity}"
96 - symbol:
97 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.1
98 name: alcatel.ent.chasEntPhysAdminStatus
@@ -95,6 +109,8 @@ metrics:
109 9: takeover_with_fabrc
110 10: vc_takeover
111 11: reset_vc_all
112 + description: The administrative status of the physical entity
113 + unit: "{physical_entity}"
114 - symbol:
115 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.2
116 name: alcatel.ent.chasEntPhysOperStatus
@@ -110,6 +126,8 @@ metrics:
126 8: master
127 9: idle
128 10: pwrsave
129 + description: The operational status of the physical entity
130 + unit: "{physical_entity}"
131 - symbol:
132 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.6
133 name: alcatel.ent.chasEntPhysLedStatusOk1
@@ -121,6 +139,8 @@ metrics:
139 3: green_blink
140 4: amber_on
141 5: amber_blink
142 + description: Led status ok1 of the physical entity
143 + unit: "{physical_entity}"
144 - symbol:
145 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.7
146 name: alcatel.ent.chasEntPhysLedStatusOk2
@@ -132,6 +152,8 @@ metrics:
152 3: green_blink
153 4: amber_on
154 5: amber_blink
155 + description: Led status ok2 of the physical entity
156 + unit: "{physical_entity}"
157 - symbol:
158 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.8
159 name: alcatel.ent.chasEntPhysLedStatusPrimaryCMM
@@ -143,6 +165,8 @@ metrics:
165 3: green_blink
166 4: amber_on
167 5: amber_blink
168 + description: Led status primary cmm of the physical entity
169 + unit: "{physical_entity}"
170 - symbol:
171 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.9
172 name: alcatel.ent.chasEntPhysLedStatusSecondaryCMM
@@ -154,6 +178,8 @@ metrics:
178 3: green_blink
179 4: amber_on
180 5: amber_blink
181 + description: Led status secondary cmm of the physical entity
182 + unit: "{physical_entity}"
183 - symbol:
184 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.10
185 name: alcatel.ent.chasEntPhysLedStatusTemperature
@@ -165,6 +191,8 @@ metrics:
191 3: green_blink
192 4: amber_on
193 5: amber_blink
194 + description: Led status temperature of the physical entity
195 + unit: "{physical_entity}"
196 - symbol:
197 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.11
198 name: alcatel.ent.chasEntPhysLedStatusFan
@@ -176,6 +204,8 @@ metrics:
204 3: green_blink
205 4: amber_on
206 5: amber_blink
207 + description: Led status fan of the physical entity
208 + unit: "{physical_entity}"
209 - symbol:
210 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.12
211 name: alcatel.ent.chasEntPhysLedStatusBackupPS
@@ -187,6 +217,8 @@ metrics:
217 3: green_blink
218 4: amber_on
219 5: amber_blink
220 + description: Led status backup power supply of the physical entity
221 + unit: "{physical_entity}"
222 - symbol:
223 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.13
224 name: alcatel.ent.chasEntPhysLedStatusInternalPS
@@ -198,6 +230,8 @@ metrics:
230 3: green_blink
231 4: amber_on
232 5: amber_blink
233 + description: Led status internal power supply of the physical entity
234 + unit: "{physical_entity}"
235 - symbol:
236 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.14
237 name: alcatel.ent.chasEntPhysLedStatusControl
@@ -209,6 +243,8 @@ metrics:
243 3: green_blink
244 4: amber_on
245 5: amber_blink
246 + description: Led status control of the physical entity
247 + unit: "{physical_entity}"
248 - symbol:
249 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.15
250 name: alcatel.ent.chasEntPhysLedStatusFabric
@@ -220,6 +256,8 @@ metrics:
256 3: green_blink
257 4: amber_on
258 5: amber_blink
259 + description: Led status fabric of the physical entity
260 + unit: "{physical_entity}"
261 - symbol:
262 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.1.1.16
263 name: alcatel.ent.chasEntPhysLedStatusPS
@@ -231,6 +269,8 @@ metrics:
269 3: green_blink
270 4: amber_on
271 5: amber_blink
272 + description: Led status power supply of the physical entity
273 + unit: "{physical_entity}"
274 - MIB: ALCATEL-ENT1-CHASSIS-MIB
275 table:
276 name: chasEntTemperatureTable
@@ -238,10 +278,12 @@ metrics:
278 symbols:
279 - name: alcatel.ent.chasEntTempCurrent
280 OID: 1.3.6.1.4.1.6486.801.1.1.1.1.1.2.1.1
281 + description: Current temperature of the physical entity
282 + unit: "Cel"
283 metric_tags:
242 - - # MIB: ENTITY-MIB
284 + # MIB: ENTITY-MIB
285 # table: entPhysicalTable
244 - symbol:
286 + - symbol:
287 name: alcatel.ent.entPhysicalClass
288 OID: 1.3.6.1.2.1.47.1.1.1.1.5
289 tag: ent_physical_class
@@ -261,21 +303,21 @@ metrics:
303 13: energy_object
304 14: battery
305 15: storage_drive
264 - - # MIB: ENTITY-MIB
306 + # MIB: ENTITY-MIB
307 # table: entPhysicalTable
266 - symbol:
308 + - symbol:
309 name: alcatel.ent.entPhysicalName
310 OID: 1.3.6.1.2.1.47.1.1.1.1.7
311 tag: ent_physical_name
270 - - # MIB: ENTITY-MIB
312 + # MIB: ENTITY-MIB
313 # table: entPhysicalTable
272 - symbol:
314 + - symbol:
315 name: alcatel.ent.entPhysicalSerialNum
316 OID: 1.3.6.1.2.1.47.1.1.1.1.11
317 tag: ent_physical_serial_num
276 - - # MIB: ENTITY-MIB
318 + # MIB: ENTITY-MIB
319 # table: entPhysicalTable
278 - symbol:
320 + - symbol:
321 name: alcatel.ent.entPhysicalModelName
322 OID: 1.3.6.1.2.1.47.1.1.1.1.13
323 tag: ent_physical_model_name
@@ -289,6 +331,8 @@ metrics:
331 3: under_threshold
332 4: over_first_threshold
333 5: over_danger_threshold
334 + description: Status of the temperature sensor
335 + unit: "{temperature_status}"
336 - MIB: ALCATEL-ENT1-CHASSIS-MIB
337 table:
338 name: alaChasEntPhysFanTable
@@ -296,6 +340,8 @@ metrics:
340 symbols:
341 - name: alcatel.ent.alaChasEntPhysFanSpeed
342 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.4
343 + description: Fan speed in revolutions per minute
344 + unit: "1.min"
345 metric_tags:
346 - symbol:
347 OID: 1.3.6.1.4.1.6486.801.1.1.1.3.1.1.11.1.2
@@ -305,6 +351,8 @@ metrics:
351 0: no_status
352 1: not_running
353 2: running
354 + description: Operational status of the fan
355 + unit: "{fan_status}"
356 - MIB: ALCATEL-ENT1-CHASSIS-MIB
357 table:
358 name: alaChasBpsPowerSupplyTable
@@ -312,6 +360,8 @@ metrics:
360 symbols:
361 - name: alcatel.ent.alaChasBpsPowerSupply
362 constant_value_one: true
363 + description: Power supply constant value one
364 + unit: "{power_supply}"
365 metric_tags:
366 - symbol:
367 name: alcatel.ent.alaChasBpsPowerSupplyName
@@ -329,3 +379,5 @@ metrics:
379 1: up
380 2: down
381 3: unknown
382 + description: Operational status of the power supply
383 + unit: "{power_supply_status}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-ind.yaml
+14 -8
@@ -7,14 +7,20 @@ metrics:
7 symbol:
8 name: cpu.usage
9 OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.14.0 # healthDeviceCpu1MinAvg
10 + description: Average module-level CPU utilization over the last minute (percent)
11 + unit: "%"
12 - MIB: ALCATEL-IND1-HEALTH-MIB
13 symbol:
14 name: memory.usage
15 OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.10.0 # healthDeviceMemory1MinAvg
16 + description: Average module-level memory utilization over the last minute (percent)
17 + unit: "%"
18 - MIB: ALCATEL-IND1-HEALTH-MIB
19 symbol:
20 name: alcatel.ind.healthDeviceTemperatureChas1MinAvg
21 OID: 1.3.6.1.4.1.6486.800.1.2.1.16.1.1.1.18.0
22 + description: TBD
23 + unit: "TBD"
24 - MIB: ALCATEL-IND1-CHASSIS-MIB
25 table:
26 name: chasEntPhysicalTable
@@ -23,9 +29,9 @@ metrics:
29 - name: alcatel.ind.chasEntPhysical
30 constant_value_one: true
31 metric_tags:
26 - - # MIB: ENTITY-MIB
32 + # MIB: ENTITY-MIB
33 # table: entPhysicalTable
28 - symbol:
34 + - symbol:
35 OID: 1.3.6.1.2.1.47.1.1.1.1.5
36 name: alcatel.ind.entPhysicalClass
37 tag: ent_physical_class
@@ -45,21 +51,21 @@ metrics:
51 13: energy_object
52 14: battery
53 15: storage_drive
48 - - # MIB: ENTITY-MIB
54 + # MIB: ENTITY-MIB
55 # table: entPhysicalTable
50 - symbol:
56 + - symbol:
57 OID: 1.3.6.1.2.1.47.1.1.1.1.7
58 name: alcatel.ind.entPhysicalName
59 tag: ent_physical_name
54 - - # MIB: ENTITY-MIB
60 + # MIB: ENTITY-MIB
61 # table: entPhysicalTable
56 - symbol:
62 + - symbol:
63 OID: 1.3.6.1.2.1.47.1.1.1.1.11
64 name: alcatel.ind.entPhysicalSerialNum
65 tag: ent_physical_serial_num
60 - - # MIB: ENTITY-MIB
66 + # MIB: ENTITY-MIB
67 # table: entPhysicalTable
62 - symbol:
68 + - symbol:
69 OID: 1.3.6.1.2.1.47.1.1.1.1.13
70 name: alcatel.ind.entPhysicalModelName
71 tag: ent_physical_model_name
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent-omni-access-wlc.yaml
+16
@@ -15,6 +15,8 @@ metrics:
15 symbols:
16 - name: cpu.usage
17 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.9.1.3
18 + description: The average, over the last minute, of the percentage of time that this processor was not idle.
19 + unit: "%"
20 metric_tags:
21 - index: 1
22 tag: cpu
@@ -29,8 +31,12 @@ metrics:
31 symbols:
32 - name: sysXStorageSize
33 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.3
34 + description: Size of the storage filesystem in MB.
35 + unit: "MBy"
36 - name: sysXStorageUsed
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 metric_tags:
41 - symbol:
42 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.2
@@ -50,10 +56,16 @@ metrics:
56 symbols:
57 - name: memory.total
58 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.2
59 + description: Total memory in KB.
60 + unit: "kBy"
61 - name: memory.used
62 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.3
63 + description: Used memory in KB.
64 + unit: "kBy"
65 - name: memory.free
66 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.11.1.4
67 + description: Free memory in KB.
68 + unit: "kBy"
69 metric_tags:
70 - index: 1
71 tag: mem
@@ -61,10 +73,14 @@ metrics:
73 symbol:
74 name: wlsxSwitchTotalNumAccessPoints
75 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.1.0
76 + description: Total number of access points connected to this switch.
77 + unit: "{access_point}"
78 - MIB: WLSX-SWITCH-MIB
79 symbol:
80 name: wlsxSwitchTotalNumStationsAssociated
81 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.2.0
82 + description: Total number of stations associated to this switch.
83 + unit: "{station}"
84 metric_tags:
85 - OID: 1.3.6.1.4.1.14823.2.2.1.1.1.2.0
86 symbol: wlsxModelName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/alcatel-lucent.yaml
+1 -1
@@ -6,4 +6,4 @@ metadata:
6 device:
7 fields:
8 vendor:
9 - value: "alcatel-lucent"
\ No newline at end of file
9 + value: "alcatel-lucent"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/anue.yaml
+1 -1
@@ -9,4 +9,4 @@ metadata:
9 value: "anue"
10
11 sysobjectid:
12 - - 1.3.6.1.4.1.32620.1.*
\ No newline at end of file
12 + - 1.3.6.1.4.1.32620.1.*
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-netbotz.yaml
+102
@@ -20,14 +20,20 @@ metrics:
20 OID: 1.3.6.1.4.1.5528.100.2.1.1.7
21 name: enclosureIndex
22 tag: netbotz_enclosure_index
23 + description: The index of the physical enclosure
24 + unit: "{enclosure}"
25 - symbol:
26 OID: 1.3.6.1.4.1.5528.100.2.1.1.1
27 name: enclosureId
28 tag: netbotz_enclosure_id
29 + description: The id of the physical enclosure
30 + unit: "{enclosure}"
31 - symbol:
32 OID: 1.3.6.1.4.1.5528.100.2.1.1.4
33 name: enclosureLabel
34 tag: netbotz_enclosure_label
35 + description: The unique label assigned to the enclosure or pod
36 + unit: "{enclosure}"
37 - symbol:
38 OID: 1.3.6.1.4.1.5528.100.2.1.1.2
39 name: enclosureStatus
@@ -36,6 +42,8 @@ metrics:
42 0: disconnected
43 1: error
44 2: normal
45 + description: The operational status of the enclosure
46 + unit: "TBD"
47 - symbol:
48 OID: 1.3.6.1.4.1.5528.100.2.1.1.3
49 name: enclosureErrorStatus
@@ -47,6 +55,8 @@ metrics:
55 3: error
56 4: critical
57 5: failure
58 + description: The error status of the enclosure
59 + unit: "TBD"
60 - MIB: NETBOTZV2-MIB
61 table:
62 OID: 1.3.6.1.4.1.5528.100.3.1
@@ -59,10 +69,14 @@ metrics:
69 OID: 1.3.6.1.4.1.5528.100.3.1.1.9
70 name: dinPortIndex
71 tag: netbotz_din_port_index
72 + description: The index of the port
73 + unit: "{port}"
74 - symbol:
75 OID: 1.3.6.1.4.1.5528.100.3.1.1.1
76 name: dinPortId
77 tag: netbotz_din_port_id
78 + description: The unique id of the port
79 + unit: "{port}"
80 - symbol:
81 OID: 1.3.6.1.4.1.5528.100.3.1.1.2
82 name: dinPortStatus
@@ -71,6 +85,8 @@ metrics:
85 0: disconnected
86 1: error
87 2: normal
88 + description: The operational status of the port
89 + unit: "TBD"
90 - MIB: NETBOTZV2-MIB
91 table:
92 OID: 1.3.6.1.4.1.5528.100.3.10
@@ -83,18 +99,26 @@ metrics:
99 OID: 1.3.6.1.4.1.5528.100.3.10.1.5
100 name: otherPortIndex
101 tag: netbotz_other_port_index
102 + description: The index of the port
103 + unit: "{port}"
104 - symbol:
105 OID: 1.3.6.1.4.1.5528.100.3.10.1.1
106 name: otherPortId
107 tag: netbotz_other_port_id
108 + description: The unique id of the port
109 + unit: "{port}"
110 - symbol:
111 OID: 1.3.6.1.4.1.5528.100.3.10.1.3
112 name: otherPortLabel
113 tag: netbotz_other_port_label
114 + description: The unique label assigned to the port
115 + unit: "{port}"
116 - symbol:
117 OID: 1.3.6.1.4.1.5528.100.3.10.1.4
118 name: otherPortEncId
119 tag: netbotz_other_port_enc_id
120 + description: The id of the physical enclosure containing the port
121 + unit: "{enclosure}"
122 - symbol:
123 OID: 1.3.6.1.4.1.5528.100.3.10.1.2
124 name: otherPortStatus
@@ -103,6 +127,8 @@ metrics:
127 0: disconnected
128 1: error
129 2: normal
130 + description: The operational status of the port
131 + unit: "TBD"
132 - MIB: NETBOTZV2-MIB
133 table:
134 OID: 1.3.6.1.4.1.5528.100.4.1.1
@@ -117,18 +143,26 @@ metrics:
143 OID: 1.3.6.1.4.1.5528.100.4.1.1.1.10
144 name: tempSensorIndex
145 tag: netbotz_temp_sensor_index
146 + description: The index of the sensor
147 + unit: "{sensor}"
148 - symbol:
149 OID: 1.3.6.1.4.1.5528.100.4.1.1.1.1
150 name: tempSensorId
151 tag: netbotz_temp_sensor_id
152 + description: The unique id of the sensor
153 + unit: "{sensor}"
154 - symbol:
155 OID: 1.3.6.1.4.1.5528.100.4.1.1.1.4
156 name: tempSensorLabel
157 tag: netbotz_temp_sensor_label
158 + description: The unique label assigned to the sensor
159 + unit: "{sensor}"
160 - symbol:
161 OID: 1.3.6.1.4.1.5528.100.4.1.1.1.5
162 name: tempSensorEncId
163 tag: netbotz_temp_sensor_enc_id
164 + description: The id of the physical enclosure containing the sensor
165 + unit: "{enclosure}"
166 - symbol:
167 OID: 1.3.6.1.4.1.5528.100.4.1.1.1.3
168 name: tempSensorErrorStatus
@@ -140,6 +174,8 @@ metrics:
174 3: error
175 4: critical
176 5: failure
177 + description: The error status of the sensor
178 + unit: "TBD"
179 - MIB: NETBOTZV2-MIB
180 table:
181 OID: 1.3.6.1.4.1.5528.100.4.1.2
@@ -152,18 +188,26 @@ metrics:
188 OID: 1.3.6.1.4.1.5528.100.4.1.2.1.9
189 name: humiSensorIndex
190 tag: netbotz_humi_sensor_index
191 + description: The index of the sensor
192 + unit: "{sensor}"
193 - symbol:
194 OID: 1.3.6.1.4.1.5528.100.4.1.2.1.1
195 name: humiSensorId
196 tag: netbotz_humi_sensor_id
197 + description: The unique id of the sensor
198 + unit: "{sensor}"
199 - symbol:
200 OID: 1.3.6.1.4.1.5528.100.4.1.2.1.4
201 name: humiSensorLabel
202 tag: netbotz_humi_sensor_label
203 + description: The unique label assigned to the sensor
204 + unit: "{sensor}"
205 - symbol:
206 OID: 1.3.6.1.4.1.5528.100.4.1.2.1.5
207 name: humiSensorEncId
208 tag: netbotz_humi_sensor_enc_id
209 + description: The id of the physical enclosure containing the sensor
210 + unit: "{enclosure}"
211 - symbol:
212 OID: 1.3.6.1.4.1.5528.100.4.1.2.1.3
213 name: humiSensorErrorStatus
@@ -175,6 +219,8 @@ metrics:
219 3: error
220 4: critical
221 5: failure
222 + description: The error status of the sensor
223 + unit: "TBD"
224 - MIB: NETBOTZ410-MIB
225 table:
226 OID: 1.3.6.1.4.1.5528.100.4.1.3
@@ -189,18 +235,26 @@ metrics:
235 OID: 1.3.6.1.4.1.5528.100.4.1.3.1.10
236 name: dewPointSensorIndex
237 tag: netbotz_dew_point_sensor_index
238 + description: The index of the sensor
239 + unit: "{sensor}"
240 - symbol:
241 OID: 1.3.6.1.4.1.5528.100.4.1.3.1.1
242 name: dewPointSensorId
243 tag: netbotz_dew_point_sensor_id
244 + description: The unique id of the sensor
245 + unit: "{sensor}"
246 - symbol:
247 OID: 1.3.6.1.4.1.5528.100.4.1.3.1.4
248 name: dewPointSensorLabel
249 tag: netbotz_dew_point_sensor_label
250 + description: The unique label assigned to the sensor
251 + unit: "{sensor}"
252 - symbol:
253 OID: 1.3.6.1.4.1.5528.100.4.1.3.1.5
254 name: dewPointSensorEncId
255 tag: netbotz_dew_point_sensor_enc_id
256 + description: The id of the physical enclosure containing the sensor
257 + unit: "{enclosure}"
258 - MIB: NETBOTZV2-MIB
259 table:
260 OID: 1.3.6.1.4.1.5528.100.4.1.10
@@ -213,22 +267,32 @@ metrics:
267 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.12
268 name: otherNumericSensorIndex
269 tag: netbotz_other_numeric_sensor_index
270 + description: The index of the sensor
271 + unit: "{sensor}"
272 - symbol:
273 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.1
274 name: otherNumericSensorId
275 tag: netbotz_other_numeric_sensor_id
276 + description: The unique id of the sensor
277 + unit: "{sensor}"
278 - symbol:
279 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.4
280 name: otherNumericSensorLabel
281 tag: netbotz_other_numeric_sensor_label
282 + description: The unique label assigned to the sensor
283 + unit: "{sensor}"
284 - symbol:
285 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.5
286 name: otherNumericSensorEncId
287 tag: netbotz_other_numeric_sensor_enc_id
288 + description: The id of the physical enclosure containing the sensor
289 + unit: "{enclosure}"
290 - symbol:
291 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.9
292 name: otherNumericSensorUnits
293 tag: netbotz_other_numeric_sensor_units
294 + description: The unit of measure for the sensor value
295 + unit: "TBD"
296 - symbol:
297 OID: 1.3.6.1.4.1.5528.100.4.1.10.1.3
298 name: otherNumericSensorErrorStatus
@@ -240,6 +304,8 @@ metrics:
304 3: error
305 4: critical
306 5: failure
307 + description: The operational status of the sensor
308 + unit: "TBD"
309 - MIB: NETBOTZV2-MIB
310 table:
311 OID: 1.3.6.1.4.1.5528.100.4.2.2
@@ -252,22 +318,32 @@ metrics:
318 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.8
319 name: doorSwitchSensorIndex
320 tag: netbotz_door_switch_sensor_index
321 + description: The index of the sensor
322 + unit: "{sensor}"
323 - symbol:
324 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.1
325 name: doorSwitchSensorId
326 tag: netbotz_door_switch_sensor_id
327 + description: The unique id of the sensor
328 + unit: "{sensor}"
329 - symbol:
330 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.4
331 name: doorSwitchSensorLabel
332 tag: netbotz_door_switch_sensor_label
333 + description: The unique label assigned to the sensor
334 + unit: "{sensor}"
335 - symbol:
336 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.5
337 name: doorSwitchSensorEncId
338 tag: netbotz_door_switch_sensor_enc_id
339 + description: The id of the physical enclosure containing the sensor
340 + unit: "{enclosure}"
341 - symbol:
342 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.7
343 name: doorSwitchSensorValueStr
344 tag: netbotz_door_switch_sensor_value_str
345 + description: The enum value label for the state reported by the sensor
346 + unit: "TBD"
347 - symbol:
348 OID: 1.3.6.1.4.1.5528.100.4.2.2.1.2
349 name: doorSwitchSensorValue
@@ -276,6 +352,8 @@ metrics:
352 -1: 'null'
353 0: open
354 1: closed
355 + description: Whether the door is open or closed
356 + unit: "TBD"
357 - MIB: NETBOTZV2-MIB
358 table:
359 OID: 1.3.6.1.4.1.5528.100.4.2.10
@@ -288,18 +366,26 @@ metrics:
366 OID: 1.3.6.1.4.1.5528.100.4.2.10.1.4
367 name: otherStateSensorLabel
368 tag: netbotz_other_state_sensor_label
369 + description: The unique label assigned to the sensor
370 + unit: "{sensor}"
371 - symbol:
372 OID: 1.3.6.1.4.1.5528.100.4.2.10.1.5
373 name: otherStateSensorEncId
374 tag: netbotz_other_state_sensor_enc_id
375 + description: The id of the physical enclosure containing the sensor
376 + unit: "{enclosure}"
377 - symbol:
378 OID: 1.3.6.1.4.1.5528.100.4.2.10.1.7
379 name: otherStateSensorValueStr
380 tag: netbotz_other_state_sensor_value_str
381 + description: The enum value label for the state reported by the sensor
382 + unit: "TBD"
383 - symbol:
384 OID: 1.3.6.1.4.1.5528.100.4.2.10.1.1
385 name: otherStateSensorId
386 tag: netbotz_other_state_sensor_id
387 + description: The unique id of the sensor
388 + unit: "{sensor}"
389 - symbol:
390 OID: 1.3.6.1.4.1.5528.100.4.2.10.1.3
391 name: otherStateSensorErrorStatus
@@ -311,6 +397,8 @@ metrics:
397 3: error
398 4: critical
399 5: failure
400 + description: The operational status of the sensor
401 + unit: "TBD"
402 - MIB: NETBOTZV2-MIB
403 table:
404 OID: 1.3.6.1.4.1.5528.100.5.1
@@ -323,22 +411,32 @@ metrics:
411 OID: 1.3.6.1.4.1.5528.100.5.1.1.12
412 name: errorCondIndex
413 tag: netbotz_error_cond_index
414 + description: The index of the error condition
415 + unit: "{error_condition}"
416 - symbol:
417 OID: 1.3.6.1.4.1.5528.100.5.1.1.1
418 name: errorCondId
419 tag: netbotz_error_cond_id
420 + description: The unique id of the error condition
421 + unit: "{error_condition}"
422 - symbol:
423 OID: 1.3.6.1.4.1.5528.100.5.1.1.3
424 name: errorCondTypeId
425 tag: netbotz_error_cond_type_id
426 + description: The error type id reported for the error condition
427 + unit: "{error_type}"
428 - symbol:
429 OID: 1.3.6.1.4.1.5528.100.5.1.1.9
430 name: errorCondEncId
431 tag: netbotz_error_cond_enc_id
432 + description: The id of the physical enclosure associated with the error
433 + unit: "{enclosure}"
434 - symbol:
435 OID: 1.3.6.1.4.1.5528.100.5.1.1.11
436 name: errorCondSensorId
437 tag: netbotz_error_cond_sensor_id
438 + description: The id of the sensor associated with the error
439 + unit: "{sensor}"
440 - symbol:
441 OID: 1.3.6.1.4.1.5528.100.5.1.1.2
442 name: errorCondSeverity
@@ -350,6 +448,8 @@ metrics:
448 3: error
449 4: critical
450 5: failure
451 + description: The relative severity of the error condition
452 + unit: "TBD"
453 - symbol:
454 OID: 1.3.6.1.4.1.5528.100.5.1.1.6
455 name: errorCondResolved
@@ -358,3 +458,5 @@ metrics:
458 0: no
459 1: yes
460 2: 'null'
461 + description: Whether the error condition was resolved
462 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-pdu.yaml
+18
@@ -17,6 +17,8 @@ metrics:
17 symbols:
18 - OID: 1.3.6.1.4.1.318.1.1.12.2.3.1.1.2
19 name: powernet.rPDULoadStatusLoad
20 + description: Load status of the PDU
21 + unit: "TBD"
22 metric_tags:
23 - tag: powernet_r_pdu_load_status_index
24 symbol:
@@ -38,6 +40,8 @@ metrics:
40 symbols:
41 - OID: 1.3.6.1.4.1.318.1.1.12.3.5.1.1.7
42 name: powernet.rPDUOutletStatusLoad
43 + description: Load status of the PDU outlet
44 + unit: "TBD"
45 metric_tags:
46 - tag: powernet_r_pdu_outlet_status_index
47 symbol:
@@ -77,6 +81,8 @@ metrics:
81 symbol:
82 OID: 1.3.6.1.4.1.318.1.1.12.4.1.3.0
83 name: powernet.rPDUPowerSupplyAlarm
84 + description: Alarm status of the PDU power supply
85 + unit: "TBD"
86 - MIB: PowerNet-MIB
87 table:
88 OID: 1.3.6.1.4.1.318.1.1.12.5.2
@@ -84,6 +90,8 @@ metrics:
90 symbols:
91 - name: powernet.rPDUStatusBank
92 constant_value_one: true
93 + description: Status of the PDU bank
94 + unit: "TBD"
95 metric_tags:
96 - tag: powernet_r_pdu_status_bank_index
97 symbol:
@@ -109,6 +117,8 @@ metrics:
117 symbols:
118 - name: powernet.rPDUStatusPhase
119 constant_value_one: true
120 + description: Status of the PDU phase
121 + unit: "TBD"
122 metric_tags:
123 - tag: powernet_r_pdu_status_phase_index
124 symbol:
@@ -134,6 +144,8 @@ metrics:
144 symbols:
145 - name: powernet.rPDUStatusOutlet
146 constant_value_one: true
147 + description: Status of the PDU outlet
148 + unit: "TBD"
149 metric_tags:
150 - tag: powernet_r_pdu_status_outlet_index
151 symbol:
@@ -159,10 +171,16 @@ metrics:
171 symbols:
172 - OID: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.7
173 name: powernet.rPDU2SensorTempHumidityStatusTempF
174 + description: Temperature in degrees Fahrenheit
175 + unit: "degF"
176 - OID: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8
177 name: powernet.rPDU2SensorTempHumidityStatusTempC
178 + description: Temperature in degrees Celsius
179 + unit: "Cel"
180 - OID: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.10
181 name: powernet.rPDU2SensorTempHumidityStatusRelativeHumidity
182 + description: Relative humidity percentage
183 + unit: "%"
184 metric_tags:
185 - tag: powernet_r_pdu2_sensor_temp_humidity_status_name
186 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc.yaml
+1 -1
@@ -5,4 +5,4 @@ extends:
5 - _generic-tcp.yaml
6 - _generic-udp.yaml
7
8 -sysobjectid: 1.3.6.1.4.1.318.*
\ No newline at end of file
8 +sysobjectid: 1.3.6.1.4.1.318.*
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc_ups.yaml
+62
@@ -25,90 +25,134 @@ metrics:
25 symbol:
26 OID: 1.3.6.1.4.1.318.1.1.1.2.2.5.0
27 name: upsAdvBatteryNumOfBattPacks
28 + description: "The number of external battery packs connected to the UPS."
29 + unit: "{battery_pack}"
30 - MIB: POWERNET-MIB
31 symbol:
32 OID: 1.3.6.1.4.1.318.1.1.1.2.2.6.0
33 name: upsAdvBatteryNumOfBadBattPacks
34 + description: "The number of external battery packs connected to the UPS that are defective."
35 + unit: "{battery_pack}"
36 - MIB: PowerNet-MIB
37 symbol:
38 OID: 1.3.6.1.4.1.318.1.1.1.2.2.4.0
39 name: upsAdvBatteryReplaceIndicator
40 + description: "Indicates whether the UPS batteries need replacing."
41 + unit: "{indicator}"
42 - MIB: PowerNet-MIB
43 symbol:
44 OID: 1.3.6.1.4.1.318.1.1.1.2.2.3.0
45 name: upsAdvBatteryRunTimeRemaining
46 + description: "The UPS battery run time remaining before battery exhaustion."
47 + unit: "s"
48 - MIB: PowerNet-MIB
49 symbol:
50 OID: 1.3.6.1.4.1.318.1.1.1.2.2.2.0
51 name: upsAdvBatteryTemperature
52 + description: "The current internal UPS temperature expressed in Celsius."
53 + unit: "Cel"
54 - MIB: PowerNet-MIB
55 symbol:
56 OID: 1.3.6.1.4.1.318.1.1.1.2.2.1.0
57 name: upsAdvBatteryCapacity
58 + description: "The remaining battery capacity expressed in percent of full capacity."
59 + unit: "%"
60 - MIB: PowerNet-MIB
61 symbol:
62 OID: 1.3.6.1.4.1.318.1.1.1.2.3.2.0
63 name: upsHighPrecExtdBatteryTemperature
64 + description: "The current internal UPS temperature expressed in tenths of degrees Celsius."
65 + unit: "Cel/10"
66 - MIB: PowerNet-MIB
67 symbol:
68 OID: 1.3.6.1.4.1.318.1.1.1.3.2.1.0
69 name: upsAdvInputLineVoltage
70 + description: "The current utility line voltage in VAC."
71 + unit: "V"
72 - MIB: PowerNet-MIB
73 symbol:
74 OID: 1.3.6.1.4.1.318.1.1.1.3.2.4.0
75 name: upsAdvInputFrequency
76 + description: "The current input frequency to the UPS system in Hz."
77 + unit: "Hz"
78 - MIB: PowerNet-MIB
79 symbol:
80 OID: 1.3.6.1.4.1.318.1.1.1.3.3.4.0
81 name: upsHighPrecInputFrequency
82 + description: "The current input frequency to the UPS system in tenths of Hz."
83 + unit: "Hz/10"
84 - MIB: PowerNet-MIB
85 symbol:
86 OID: 1.3.6.1.4.1.318.1.1.1.3.3.1.0
87 name: upsHighPrecInputLineVoltage
88 + description: "The current utility line voltage in tenths of VAC."
89 + unit: "V/10"
90 - MIB: PowerNet-MIB
91 symbol:
92 OID: 1.3.6.1.4.1.318.1.1.1.4.3.4.0
93 name: upsHighPrecOutputCurrent
94 + description: "The current in tenths of amperes drawn by the load on the UPS."
95 + unit: "dA"
96 - MIB: PowerNet-MIB
97 symbol:
98 OID: 1.3.6.1.4.1.318.1.1.1.3.2.5.0
99 name: upsAdvInputLineFailCause
100 + description: "The reason for the occurrence of the last transfer to UPS battery power."
101 + unit: "TBD"
102 - MIB: PowerNet-MIB
103 symbol:
104 OID: 1.3.6.1.4.1.318.1.1.1.4.2.1.0
105 name: upsAdvOutputVoltage
106 + description: "The output voltage of the UPS system in VAC."
107 + unit: "V"
108 - MIB: PowerNet-MIB
109 symbol:
110 OID: 1.3.6.1.4.1.318.1.1.1.4.2.2.0
111 name: upsAdvOutputFrequency
112 + description: "The current output frequency of the UPS system in Hz."
113 + unit: "Hz"
114 - MIB: PowerNet-MIB
115 symbol:
116 OID: 1.3.6.1.4.1.318.1.1.1.4.2.3.0
117 name: upsAdvOutputLoad
118 + description: "The current UPS load expressed in percent of rated capacity."
119 + unit: "%"
120 - MIB: PowerNet-MIB
121 symbol:
122 OID: 1.3.6.1.4.1.318.1.1.1.4.2.4.0
123 name: upsAdvOutputCurrent
124 + description: "The current in amperes drawn by the load on the UPS."
125 + unit: "A"
126 - MIB: PowerNet-MIB
127 symbol:
128 OID: 1.3.6.1.4.1.318.1.1.1.4.2.8.0
129 name: upsAdvOutputActivePower
130 + description: "The total output active power of the UPS system in W."
131 + unit: "W"
132 - MIB: PowerNet-MIB
133 symbol:
134 OID: 1.3.6.1.4.1.318.1.1.1.4.2.9.0
135 name: upsAdvOutputApparentPower
136 + description: "The total output apparent power of all phases of the UPS system in VA."
137 + unit: "VA"
138 - MIB: PowerNet-MIB
139 symbol:
140 OID: 1.3.6.1.4.1.318.1.1.1.4.2.12.0
141 name: upsAdvOutputEnergyUsage
142 + description: "The output energy usage of the UPS in hundredths of kWh."
143 + unit: "kWh/100"
144 - MIB: PowerNet-MIB
145 symbol:
146 OID: 1.3.6.1.4.1.318.1.1.1.2.1.2.0
147 name: upsBasicBatteryTimeOnBattery
148 + description: "The elapsed time since the UPS has switched to battery power."
149 + unit: "s"
150 - MIB: PowerNet-MIB
151 symbol:
152 OID: 1.3.6.1.4.1.318.1.1.1.7.2.3.0
153 name: upsAdvTestDiagnosticsResults
154 + description: "The results of the last UPS diagnostics test performed."
155 + unit: "TBD"
156 - MIB: PowerNet-MIB
157 symbol:
158 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -117,6 +161,8 @@ metrics:
161 options:
162 placement: 4
163 metric_suffix: OnLine
164 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
165 + unit: "TBD"
166 - MIB: PowerNet-MIB
167 symbol:
168 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -125,6 +171,8 @@ metrics:
171 options:
172 placement: 5
173 metric_suffix: ReplaceBattery
174 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
175 + unit: "TBD"
176 - MIB: PowerNet-MIB
177 symbol:
178 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -133,6 +181,8 @@ metrics:
181 options:
182 placement: 8
183 metric_suffix: AVRTrimActive
184 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
185 + unit: "TBD"
186 - MIB: PowerNet-MIB
187 symbol:
188 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -141,6 +191,8 @@ metrics:
191 options:
192 placement: 11
193 metric_suffix: BatteriesDischarged
194 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
195 + unit: "TBD"
196 - MIB: PowerNet-MIB
197 symbol:
198 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -149,6 +201,8 @@ metrics:
201 options:
202 placement: 19
203 metric_suffix: "On"
204 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
205 + unit: "TBD"
206 - MIB: PowerNet-MIB
207 symbol:
208 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -157,6 +211,8 @@ metrics:
211 options:
212 placement: 30
213 metric_suffix: LowBatteryOnBattery
214 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
215 + unit: "TBD"
216 - MIB: PowerNet-MIB
217 symbol:
218 OID: 1.3.6.1.4.1.318.1.1.1.11.1.1.0
@@ -165,6 +221,8 @@ metrics:
221 options:
222 placement: 33
223 metric_suffix: NoBatteriesAttached
224 + description: "An ASCII string containing the 64 flags representing the current state(s) of the UPS."
225 + unit: "TBD"
226 - MIB: PowerNet-MIB
227 table:
228 OID: 1.3.6.1.4.1.318.1.1.1.12.1.2
@@ -187,10 +245,14 @@ metrics:
245 1: ups_outlet_group_status_on
246 2: ups_outlet_group_status_off
247 3: ups_outlet_group_status_unknown
248 + description: "Allows for getting status of the outlet groups."
249 + unit: "{outlet_group}"
250 - MIB: PowerNet-MIB
251 symbol:
252 OID: 1.3.6.1.4.1.318.1.1.25.1.2.1.6.0
253 name: uioSensorStatusTemperatureDegC
254 + description: "The sensor's current temperature reading in tenths of degrees Celsius."
255 + unit: "Cel/10"
256 metric_tags:
257 - tag: model
258 OID: 1.3.6.1.4.1.318.1.1.1.1.1.1.0 # The UPS model name (e.g. 'APC Smart-UPS 600', 'Smart-UPS RT 6000 RM XL').
src/go/plugin/go.d/config/go.d/snmp.profiles/default/arista-switch.yaml
+22
@@ -169,14 +169,20 @@ metrics:
169 symbol:
170 name: memory.total
171 OID: 1.3.6.1.2.1.25.2.3.1.5.1
172 + description: "The size of the storage represented by this entry, in units of hrStorageAllocationUnits."
173 + unit: "By"
174 - MIB: HOST-RESOURCES-MIB
175 symbol:
176 name: memory.used
177 OID: 1.3.6.1.2.1.25.2.3.1.6.100
178 + description: "The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits."
179 + unit: "By"
180 - MIB: HOST-RESOURCES-MIB
181 symbol:
182 name: cpu.usage
183 OID: 1.3.6.1.2.1.25.3.3.1.2.1
184 + description: "The average, over the last minute, of the percentage of time that this processor was not idle."
185 + unit: "%"
186 - MIB: ARISTA-BGP4V2-MIB
187 table:
188 name: aristaBgp4V2PeerTable
@@ -184,12 +190,20 @@ metrics:
190 symbols:
191 - name: aristaBgp4V2PeerLocalPort
192 OID: 1.3.6.1.4.1.30065.4.1.1.2.1.6
193 + description: "The local port for the TCP connection between the BGP peers."
194 + unit: "{port}"
195 - name: aristaBgp4V2PeerLocalAs
196 OID: 1.3.6.1.4.1.30065.4.1.1.2.1.7
197 + description: "The AS that this peering session is representing itself as to the remote peer."
198 + unit: "1"
199 - name: aristaBgp4V2PeerRemotePort
200 OID: 1.3.6.1.4.1.30065.4.1.1.2.1.9
201 + description: "The remote port for the TCP connection between the BGP peers."
202 + unit: "{port}"
203 - name: aristaBgp4V2PeerRemoteAs
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 metric_tags:
208 - symbol:
209 name: aristaBgp4V2PeerLocalAddr
@@ -246,12 +260,20 @@ metrics:
260 symbols:
261 - name: aristaIfInPktRate
262 OID: 1.3.6.1.4.1.30065.3.15.1.1.1.3
263 + description: "The rate, in packets per second, of packets inbound on this interface, averaged over aristaIfRateInterval."
264 + unit: "{packet}"
265 - name: aristaIfOutPktRate
266 OID: 1.3.6.1.4.1.30065.3.15.1.1.1.4
267 + description: "The rate, in packets per second, of packets outbound on this interface, averaged over aristaIfRateInterval."
268 + unit: "{packet}"
269 - name: aristaIfInOctetRate
270 OID: 1.3.6.1.4.1.30065.3.15.1.1.1.5
271 + description: "The rate, in octets per second, of data inbound on this interface, averaged over aristaIfRateInterval."
272 + unit: "By/s"
273 - name: aristaIfOutOctetRate
274 OID: 1.3.6.1.4.1.30065.3.15.1.1.1.6
275 + description: "The rate, in octets per second, of data inbound on this interface, averaged over aristaIfRateInterval."
276 + unit: "By/s"
277 metric_tags:
278 - symbol:
279 name: aristaIfRateInterval
src/go/plugin/go.d/config/go.d/snmp.profiles/default/arista.yaml
+4
@@ -40,8 +40,12 @@ metrics:
40 symbols:
41 - OID: 1.3.6.1.2.1.99.1.1.1.4
42 name: entPhySensorValue
43 + description: The most recent measurement obtained by the agent for this sensor
44 + unit: "TBD"
45 - OID: 1.3.6.1.2.1.99.1.1.1.5
46 name: entPhySensorOperStatus
47 + description: The operational status of the sensor
48 + unit: "{sensor}"
49 metric_tags:
50 - tag: sensor_type
51 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-clearpass.yaml
+104
@@ -8,14 +8,20 @@ metrics:
8 symbol:
9 name: cpu.usage
10 OID: 1.3.6.1.2.1.25.3.3.1.2.196608
11 + description: Average percentage of time that this processor was not idle over the last minute
12 + unit: "%"
13 - MIB: UCD-SNMP-MIB
14 symbol:
15 name: memory.total
16 OID: 1.3.6.1.4.1.2021.4.5.0
17 + description: Total amount of real physical memory installed on this host
18 + unit: "kBy"
19 - MIB: UCD-SNMP-MIB
20 symbol:
21 name: memory.free
22 OID: 1.3.6.1.4.1.2021.4.6.0
23 + description: Amount of real physical memory currently unused or available
24 + unit: "kBy"
25 - MIB: CPPM-MIB
26 table:
27 name: cppmSystemTable
@@ -23,12 +29,20 @@ metrics:
29 symbols:
30 - name: cppmSystemMemoryTotal
31 OID: 1.3.6.1.4.1.14823.1.6.1.1.1.1.1.12
32 + description: Total amount of memory available in bytes in the ClearPass server
33 + unit: "By"
34 - name: cppmSystemMemoryFree
35 OID: 1.3.6.1.4.1.14823.1.6.1.1.1.1.1.13
36 + description: Amount of free memory in bytes in the ClearPass server
37 + unit: "By"
38 - name: cppmSystemDiskSpaceTotal
39 OID: 1.3.6.1.4.1.14823.1.6.1.1.1.1.1.14
40 + description: Total amount of disk space available in bytes in the ClearPass server
41 + unit: "By"
42 - name: cppmSystemDiskSpaceFree
43 OID: 1.3.6.1.4.1.14823.1.6.1.1.1.1.1.15
44 + description: Amount of free disk space in bytes in the ClearPass server
45 + unit: "By"
46 metric_tags:
47 - symbol:
48 OID: 1.3.6.1.4.1.14823.1.6.1.1.1.1.1.4
@@ -41,14 +55,24 @@ metrics:
55 symbols:
56 - name: radPolicyEvalTime
57 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.1.1.1
58 + description: Total time taken for policy evaluation from RADIUS server prespective in milliseconds
59 + unit: "ms"
60 - name: radAuthRequestTime
61 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.1.1.2
62 + description: Total time taken for RADIUS request end-to-end in milliseconds
63 + unit: "ms"
64 - name: radServerCounterSuccess
65 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.1.1.3
66 + description: Successful RADIUS request count
67 + unit: "{request}"
68 - name: radServerCounterFailure
69 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.1.1.4
70 + description: Failed RADIUS request count
71 + unit: "{request}"
72 - name: radServerCounterCount
73 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.1.1.5
74 + description: Total RADIUS request count
75 + unit: "{request}"
76 metric_tags:
77 - table: cppmSystemTable
78 symbol:
@@ -62,12 +86,20 @@ metrics:
86 symbols:
87 - name: radAuthCounterSuccess
88 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.2.1.3
89 + description: Total number of successful RADIUS authentications
90 + unit: "{authentication}"
91 - name: radAuthCounterFailure
92 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.2.1.4
93 + description: Total number of failed RADIUS authentications
94 + unit: "{authentication}"
95 - name: radAuthCounterCount
96 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.2.1.5
97 + description: Total number of RADIUS authentications
98 + unit: "{authentication}"
99 - name: radAuthCounterTime
100 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.2.1.6
101 + description: Time taken to authenticate against an authentication source in milliseconds
102 + unit: "ms"
103 metric_tags:
104 - symbol:
105 name: radAuthSourceName
@@ -80,42 +112,80 @@ metrics:
112 symbols:
113 - name: psServicePolicyEvalCount
114 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.1
115 + description: Total number of service policies evaluated
116 + unit: "{policy}"
117 - name: psRolemappingPolicyEvalCount
118 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.2
119 + description: Total number of role mapping policies evaluated
120 + unit: "{policy}"
121 - name: psPosturePolicyEvalCount
122 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.3
123 + description: Total number of posture policies evaluated
124 + unit: "{policy}"
125 - name: psAuditPolicyEvalCount
126 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.4
127 + description: Total number of audit policies evaluated
128 + unit: "{policy}"
129 - name: psRestrictionPolicyEvalCount
130 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.5
131 + description: Total number of restriction policies evaluated
132 + unit: "{policy}"
133 - name: psEnforcementPolicyEvalCount
134 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.6
135 + description: Total number of enforcement policies evaluated
136 + unit: "{policy}"
137 - name: psServicePolicyEvalTime
138 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.7
139 + description: Time taken for the evaluation of service policies in milliseconds
140 + unit: "ms"
141 - name: psRolemappingPolicyEvalTime
142 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.8
143 + description: Time taken for the evaluation of role mapping policies in milliseconds
144 + unit: "ms"
145 - name: psPosturePolicyEvalTime
146 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.9
147 + description: Time taken for the evaluation of posture policies in milliseconds
148 + unit: "ms"
149 - name: psAuditPolicyEvalTime
150 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.10
151 + description: Time taken for the evaluation of audit policies in milliseconds
152 + unit: "ms"
153 - name: psRestrictionPolicyEvalTime
154 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.11
155 + description: Time taken for the evaluation of restriction policies in milliseconds
156 + unit: "ms"
157 - name: psEnforcementPolicyEvalTime
158 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.12
159 + description: Time taken for the evaluation of enforcement policies in milliseconds
160 + unit: "ms"
161 - name: psSessionlogTime
162 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.13
163 + description: Time taken for session logging in milliseconds
164 + unit: "ms"
165 - name: psAuthCounterSuccess
166 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.14
167 + description: Total number of successful authentications computed on the Policy Server
168 + unit: "{authentication}"
169 - name: psAuthCounterFailure
170 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.15
171 + description: Total number of failed authentications computed on the Policy Server
172 + unit: "{authentication}"
173 - name: psAuthCounterTotal
174 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.16
175 + description: Total number of authentications computed on the Policy Server
176 + unit: "{authentication}"
177 - name: dailySuccessAuthCount
178 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.17
179 + description: Total number of successful authentications computed over 24 hours
180 + unit: "{authentication}"
181 - name: dailyFailedAuthCount
182 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.18
183 + description: Total number of failed authentications computed over 24 hours
184 + unit: "{authentication}"
185 - name: dailyTotalAuthCount
186 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.3.1.19
187 + description: Total number of authentications computed over 24 hours
188 + unit: "{authentication}"
189 metric_tags:
190 - table: cppmSystemTable
191 symbol:
@@ -129,12 +199,20 @@ metrics:
199 symbols:
200 - name: psAutzCounterSuccess
201 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.5.1.3
202 + description: Total number of successful Policy authorizations
203 + unit: "{authorization}"
204 - name: psAutzCounterFailure
205 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.5.1.4
206 + description: Total number of failed Policy authorizations
207 + unit: "{authorization}"
208 - name: psAutzCounterCount
209 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.5.1.5
210 + description: Total number of Policy authorizations
211 + unit: "{authorization}"
212 - name: psAutzCounterTime
213 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.5.1.6
214 + description: Time taken for Policy authorizations in milliseconds
215 + unit: "ms"
216 metric_tags:
217 - symbol:
218 name: psAutzSourceName
@@ -147,18 +225,32 @@ metrics:
225 symbols:
226 - name: tacAuthCounterSuccess
227 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.1
228 + description: Total number of successful TACACS+ authentications
229 + unit: "{authentication}"
230 - name: tacAuthCounterFailure
231 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.2
232 + description: Total number of failed TACACS+ authentications
233 + unit: "{authentication}"
234 - name: tacAuthCounterCount
235 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.3
236 + description: Total number of TACACS+ authentications
237 + unit: "{authentication}"
238 - name: tacAuthCounterTime
239 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.4
240 + description: Total time taken to perform TACACS+ authentications end-to-end in milliseconds
241 + unit: "ms"
242 - name: tacAuthCounterAuthTime
243 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.5
244 + description: Time taken for TACACS+ authentications in milliseconds
245 + unit: "ms"
246 - name: tacServicePolicyEvalTime
247 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.6
248 + description: Time taken for TACACS+ service policy evaluation in milliseconds
249 + unit: "ms"
250 - name: tacPolicyEvalTime
251 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.7.1.7
252 + description: Time taken for TACACS+ policy evaluation in milliseconds
253 + unit: "ms"
254 metric_tags:
255 - table: cppmSystemTable
256 symbol:
@@ -172,12 +264,20 @@ metrics:
264 symbols:
265 - name: tacAutzCounterSuccess
266 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.8.1.1
267 + description: Total number of successful TACACS+ authorizations
268 + unit: "{authorization}"
269 - name: tacAutzCounterFailure
270 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.8.1.2
271 + description: Total number of failed TACACS+ authorizations
272 + unit: "{authorization}"
273 - name: tacAutzCounterCount
274 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.8.1.3
275 + description: Total number of TACACS+ authorizations
276 + unit: "{authorization}"
277 - name: tacAutzCounterTime
278 OID: 1.3.6.1.4.1.14823.1.6.1.1.2.8.1.4
279 + description: Total time taken to perform TACACS+ authorization end-to-end in milliseconds
280 + unit: "ms"
281 metric_tags:
282 - table: cppmSystemTable
283 symbol:
@@ -191,8 +291,12 @@ metrics:
291 symbols:
292 - name: nwAppPort
293 OID: 1.3.6.1.4.1.14823.1.6.1.1.3.1.1.3
294 + description: Network application port number
295 + unit: "{port}"
296 - name: nwTrafficTotal
297 OID: 1.3.6.1.4.1.14823.1.6.1.1.3.1.1.4
298 + description: Total network traffic in bytes
299 + unit: "By"
300 metric_tags:
301 - symbol:
302 name: nwAppName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-cx-switch.yaml
+16
@@ -24,14 +24,20 @@ metrics:
24 symbol:
25 name: memory.total
26 OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1
27 + description: The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
28 + unit: "{logical_storage_area}"
29 - MIB: HOST-RESOURCES-MIB
30 symbol:
31 name: memory.used
32 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1
33 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.
34 + unit: "{logical_storage_area}"
35 - MIB: HOST-RESOURCES-MIB
36 symbol:
37 name: cpu.usage
38 OID: 1.3.6.1.2.1.25.3.3.1.2.196608 # hrProcessorLoad.196608
39 + description: The average, over the last minute, of the percentage of time that this processor was not idle.
40 + unit: "%"
41 - MIB: ARUBAWIRED-TEMPSENSOR-MIB
42 table:
43 OID: 1.3.6.1.4.1.47196.4.1.1.3.11.3.1
@@ -39,6 +45,8 @@ metrics:
45 symbols:
46 - name: arubaWiredTempSensorTemperature
47 OID: 1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.7
48 + description: Current temperature value read from the temperature sensor.
49 + unit: "Cel"
50 metric_tags:
51 - symbol:
52 name: arubaWiredTempSensorName
@@ -55,8 +63,12 @@ metrics:
63 symbols:
64 - name: arubaWiredPSUInstantaneousPower
65 OID: 1.3.6.1.4.1.47196.4.1.1.3.11.2.1.1.7
66 + description: Total instantaneous power supplied by the power supply in Watts.
67 + unit: "W"
68 - name: arubaWiredPSUNumberFailures
69 OID: 1.3.6.1.4.1.47196.4.1.1.3.11.2.1.1.9
70 + description: Number of failures the power supply has experienced since the most recent insertion of the power supply and boot of the system.
71 + unit: "{failure}"
72 metric_tags:
73 - symbol:
74 name: arubaWiredPSUName
@@ -85,6 +97,8 @@ metrics:
97 symbols:
98 - name: arubaWiredFanTray
99 constant_value_one: true
100 + description: This variable uniquely identifies the fan tray instance in a chassis and value 1 must be used for non-modular devices.
101 + unit: "{fan_tray}"
102 metric_tags:
103 - symbol:
104 name: arubaWiredFanTrayName
@@ -109,6 +123,8 @@ metrics:
123 symbols:
124 - name: arubaWiredFanRPM
125 OID: 1.3.6.1.4.1.47196.4.1.1.3.11.5.1.1.8
126 + description: Current RPM read for the fan.
127 + unit: "1.min"
128 metric_tags:
129 - symbol:
130 name: arubaWiredFanName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-switch.yaml
+22 -6
@@ -77,9 +77,11 @@ metrics:
77 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.17
78 name: wlsxSysExtFanTable
79 symbols:
80 - - # NOTE: active(1), inactive(2)
81 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.17.1.2
80 + # NOTE: active(1), inactive(2)
81 + - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.17.1.2
82 name: sysExtFanStatus
83 + description: Status of the Fan
84 + unit: "TBD"
85 metric_tags:
86 - tag: fan_index
87 symbol:
@@ -93,6 +95,8 @@ metrics:
95 symbols:
96 - name: wlsxSysExtFan
97 constant_value_one: true
98 + description: Fan constant value one
99 + unit: "TBD"
100 metric_tags:
101 - tag: fan_index
102 symbol:
@@ -118,6 +122,8 @@ metrics:
122 # NOTE: active(1), inactive(2)
123 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.18.1.2
124 name: sysExtPowerSupplyStatus
125 + description: Status of the power supply
126 + unit: "TBD"
127 metric_tags:
128 - tag: powersupply_index
129 symbol:
@@ -126,8 +132,8 @@ metrics:
132
133 ### Processor
134
129 - - # The table of processors contained by the controller.
130 - MIB: WLSX-SYSTEMEXT-MIB
135 + # The table of processors contained by the controller.
136 + - MIB: WLSX-SYSTEMEXT-MIB
137 table:
138 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.13
139 name: wlsxSysExtProcessorTable
@@ -135,6 +141,8 @@ metrics:
141 # The average, over the last minute, of the percentage of time that this processor was not idle.
142 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.13.1.3
143 name: sysExtProcessorLoad
144 + description: The average over the last minute of the percentage of time that this processor was not idle
145 + unit: "%"
146 metric_tags:
147 - tag: processor_index
148 symbol:
@@ -143,18 +151,24 @@ metrics:
151
152 ### Memory
153
146 - - # The memory status of the controller. All memory values measured in KB.
147 - MIB: WLSX-SYSTEMEXT-MIB
154 + # The memory status of the controller. All memory values measured in KB.
155 + - MIB: WLSX-SYSTEMEXT-MIB
156 table:
157 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1
158 name: wlsxSysExtMemoryTable
159 symbols:
160 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.2
161 name: sysExtMemorySize
162 + description: Total memory in KB
163 + unit: "kBy"
164 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.3
165 name: sysExtMemoryUsed
166 + description: Used memory in KB
167 + unit: "kBy"
168 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.4
169 name: sysExtMemoryFree
170 + description: Free memory in KB
171 + unit: "kBy"
172 metric_tags:
173 - tag: memory_index
174 symbol:
@@ -169,3 +183,5 @@ metrics:
183 symbol:
184 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.32.0
185 name: wlsxSysExtPacketLossPercent
186 + description: Packet loss percent of the switch
187 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/aruba-wireless-controller.yaml
+82 -21
@@ -54,14 +54,20 @@ metrics:
54 symbol:
55 name: cpu.usage
56 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.30.0
57 + description: Cpu usage percentage
58 + unit: "%"
59 - MIB: WLSX-SYSTEMEXT-MIB
60 symbol:
61 name: memory.usage
62 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.31.0
63 + description: Memory usage percentage
64 + unit: "%"
65 - MIB: WLSX-SYSTEMEXT-MIB
66 symbol:
67 name: wlsxSysExtPacketLossPercent
68 OID: 1.3.6.1.4.1.14823.2.2.1.2.1.32.0
69 + description: Packet loss percentage
70 + unit: "%"
71 - MIB: WLSX-SWITCH-MIB
72 table:
73 name: wlsxSysXStorageTable
@@ -69,8 +75,12 @@ metrics:
75 symbols:
76 - name: sysXStorageSize
77 OID: 1.3.6.1.4.1.14823.2.2.1.1.1.10.1.3
78 + description: Size of the storage filesystem in MB
79 + unit: "MBy"
80 - name: sysXStorageUsed
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 metric_tags:
85 - symbol:
86 name: sysXStorageType
@@ -90,8 +100,12 @@ metrics:
100 symbols:
101 - name: apChannelNoise
102 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.13
103 + description: Noise on the channel
104 + unit: "dB"
105 - name: apSignalToNoiseRatio
106 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.3.1.14
107 + description: Signal to noise ratio for the BSSID
108 + unit: "dB"
109 metric_tags:
110 - symbol:
111 name: apESSID
@@ -130,40 +144,72 @@ metrics:
144 symbols:
145 - name: apChannelBwRate
146 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.2
147 + description: Bandwidth rate in Kbps of the apChannel
148 + unit: "kbit/s"
149 - name: apChannelFrameRetryRate
150 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.3
151 + description: Number of retry packets as a percentage of the total packets transmitted and received on this channel
152 + unit: "%"
153 - name: apChannelFrameLowSpeedRate
154 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.4
155 + description: Number of low data rate packets as a percentage of the total packets transmitted and received on this channel
156 + unit: "%"
157 - name: apChannelFrameNonUnicastRate
158 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.5
159 + description: Number of broadcast and multicast packets as a percentage of the total packets transmitted on this channel
160 + unit: "%"
161 - name: apChannelFrameFragmentationRate
162 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.6
163 + description: Number of fragments as a percentage of the total packets transmitted on this channel
164 + unit: "%"
165 - name: apChannelFrameReceiveErrorRate
166 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.7
167 + description: Number of error packets as a percentage of the total packets received on this channel
168 + unit: "%"
169 - name: apBSSTxPackets
170 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.8
171 metric_type: monotonic_count
172 + description: Total packets transmitted by the ap on this BSSID
173 + unit: "{packet}"
174 - name: apBSSTxBytes
175 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.9
176 metric_type: monotonic_count
177 + description: Total bytes transmitted by the ap on this BSSID
178 + unit: "By"
179 - name: apBSSRxPackets
180 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.10
181 metric_type: monotonic_count
182 + description: Total packets received by the ap on this BSSID
183 + unit: "{packet}"
184 - name: apBSSRxBytes
185 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.11
186 metric_type: monotonic_count
187 + description: Total bytes received by the ap on this BSSID
188 + unit: "By"
189 - name: apBSSBwRate
190 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.12
191 + description: Bandwidth rate in Kbps of the ap on this BSSID
192 + unit: "kbit/s"
193 - name: apBSSFrameRetryRate
194 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.13
195 + description: Frame retry rate on this BSSID
196 + unit: "%"
197 - name: apBSSFrameLowSpeedRate
198 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.14
199 + description: Frame low speed rate on this BSSID
200 + unit: "%"
201 - name: apBSSFrameNonUnicastRate
202 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.15
203 + description: Frame non unicast packet rate on this BSSID
204 + unit: "%"
205 - name: apBSSFrameFragmentationRate
206 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.16
207 + description: Frame fragmentation rate on this BSSID
208 + unit: "%"
209 - name: apBSSFrameReceiveErrorRate
210 OID: 1.3.6.1.4.1.14823.2.2.1.1.3.5.1.17
211 + description: Frame receive error rate on this BSSID
212 + unit: "%"
213 metric_tags:
214 - symbol:
215 name: apStatsChannel
@@ -173,34 +219,50 @@ metrics:
219 symbol:
220 name: wlsxNumOfUsers8021x
221 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.1.0
222 + description: Number of 802.1x users
223 + unit: "{user}"
224 - MIB: WLSX-USER-MIB
225 symbol:
226 name: wlsxNumOfUsersVPN
227 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.2.0
228 + description: Number of VPN users
229 + unit: "{user}"
230 - MIB: WLSX-USER-MIB
231 symbol:
232 name: wlsxNumOfUsersCP
233 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.3.0
234 + description: Number of Captive Portal users
235 + unit: "{user}"
236 - MIB: WLSX-USER-MIB
237 symbol:
238 name: wlsxNumOfUsersMAC
239 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.4.0
240 + description: Number of MAC users
241 + unit: "{user}"
242 - MIB: WLSX-USER-MIB
243 symbol:
244 name: wlsxNumOfUsersStateful8021x
245 OID: 1.3.6.1.4.1.14823.2.2.1.4.1.4.5.0
246 + description: Number of stateful 802.1x users
247 + unit: "{user}"
248 - MIB: WLSX-HA-MIB
249 symbol:
250 name: haActiveAPs
251 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.1.0
252 + description: Number of active APs
253 + unit: "{access_point}"
254 - MIB: WLSX-HA-MIB
255 symbol:
256 name: haStandbyAPs
257 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.2.0
258 + description: Number of standby APs
259 + unit: "{access_point}"
260 - MIB: WLSX-HA-MIB
261 symbol:
262 name: haTotalAPs
263 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.2.1.3.0
264 + description: Total number of APs
265 + unit: "{access_point}"
266 - MIB: WLSX-HA-MIB
267 table:
268 name: wlsxHighAvalabilityTunnelTable
@@ -208,12 +270,20 @@ metrics:
270 symbols:
271 - name: haActiveVapTunnels
272 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.1
273 + description: Number of active per VAP GRE tunnels
274 + unit: "{tunnel}"
275 - name: haStandbyVapTunnels
276 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.2
277 + description: Number of standby per VAP GRE tunnels
278 + unit: "{tunnel}"
279 - name: haTotalVapTunnels
280 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.3
281 + description: Total number of per VAP GRE tunnels
282 + unit: "{tunnel}"
283 - name: haAPHbtTunnels
284 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.5.1.4
285 + description: Number of AP hbt GRE tunnels
286 + unit: "{tunnel}"
287 metric_tags:
288 - symbol:
289 OID: 1.3.6.1.4.1.14823.2.2.1.20.1.1.1.2
@@ -229,12 +299,20 @@ metrics:
299 symbols:
300 - name: wlanStaTransmitRate
301 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.10
302 + description: Transmit rate with which the station is associated with this system
303 + unit: "bit/s"
304 - name: wlanStaRSSI
305 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.14
306 + description: Signal to noise ratio for the station
307 + unit: "dB"
308 - name: wlanStaUpTime
309 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.15
310 + description: Time since the station associated to the current BSSID
311 + unit: "cs"
312 - name: wlanStaTransmitRateCode
313 OID: 1.3.6.1.4.1.14823.2.2.1.5.2.2.1.1.17
314 + description: Transmit rate code of the station
315 + unit: "TBD"
316 metric_tags:
317 - symbol:
318 name: wlanStaPhyType
@@ -297,34 +375,17 @@ metrics:
375 symbols:
376 - name: wlanStaTxBytes64
377 OID: 1.3.6.1.4.1.14823.2.2.1.5.3.2.1.1.25
378 + description: Number of bytes transmitted by this station, 64-bit value
379 + unit: "By"
380 - name: wlanStaRxBytes64
381 OID: 1.3.6.1.4.1.14823.2.2.1.5.3.2.1.1.26
382 + description: Number of bytes received by this station, 64-bit value
383 + unit: "By"
384 metric_tags:
385 - symbol:
386 name: wlanStaChannelNum
387 OID: 1.3.6.1.4.1.14823.2.2.1.5.3.2.1.1.1
388 tag: wlan_sta_channel_num
307 - # - MIB: WLSX-WLAN-MIB
308 - # table:
309 - # name: wlsxWlanESSIDStatsTable
310 - # OID: 1.3.6.1.4.1.14823.2.2.1.5.3.3.1
311 - # symbols:
312 - # - name: wlanESSIDRxRate
313 - # OID: 1.3.6.1.4.1.14823.2.2.1.5.3.3.1.1.8
314 - # - name: wlanESSIDTxRate
315 - # OID: 1.3.6.1.4.1.14823.2.2.1.5.3.3.1.1.9
316 - # - name: wlanESSIDWiredRxBytes
317 - # OID: 1.3.6.1.4.1.14823.2.2.1.5.3.3.1.1.11
318 - # - name: wlanESSIDWiredTxBytes
319 - # OID: 1.3.6.1.4.1.14823.2.2.1.5.3.3.1.1.12
320 - # metric_tags:
321 - # - symbol:
322 - # OID:
323 - # name:
324 - # table:
325 - # tag:
326 - # The index wlanESSID is not accessible
327 - # TODO: Requires feature to convert full index into a metric tag
389 metric_tags:
390 - OID: 1.3.6.1.4.1.14823.2.2.1.2.1.27.0
391 symbol: wlsxSysExtHwVersion
src/go/plugin/go.d/config/go.d/snmp.profiles/default/audiocodes-mediant-sbc.yaml
+6
@@ -10,14 +10,20 @@ metrics:
10 symbol:
11 name: memory.total
12 OID: 1.3.6.1.2.1.25.2.3.1.5.1
13 + description: The size of the storage represented by this entry, in units of hrStorageAllocationUnits.
14 + unit: "{logical_storage_area}"
15 - MIB: HOST-RESOURCES-MIB
16 symbol:
17 name: memory.used
18 OID: 1.3.6.1.2.1.25.2.3.1.6.1
19 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits.
20 + unit: "{logical_storage_area}"
21 - MIB: HOST-RESOURCES-MIB
22 symbol:
23 name: cpu.usage
24 OID: 1.3.6.1.2.1.25.3.3.1.2.1
25 + description: The average, over the last minute, of the percentage of time that this processor was not idle.
26 + unit: "%"
27
28 metadata:
29 device:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-aura-media-server.yaml
+6
@@ -17,11 +17,17 @@ metrics:
17 symbol:
18 name: memory.total
19 OID: 1.3.6.1.2.1.25.2.3.1.5.1
20 + description: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
21 + unit: "{storage_unit}"
22 - MIB: HOST-RESOURCES-MIB
23 symbol:
24 name: memory.used
25 OID: 1.3.6.1.2.1.25.2.3.1.6.1
26 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
27 + unit: "{storage_unit}"
28 - MIB: HOST-RESOURCES-MIB
29 symbol:
30 name: cpu.usage
31 OID: 1.3.6.1.2.1.25.3.3.1.2.196608
32 + description: The average, over the last minute, of the percentage of time that this processor was not idle
33 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-cajun-switch.yaml
+4
@@ -17,10 +17,14 @@ metrics:
17 symbol:
18 name: cpu.usage
19 OID: 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.6.1 # genCpuCurrentUtilization.1
20 + description: Current CPU utilization in percentage if the monitoring is enabled
21 + unit: "%"
22 - MIB: UTILIZATION-MANAGEMENT-MIB
23 symbol:
24 name: memory.usage
25 OID: 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.1 # genMemUtilizationPercentUsed.1
26 + description: Percentage of memory used
27 + unit: "%"
28 - MIB: CONFIG-MIB
29 table:
30 name: genPortTable
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avaya-media-gateway.yaml
+26 -36
@@ -14,10 +14,14 @@ metrics:
14 symbol:
15 name: cpu.usage
16 OID: 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.10 # genCpuAverageUtilization.10
17 + description: Current average CPU utilization in percentage
18 + unit: "%"
19 - MIB: UTILIZATION-MANAGEMENT-MIB
20 symbol:
21 name: memory.usage
22 OID: 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.10 # genMemUtilizationPercentUsed.10
23 + description: Percentage of memory used
24 + unit: "%"
25 - MIB: AVAYA-ENTITY-MIB
26 table:
27 name: avEntPhyChFruTable
@@ -50,66 +54,42 @@ metrics:
54 6: multiple_fan_fault
55 7: bad_expansion_cable
56 255: unknown
53 -# - MIB: AVAYA-RTP-MIB
54 -# symbol:
55 -# name: avaya.avRtpEnable
56 -# OID: 1.3.6.1.4.1.6889.2.7.1.2.0
57 -# enum:
58 -# true: 1
59 -# false: 2
60 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
61 -# comment in profile until it's fixed)
62 -# - MIB: G700-MG-MIB
63 -# symbol:
64 -# name: avaya.cmgQosControl
65 -# OID: 1.3.6.1.4.1.6889.2.9.1.2.2.1.0
66 -# enum:
67 -# local: 1
68 -# remote: 2
69 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
70 -# comment in profile until it's fixed)
57 - MIB: G700-MG-MIB
58 symbol:
59 name: avaya.cmgRemoteSigDscp
60 OID: 1.3.6.1.4.1.6889.2.9.1.2.2.2.0
61 + description: DiffServ code point for signaling traffic on the H.248 link received from the controller
62 + unit: "1"
63 - MIB: G700-MG-MIB
64 symbol:
65 name: avaya.cmgRemoteSig802Priority
66 OID: 1.3.6.1.4.1.6889.2.9.1.2.2.3.0
67 + description: 802.1 priority for signaling traffic on the H.248 link received from the controller
68 + unit: "{priority_level}"
69 - MIB: G700-MG-MIB
70 symbol:
71 name: avaya.cmgLocalSigDscp
72 OID: 1.3.6.1.4.1.6889.2.9.1.2.2.4.0
73 + description: DiffServ code point for signaling traffic on the H.248 link locally administered
74 + unit: "1"
75 - MIB: G700-MG-MIB
76 symbol:
77 name: avaya.cmgLocalSig802Priority
78 OID: 1.3.6.1.4.1.6889.2.9.1.2.2.5.0
79 + description: 802.1 priority for signaling traffic on the H.248 link locally administered
80 + unit: "{priority_level}"
81 - MIB: G700-MG-MIB
82 symbol:
83 name: avaya.cmgCurrent802Vlan
84 OID: 1.3.6.1.4.1.6889.2.9.1.2.2.7.0
91 -# - MIB: G700-MG-MIB
92 -# symbol:
93 -# name: avaya.cmgRegistrationState
94 -# OID: 1.3.6.1.4.1.6889.2.9.1.3.1.0
95 -# enum:
96 -# registered: 1
97 -# notRegistered: 2
98 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
99 -# comment in profile until it's fixed)
100 -# - MIB: G700-MG-MIB
101 -# symbol:
102 -# name: avaya.cmgH248LinkStatus
103 -# OID: 1.3.6.1.4.1.6889.2.9.1.3.3.0
104 -# enum:
105 -# up: 1
106 -# down: 2
107 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
108 -# comment in profile until it's fixed)
85 + description: Current 802.1 VLAN ID in use
86 + unit: "{vlan_id}"
87 - MIB: G700-MG-MIB
88 symbol:
89 name: avaya.cmgH248LinkErrorCode
90 OID: 1.3.6.1.4.1.6889.2.9.1.3.4.0
91 + description: Most recently received H.248 error code affecting the link between media gateway and controller
92 + unit: "{error_code}"
93 - MIB: G700-MG-MIB
94 table:
95 name: cmgVoipEngineTable
@@ -117,10 +97,16 @@ metrics:
97 symbols:
98 - name: avaya.cmgVoipTotalChannels
99 OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.6
100 + description: Total number of channels available to the VoIP engine
101 + unit: "{channel}"
102 - name: avaya.cmgVoipChannelsInUse
103 OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.7
104 + description: Number of channels currently in use at the VoIP engine
105 + unit: "{channel}"
106 - name: avaya.cmgVoipAverageOccupancy
107 OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.8
108 + description: Five-minute average occupancy of the VoIP engine
109 + unit: "%"
110 metric_tags:
111 - symbol:
112 name: avaya.cmgVoipCurrentIpAddress
@@ -158,8 +144,12 @@ metrics:
144 symbols:
145 - name: avaya.cmgDSPCoreTotalChannels
146 OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.2
147 + description: Total number of channels available to the DSP core
148 + unit: "{channel}"
149 - name: avaya.cmgDSPCoreChannelsInUse
150 OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.3
151 + description: Number of channels currently in use at the DSP core
152 + unit: "{channel}"
153 metric_tags:
154 - symbol:
155 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
+18
@@ -17,18 +17,26 @@ metrics:
17 symbol:
18 name: cpu.usage
19 OID: 1.3.6.1.4.1.45.1.6.3.8.1.1.5.3.10.0 # s5ChasUtilCPUUsageLast1Minute.3.10.0
20 + description: Percentage of time the CPU has been busy over the last 1 minute
21 + unit: "%"
22 - MIB: S5-CHASSIS-MIB
23 symbol:
24 name: memory.total
25 OID: 1.3.6.1.4.1.45.1.6.3.8.1.1.12.3.10.0 # s5ChasUtilMemoryTotalMB.3.10.0
26 + description: Total RAM of unit
27 + unit: "MBy"
28 - MIB: S5-CHASSIS-MIB
29 symbol:
30 name: memory.free
31 OID: 1.3.6.1.4.1.45.1.6.3.8.1.1.13.3.10.0 # s5ChasUtilMemoryAvailableMB.3.10.0
32 + description: Available RAM of unit
33 + unit: "MBy"
34 - MIB: S5-CHASSIS-MIB
35 symbol:
36 name: avaya.s5ChasTmpSnrTmpValue
37 OID: 1.3.6.1.4.1.45.1.6.3.7.1.1.5.5.10.0 # s5ChasTmpSnrTmpValue.5.10.0
38 + description: Current temperature value of the temperature sensor measured in units of a half degree centigrade
39 + unit: "{half_degree_Celsius}"
40 - MIB: S5-CHASSIS-MIB
41 table:
42 name: s5ChasComTable
@@ -41,6 +49,8 @@ metrics:
49 name: avaya.s5ChasComDescr
50 OID: 1.3.6.1.4.1.45.1.6.3.3.1.1.5
51 tag: avaya_s5_chas_com_descr
52 + description: Description of the component or sub-component
53 + unit: "TBD"
54 - symbol:
55 OID: 1.3.6.1.4.1.45.1.6.3.3.1.1.9
56 name: avaya.s5ChasComAdminState
@@ -52,6 +62,8 @@ metrics:
62 4: enable
63 5: reset
64 6: test
65 + description: Desired state of the component or sub-component
66 + unit: "TBD"
67 - symbol:
68 OID: 1.3.6.1.4.1.45.1.6.3.3.1.1.10
69 name: avaya.s5ChasComOperState
@@ -69,11 +81,17 @@ metrics:
81 10: fatal_err
82 11: not_config
83 12: obsoleted
84 + description: Current operational state of the component or sub-component
85 + unit: "TBD"
86
87 metric_tags:
88 - OID: 1.3.6.1.4.1.45.1.6.3.1.5.0
89 symbol: s5ChasVer
90 tag: avaya_s5_chas_ver
91 + description: Version of the chassis in the form major.minor.maintenance letters
92 + unit: "TBD"
93 - OID: 1.3.6.1.4.1.45.1.6.3.1.6.0
94 symbol: s5ChasSerNum
95 tag: avaya_s5_chas_ser_num
96 + description: Serial number of the chassis
97 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avocent-acs.yaml
+10
@@ -44,6 +44,8 @@ metrics:
44 symbol:
45 name: avocent.acsActiveSessionsNumberOfSession
46 OID: 1.3.6.1.4.1.10418.26.2.2.1.0
47 + description: Number of active sessions.
48 + unit: "{session}"
49 - MIB: ACS8000-MIB
50 table:
51 OID: 1.3.6.1.4.1.10418.26.2.3.2
@@ -51,18 +53,26 @@ metrics:
53 symbols:
54 - name: avocent.acsSerialPort
55 constant_value_one: true
56 + description: Serial port constant value one.
57 + unit: "TBD"
58 metric_tags:
59 - tag: avocent_acs_serial_port_table_device_name
60 symbol:
61 name: avocent.acsSerialPortTableDeviceName
62 OID: 1.3.6.1.4.1.10418.26.2.3.2.1.2
63 + description: The associated device name for the serial port.
64 + unit: "TBD"
65 - tag: avocent_acs_serial_port_table_name
66 symbol:
67 name: avocent.acsSerialPortTableName
68 OID: 1.3.6.1.4.1.10418.26.2.3.2.1.4
69 + description: Name associated with this serial port.
70 + unit: "TBD"
71 - symbol:
72 OID: 1.3.6.1.4.1.10418.26.2.3.2.1.3
73 name: avocent.acsSerialPortTableStatus
74 + description: The status of the serial port.
75 + unit: "TBD"
76 tag: avocent_acs_serial_port_table_status
77 mapping:
78 1: disabled
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-32s.yaml
+134
@@ -12,14 +12,20 @@ metrics:
12 symbol:
13 OID: 1.3.6.1.4.1.20916.1.11.1.1.1.1.0
14 name: roomalert.32s.internal_tempf
15 + description: Internal temperature in degrees Fahrenheit
16 + unit: "degF"
17 - MIB: ROOMALERT32S-MIB
18 symbol:
19 OID: 1.3.6.1.4.1.20916.1.11.1.1.1.2.0
20 name: roomalert.32s.internal_tempc
21 + description: Internal temperature in degrees Celsius
22 + unit: "Cel"
23 - MIB: ROOMALERT32S-MIB
24 symbol:
25 OID: 1.3.6.1.4.1.20916.1.11.1.1.2.1.0
26 name: roomalert.32s.internal_humidity
27 + description: Internal relative humidity percentage
28 + unit: "%"
29 # - MIB: ROOMALERT32S-MIB
30 # symbol:
31 # OID: 1.3.6.1.4.1.20916.1.11.1.1.3.1.0
@@ -33,258 +39,386 @@ metrics:
39 symbol:
40 OID: 1.3.6.1.4.1.20916.1.11.1.1.4.1.0
41 name: roomalert.32s.internal_heat_index
42 + description: Internal heat index in degrees Fahrenheit
43 + unit: "degF"
44 - MIB: ROOMALERT32S-MIB
45 symbol:
46 OID: 1.3.6.1.4.1.20916.1.11.1.1.4.2.0
47 name: roomalert.32s.internal_heat_indexC
48 + description: Internal heat index in degrees Celsius
49 + unit: "Cel"
50 - MIB: ROOMALERT32S-MIB
51 symbol:
52 OID: 1.3.6.1.4.1.20916.1.11.1.1.5.1.0
53 name: roomalert.32s.internal_analog1
54 + description: Internal analog sensor 1 reading
55 + unit: "TBD"
56 - MIB: ROOMALERT32S-MIB
57 symbol:
58 OID: 1.3.6.1.4.1.20916.1.11.1.1.5.2.0
59 name: roomalert.32s.internal_analog2
60 + description: Internal analog sensor 2 reading
61 + unit: "TBD"
62 - MIB: ROOMALERT32S-MIB
63 symbol:
64 OID: 1.3.6.1.4.1.20916.1.11.1.1.6.1.0
65 name: roomalert.32s.internal_relay1
66 + description: Internal relay 1 state
67 + unit: "{relay}"
68 - MIB: ROOMALERT32S-MIB
69 symbol:
70 OID: 1.3.6.1.4.1.20916.1.11.1.1.6.2.0
71 name: roomalert.32s.internal_relay2
72 + description: Internal relay 2 state
73 + unit: "{relay}"
74 - MIB: ROOMALERT32S-MIB
75 symbol:
76 OID: 1.3.6.1.4.1.20916.1.11.1.1.7.1.0
77 name: roomalert.32s.internal_dew_point_c
78 + description: Internal dew point in degrees Celsius
79 + unit: "Cel"
80 - MIB: ROOMALERT32S-MIB
81 symbol:
82 OID: 1.3.6.1.4.1.20916.1.11.1.1.7.2.0
83 name: roomalert.32s.internal_dew_point_f
84 + description: Internal dew point in degrees Fahrenheit
85 + unit: "degF"
86 - MIB: ROOMALERT32S-MIB
87 symbol:
88 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.1.0
89 name: roomalert.32s.digital_sen1_1
90 + description: Digital sensor 1 channel 1 state
91 + unit: "{sensor}"
92 - MIB: ROOMALERT32S-MIB
93 symbol:
94 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.2.0
95 name: roomalert.32s.digital_sen1_2
96 + description: Digital sensor 1 channel 2 state
97 + unit: "{sensor}"
98 - MIB: ROOMALERT32S-MIB
99 symbol:
100 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.3.0
101 name: roomalert.32s.digital_sen1_3
102 + description: Digital sensor 1 channel 3 state
103 + unit: "{sensor}"
104 - MIB: ROOMALERT32S-MIB
105 symbol:
106 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.4.0
107 name: roomalert.32s.digital_sen1_4
108 + description: Digital sensor 1 channel 4 state
109 + unit: "{sensor}"
110 - MIB: ROOMALERT32S-MIB
111 symbol:
112 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.5.0
113 name: roomalert.32s.digital_sen1_5
114 + description: Digital sensor 1 channel 5 state
115 + unit: "{sensor}"
116 - MIB: ROOMALERT32S-MIB
117 symbol:
118 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.6.0
119 name: roomalert.32s.digital_sen1_6
120 + description: Digital sensor 1 channel 6 state
121 + unit: "{sensor}"
122 - MIB: ROOMALERT32S-MIB
123 symbol:
124 OID: 1.3.6.1.4.1.20916.1.11.1.2.1.7.0
125 name: roomalert.32s.digital_sen1_7
126 + description: Digital sensor 1 channel 7 state
127 + unit: "{sensor}"
128 - MIB: ROOMALERT32S-MIB
129 symbol:
130 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.1.0
131 name: roomalert.32s.digital_sen2_1
132 + description: Digital sensor 2 channel 1 state
133 + unit: "{sensor}"
134 - MIB: ROOMALERT32S-MIB
135 symbol:
136 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.2.0
137 name: roomalert.32s.digital_sen2_2
138 + description: Digital sensor 2 channel 2 state
139 + unit: "{sensor}"
140 - MIB: ROOMALERT32S-MIB
141 symbol:
142 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.3.0
143 name: roomalert.32s.digital_sen2_3
144 + description: Digital sensor 2 channel 3 state
145 + unit: "{sensor}"
146 - MIB: ROOMALERT32S-MIB
147 symbol:
148 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.4.0
149 name: roomalert.32s.digital_sen2_4
150 + description: Digital sensor 2 channel 4 state
151 + unit: "{sensor}"
152 - MIB: ROOMALERT32S-MIB
153 symbol:
154 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.5.0
155 name: roomalert.32s.digital_sen2_5
156 + description: Digital sensor 2 channel 5 state
157 + unit: "{sensor}"
158 - MIB: ROOMALERT32S-MIB
159 symbol:
160 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.6.0
161 name: roomalert.32s.digital_sen2_6
162 + description: Digital sensor 2 channel 6 state
163 + unit: "{sensor}"
164 - MIB: ROOMALERT32S-MIB
165 symbol:
166 OID: 1.3.6.1.4.1.20916.1.11.1.2.2.7.0
167 name: roomalert.32s.digital_sen2_7
168 + description: Digital sensor 2 channel 7 state
169 + unit: "{sensor}"
170 - MIB: ROOMALERT32S-MIB
171 symbol:
172 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.1.0
173 name: roomalert.32s.digital_sen3_1
174 + description: Digital sensor 3 channel 1 state
175 + unit: "{sensor}"
176 - MIB: ROOMALERT32S-MIB
177 symbol:
178 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.2.0
179 name: roomalert.32s.digital_sen3_2
180 + description: Digital sensor 3 channel 2 state
181 + unit: "{sensor}"
182 - MIB: ROOMALERT32S-MIB
183 symbol:
184 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.3.0
185 name: roomalert.32s.digital_sen3_3
186 + description: Digital sensor 3 channel 3 state
187 + unit: "{sensor}"
188 - MIB: ROOMALERT32S-MIB
189 symbol:
190 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.4.0
191 name: roomalert.32s.digital_sen3_4
192 + description: Digital sensor 3 channel 4 state
193 + unit: "{sensor}"
194 - MIB: ROOMALERT32S-MIB
195 symbol:
196 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.5.0
197 name: roomalert.32s.digital_sen3_5
198 + description: Digital sensor 3 channel 5 state
199 + unit: "{sensor}"
200 - MIB: ROOMALERT32S-MIB
201 symbol:
202 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.6.0
203 name: roomalert.32s.digital_sen3_6
204 + description: Digital sensor 3 channel 6 state
205 + unit: "{sensor}"
206 - MIB: ROOMALERT32S-MIB
207 symbol:
208 OID: 1.3.6.1.4.1.20916.1.11.1.2.3.7.0
209 name: roomalert.32s.digital_sen3_7
210 + description: Digital sensor 3 channel 7 state
211 + unit: "{sensor}"
212 - MIB: ROOMALERT32S-MIB
213 symbol:
214 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.1.0
215 name: roomalert.32s.digital_sen4_1
216 + description: Digital sensor 4 channel 1 state
217 + unit: "{sensor}"
218 - MIB: ROOMALERT32S-MIB
219 symbol:
220 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.2.0
221 name: roomalert.32s.digital_sen4_2
222 + description: Digital sensor 4 channel 2 state
223 + unit: "{sensor}"
224 - MIB: ROOMALERT32S-MIB
225 symbol:
226 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.3.0
227 name: roomalert.32s.digital_sen4_3
228 + description: Digital sensor 4 channel 3 state
229 + unit: "{sensor}"
230 - MIB: ROOMALERT32S-MIB
231 symbol:
232 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.4.0
233 name: roomalert.32s.digital_sen4_4
234 + description: Digital sensor 4 channel 4 state
235 + unit: "{sensor}"
236 - MIB: ROOMALERT32S-MIB
237 symbol:
238 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.5.0
239 name: roomalert.32s.digital_sen4_5
240 + description: Digital sensor 4 channel 5 state
241 + unit: "{sensor}"
242 - MIB: ROOMALERT32S-MIB
243 symbol:
244 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.6.0
245 name: roomalert.32s.digital_sen4_6
246 + description: Digital sensor 4 channel 6 state
247 + unit: "{sensor}"
248 - MIB: ROOMALERT32S-MIB
249 symbol:
250 OID: 1.3.6.1.4.1.20916.1.11.1.2.4.7.0
251 name: roomalert.32s.digital_sen4_7
252 + description: Digital sensor 4 channel 7 state
253 + unit: "{sensor}"
254 - MIB: ROOMALERT32S-MIB
255 symbol:
256 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.1.0
257 name: roomalert.32s.digital_sen5_1
258 + description: Digital sensor 5 channel 1 state
259 + unit: "{sensor}"
260 - MIB: ROOMALERT32S-MIB
261 symbol:
262 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.2.0
263 name: roomalert.32s.digital_sen5_2
264 + description: Digital sensor 5 channel 2 state
265 + unit: "{sensor}"
266 - MIB: ROOMALERT32S-MIB
267 symbol:
268 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.3.0
269 name: roomalert.32s.digital_sen5_3
270 + description: Digital sensor 5 channel 3 state
271 + unit: "{sensor}"
272 - MIB: ROOMALERT32S-MIB
273 symbol:
274 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.4.0
275 name: roomalert.32s.digital_sen5_4
276 + description: Digital sensor 5 channel 4 state
277 + unit: "{sensor}"
278 - MIB: ROOMALERT32S-MIB
279 symbol:
280 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.5.0
281 name: roomalert.32s.digital_sen5_5
282 + description: Digital sensor 5 channel 5 state
283 + unit: "{sensor}"
284 - MIB: ROOMALERT32S-MIB
285 symbol:
286 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.6.0
287 name: roomalert.32s.digital_sen5_6
288 + description: Digital sensor 5 channel 6 state
289 + unit: "{sensor}"
290 - MIB: ROOMALERT32S-MIB
291 symbol:
292 OID: 1.3.6.1.4.1.20916.1.11.1.2.5.7.0
293 name: roomalert.32s.digital_sen5_7
294 + description: Digital sensor 5 channel 7 state
295 + unit: "{sensor}"
296 - MIB: ROOMALERT32S-MIB
297 symbol:
298 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.1.0
299 name: roomalert.32s.digital_sen6_1
300 + description: Digital sensor 6 channel 1 state
301 + unit: "{sensor}"
302 - MIB: ROOMALERT32S-MIB
303 symbol:
304 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.2.0
305 name: roomalert.32s.digital_sen6_2
306 + description: Digital sensor 6 channel 2 state
307 + unit: "{sensor}"
308 - MIB: ROOMALERT32S-MIB
309 symbol:
310 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.3.0
311 name: roomalert.32s.digital_sen6_3
312 + description: Digital sensor 6 channel 3 state
313 + unit: "{sensor}"
314 - MIB: ROOMALERT32S-MIB
315 symbol:
316 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.4.0
317 name: roomalert.32s.digital_sen6_4
318 + description: Digital sensor 6 channel 4 state
319 + unit: "{sensor}"
320 - MIB: ROOMALERT32S-MIB
321 symbol:
322 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.5.0
323 name: roomalert.32s.digital_sen6_5
324 + description: Digital sensor 6 channel 5 state
325 + unit: "{sensor}"
326 - MIB: ROOMALERT32S-MIB
327 symbol:
328 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.6.0
329 name: roomalert.32s.digital_sen6_6
330 + description: Digital sensor 6 channel 6 state
331 + unit: "{sensor}"
332 - MIB: ROOMALERT32S-MIB
333 symbol:
334 OID: 1.3.6.1.4.1.20916.1.11.1.2.6.7.0
335 name: roomalert.32s.digital_sen6_7
336 + description: Digital sensor 6 channel 7 state
337 + unit: "{sensor}"
338 - MIB: ROOMALERT32S-MIB
339 symbol:
340 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.1.0
341 name: roomalert.32s.digital_sen7_1
342 + description: Digital sensor 7 channel 1 state
343 + unit: "{sensor}"
344 - MIB: ROOMALERT32S-MIB
345 symbol:
346 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.2.0
347 name: roomalert.32s.digital_sen7_2
348 + description: Digital sensor 7 channel 2 state
349 + unit: "{sensor}"
350 - MIB: ROOMALERT32S-MIB
351 symbol:
352 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.3.0
353 name: roomalert.32s.digital_sen7_3
354 + description: Digital sensor 7 channel 3 state
355 + unit: "{sensor}"
356 - MIB: ROOMALERT32S-MIB
357 symbol:
358 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.4.0
359 name: roomalert.32s.digital_sen7_4
360 + description: Digital sensor 7 channel 4 state
361 + unit: "{sensor}"
362 - MIB: ROOMALERT32S-MIB
363 symbol:
364 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.5.0
365 name: roomalert.32s.digital_sen7_5
366 + description: Digital sensor 7 channel 5 state
367 + unit: "{sensor}"
368 - MIB: ROOMALERT32S-MIB
369 symbol:
370 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.6.0
371 name: roomalert.32s.digital_sen7_6
372 + description: Digital sensor 7 channel 6 state
373 + unit: "{sensor}"
374 - MIB: ROOMALERT32S-MIB
375 symbol:
376 OID: 1.3.6.1.4.1.20916.1.11.1.2.7.7.0
377 name: roomalert.32s.digital_sen7_7
378 + description: Digital sensor 7 channel 7 state
379 + unit: "{sensor}"
380 - MIB: ROOMALERT32S-MIB
381 symbol:
382 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.1.0
383 name: roomalert.32s.digital_sen8_1
384 + description: Digital sensor 8 channel 1 state
385 + unit: "{sensor}"
386 - MIB: ROOMALERT32S-MIB
387 symbol:
388 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.2.0
389 name: roomalert.32s.digital_sen8_2
390 + description: Digital sensor 8 channel 2 state
391 + unit: "{sensor}"
392 - MIB: ROOMALERT32S-MIB
393 symbol:
394 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.3.0
395 name: roomalert.32s.digital_sen8_3
396 + description: Digital sensor 8 channel 3 state
397 + unit: "{sensor}"
398 - MIB: ROOMALERT32S-MIB
399 symbol:
400 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.4.0
401 name: roomalert.32s.digital_sen8_4
402 + description: Digital sensor 8 channel 4 state
403 + unit: "{sensor}"
404 - MIB: ROOMALERT32S-MIB
405 symbol:
406 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.5.0
407 name: roomalert.32s.digital_sen8_5
408 + description: Digital sensor 8 channel 5 state
409 + unit: "{sensor}"
410 - MIB: ROOMALERT32S-MIB
411 symbol:
412 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.6.0
413 name: roomalert.32s.digital_sen8_6
414 + description: Digital sensor 8 channel 6 state
415 + unit: "{sensor}"
416 - MIB: ROOMALERT32S-MIB
417 symbol:
418 OID: 1.3.6.1.4.1.20916.1.11.1.2.8.7.0
419 name: roomalert.32s.digital_sen8_7
420 + description: Digital sensor 8 channel 7 state
421 + unit: "{sensor}"
422 # - MIB: ROOMALERT32S-MIB
423 # symbol:
424 # OID: 1.3.6.1.4.1.20916.1.11.1.3.1.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-3e.yaml
+18
@@ -15,10 +15,14 @@ metrics:
15 symbol:
16 OID: 1.3.6.1.4.1.20916.1.9.1.1.1.1.0
17 name: roomalert.3e.digital_sen1_1
18 + description: The current temperature reading in Celsius of the Internal Temperature Sensor
19 + unit: "Cel"
20 - MIB: ROOMALERT3E-MIB
21 symbol:
22 OID: 1.3.6.1.4.1.20916.1.9.1.1.1.2.0
23 name: roomalert.3e.digital_sen1_2
24 + description: The current temperature reading in Fahrenheit of the Internal Temperature Sensor
25 + unit: "degF"
26 # - MIB: ROOMALERT3E-MIB
27 # symbol:
28 # OID: 1.3.6.1.4.1.20916.1.9.1.1.1.3.0
@@ -28,22 +32,32 @@ metrics:
32 symbol:
33 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.1.0
34 name: roomalert.3e.digital_sen2_1
35 + description: If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius
36 + unit: "Cel"
37 - MIB: ROOMALERT3E-MIB
38 symbol:
39 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.2.0
40 name: roomalert.3e.digital_sen2_2
41 + description: If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit
42 + unit: "degF"
43 - MIB: ROOMALERT3E-MIB
44 symbol:
45 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.3.0
46 name: roomalert.3e.digital_sen2_3
47 + description: If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity
48 + unit: "%"
49 - MIB: ROOMALERT3E-MIB
50 symbol:
51 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.4.0
52 name: roomalert.3e.digital_sen2_4
53 + description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit
54 + unit: "degF"
55 - MIB: ROOMALERT3E-MIB
56 symbol:
57 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.5.0
58 name: roomalert.3e.digital_sen2_5
59 + description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius
60 + unit: "Cel"
61 # - MIB: ROOMALERT3E-MIB
62 # symbol:
63 # OID: 1.3.6.1.4.1.20916.1.9.1.1.2.6.0
@@ -53,6 +67,8 @@ metrics:
67 symbol:
68 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.7.0
69 name: roomalert.3e.digital_sen2_7
70 + description: TBD
71 + unit: "TBD"
72 # - MIB: ROOMALERT3E-MIB
73 # symbol:
74 # OID: 1.3.6.1.4.1.20916.1.9.1.1.2.8.0
@@ -62,6 +78,8 @@ metrics:
78 symbol:
79 OID: 1.3.6.1.4.1.20916.1.9.1.2.1.0
80 name: roomalert.3e.switch_sen1
81 + description: The reading for the switch sensor (0 = OPEN, 1 = CLOSED)
82 + unit: "1"
83 # - MIB: ROOMALERT3E-MIB
84 # symbol:
85 # OID: 1.3.6.1.4.1.20916.1.9.1.2.2.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-3s.yaml
+34
@@ -12,38 +12,56 @@ metrics:
12 symbol:
13 OID: 1.3.6.1.4.1.20916.1.13.1.1.1.1.0
14 name: roomalert.3s.internal_tempf
15 + description: Internal temperature in degrees Fahrenheit
16 + unit: "degF"
17 - MIB: ROOMALERT3S-MIB
18 symbol:
19 OID: 1.3.6.1.4.1.20916.1.13.1.1.1.2.0
20 name: roomalert.3s.internal_tempc
21 + description: Internal temperature in degrees Celsius
22 + unit: "Cel"
23 - MIB: ROOMALERT3S-MIB
24 symbol:
25 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.1.0
26 name: roomalert.3s.digital_sen1_1
27 + description: Digital sensor 1 state 1
28 + unit: "TBD"
29 - MIB: ROOMALERT3S-MIB
30 symbol:
31 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.2.0
32 name: roomalert.3s.digital_sen1_2
33 + description: Digital sensor 1 state 2
34 + unit: "TBD"
35 - MIB: ROOMALERT3S-MIB
36 symbol:
37 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.3.0
38 name: roomalert.3s.digital_sen1_3
39 + description: Digital sensor 1 state 3
40 + unit: "TBD"
41 - MIB: ROOMALERT3S-MIB
42 symbol:
43 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.4.0
44 name: roomalert.3s.digital_sen1_4
45 + description: Digital sensor 1 state 4
46 + unit: "TBD"
47 - MIB: ROOMALERT3S-MIB
48 symbol:
49 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.5.0
50 name: roomalert.3s.digital_sen1_5
51 + description: Digital sensor 1 state 5
52 + unit: "TBD"
53 - MIB: ROOMALERT3S-MIB
54 symbol:
55 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.6.0
56 name: roomalert.3s.digital_sen1_6
57 + description: Digital sensor 1 state 6
58 + unit: "TBD"
59 - MIB: ROOMALERT3S-MIB
60 symbol:
61 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.7.0
62 name: roomalert.3s.digital_sen1_7
63 + description: Digital sensor 1 state 7
64 + unit: "TBD"
65 # - MIB: ROOMALERT3S-MIB
66 # symbol:
67 # OID: 1.3.6.1.4.1.20916.1.13.1.3.1.0
@@ -57,31 +75,47 @@ metrics:
75 symbol:
76 OID: 1.3.6.1.4.1.20916.1.13.3.1.1.0
77 name: roomalert.3s.externalrelay1_element_one
78 + description: External relay 1 element one state
79 + unit: "TBD"
80 - MIB: ROOMALERT3S-MIB
81 symbol:
82 OID: 1.3.6.1.4.1.20916.1.13.3.1.2.0
83 name: roomalert.3s.externalrelay1_element_two
84 + description: External relay 1 element two state
85 + unit: "TBD"
86 - MIB: ROOMALERT3S-MIB
87 symbol:
88 OID: 1.3.6.1.4.1.20916.1.13.3.1.3.0
89 name: roomalert.3s.externalrelay1_element_three
90 + description: External relay 1 element three state
91 + unit: "TBD"
92 - MIB: ROOMALERT3S-MIB
93 symbol:
94 OID: 1.3.6.1.4.1.20916.1.13.3.1.4.0
95 name: roomalert.3s.externalrelay1_element_four
96 + description: External relay 1 element four state
97 + unit: "TBD"
98 - MIB: ROOMALERT3S-MIB
99 symbol:
100 OID: 1.3.6.1.4.1.20916.1.13.3.1.5.0
101 name: roomalert.3s.externalrelay1_element_five
102 + description: External relay 1 element five state
103 + unit: "TBD"
104 - MIB: ROOMALERT3S-MIB
105 symbol:
106 OID: 1.3.6.1.4.1.20916.1.13.3.1.6.0
107 name: roomalert.3s.externalrelay1_element_six
108 + description: External relay 1 element six state
109 + unit: "TBD"
110 - MIB: ROOMALERT3S-MIB
111 symbol:
112 OID: 1.3.6.1.4.1.20916.1.13.3.1.7.0
113 name: roomalert.3s.externalrelay1_element_seven
114 + description: External relay 1 element seven state
115 + unit: "TBD"
116 - MIB: ROOMALERT3S-MIB
117 symbol:
118 OID: 1.3.6.1.4.1.20916.1.13.3.1.8.0
119 name: roomalert.3s.externalrelay1_element_eight
120 + description: External relay 1 element eight state
121 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/barracuda-cloudgen.yaml
+70 -12
@@ -18,11 +18,15 @@ metrics:
18 symbols:
19 - name: phion.boxServices
20 constant_value_one: true
21 + description: " "
22 + unit: "TBD"
23 metric_tags:
24 - symbol:
25 OID: 1.3.6.1.4.1.10704.1.0.1.1
26 name: boxServiceName
27 tag: box_service_name
28 + description: " "
29 + unit: "TBD"
30 - symbol:
31 OID: 1.3.6.1.4.1.10704.1.0.1.2
32 name: boxServiceState
@@ -33,10 +37,14 @@ metrics:
37 1: started
38 2: blocked
39 4: removed
40 + description: " "
41 + unit: "TBD"
42 - MIB: PHION-MIB
43 symbol:
44 OID: 1.3.6.1.4.1.10704.1.11.0
45 name: phion.vpnUsers
46 + description: "Number of vpn users"
47 + unit: "{Session}"
48 - MIB: PHION-MIB
49 table:
50 OID: 1.3.6.1.4.1.10704.1.12
@@ -45,50 +53,80 @@ metrics:
53 - OID: 1.3.6.1.4.1.10704.1.12.1.2
54 name: phion.trafficShape.rate
55 metric_type: monotonic_count
56 + description: "Rate in kbit per second"
57 + unit: "kbit/s"
58 - OID: 1.3.6.1.4.1.10704.1.12.1.3
59 name: phion.trafficShape.sessions
60 metric_type: monotonic_count
61 + description: "Number of sessions"
62 + unit: "{Session}"
63 - OID: 1.3.6.1.4.1.10704.1.12.1.4
64 name: phion.trafficShape.class1Total
65 metric_type: monotonic_count
66 + description: "Total bytes for class1"
67 + unit: "By"
68 - OID: 1.3.6.1.4.1.10704.1.12.1.5
69 name: phion.trafficShape.class1Pakets
70 metric_type: monotonic_count
71 + description: "Total packets for class1"
72 + unit: "{packet}"
73 - OID: 1.3.6.1.4.1.10704.1.12.1.6
74 name: phion.trafficShape.class1Drop
75 metric_type: monotonic_count
76 + description: "Dropped packets for class1"
77 + unit: "{packet}"
78 - OID: 1.3.6.1.4.1.10704.1.12.1.7
79 name: phion.trafficShape.class2Total
80 metric_type: monotonic_count
81 + description: "Total bytes for class2"
82 + unit: "By"
83 - OID: 1.3.6.1.4.1.10704.1.12.1.8
84 name: phion.trafficShape.class2Pakets
85 metric_type: monotonic_count
86 + description: "Total packets for class2"
87 + unit: "{packet}"
88 - OID: 1.3.6.1.4.1.10704.1.12.1.9
89 name: phion.trafficShape.class2Drop
90 metric_type: monotonic_count
91 + description: "Dropped packets for class2"
92 + unit: "{packet}"
93 - OID: 1.3.6.1.4.1.10704.1.12.1.10
94 name: phion.trafficShape.class3Total
95 metric_type: monotonic_count
96 + description: "Total bytes for class3"
97 + unit: "By"
98 - OID: 1.3.6.1.4.1.10704.1.12.1.11
99 name: phion.trafficShape.class3Pakets
100 metric_type: monotonic_count
101 + description: "Total packets for class3"
102 + unit: "{packet}"
103 - OID: 1.3.6.1.4.1.10704.1.12.1.12
104 name: phion.trafficShape.class3Drop
105 metric_type: monotonic_count
106 + description: "Dropped packets for class3"
107 + unit: "{packet}"
108 - OID: 1.3.6.1.4.1.10704.1.12.1.13
109 name: phion.trafficShape.noDelayTotal
110 metric_type: monotonic_count
111 + description: "Total bytes for no delay"
112 + unit: "By"
113 - OID: 1.3.6.1.4.1.10704.1.12.1.14
114 name: phion.trafficShape.noDelayPakets
115 metric_type: monotonic_count
116 + description: "Total packets for no delay"
117 + unit: "{packet}"
118 - OID: 1.3.6.1.4.1.10704.1.12.1.15
119 name: phion.trafficShape.noDelayDrop
120 metric_type: monotonic_count
121 + description: "Dropped packets for no delay"
122 + unit: "{packet}"
123 metric_tags:
124 - symbol:
125 OID: 1.3.6.1.4.1.10704.1.12.1.1
126 name: connectorName
127 tag: connector_name
128 + description: "Name of shaping connector with :IN for inbound and :OUT for outbound"
129 + unit: "TBD"
130 - MIB: PHION-MIB
131 table:
132 OID: 1.3.6.1.4.1.10704.1.4
@@ -96,11 +134,15 @@ metrics:
134 symbols:
135 - OID: 1.3.6.1.4.1.10704.1.4.1.3
136 name: phion.hwSensorValue
137 + description: "Sensor value"
138 + unit: "1"
139 metric_tags:
140 - symbol:
141 OID: 1.3.6.1.4.1.10704.1.4.1.1
142 name: hwSensorName
143 tag: hw_sensor_name
144 + description: " "
145 + unit: "TBD"
146 - symbol:
147 OID: 1.3.6.1.4.1.10704.1.4.1.2
148 name: hwSensorType
@@ -111,6 +153,8 @@ metrics:
153 1: fan
154 2: temperature
155 3: psu-status
156 + description: " "
157 + unit: "TBD"
158 - MIB: PHION-MIB
159 table:
160 OID: 1.3.6.1.4.1.10704.1.6
@@ -118,11 +162,15 @@ metrics:
162 symbols:
163 - name: phion.vpnTunnels
164 constant_value_one: true
165 + description: " "
166 + unit: "TBD"
167 metric_tags:
168 - symbol:
169 OID: 1.3.6.1.4.1.10704.1.6.1.1
170 name: vpnName
171 tag: vpn_name
172 + description: " "
173 + unit: "TBD"
174 - symbol:
175 OID: 1.3.6.1.4.1.10704.1.6.1.2
176 name: vpnState
@@ -131,6 +179,8 @@ metrics:
179 -1: down
180 0: down-disabled
181 1: active
182 + description: " "
183 + unit: "TBD"
184 - MIB: PHION-MIB
185 table:
186 OID: 1.3.6.1.4.1.10704.1.7
@@ -138,23 +188,15 @@ metrics:
188 symbols:
189 - name: phion.bgpNeighbors
190 constant_value_one: true
191 + description: " "
192 + unit: "TBD"
193 metric_tags:
194 - symbol:
195 OID: 1.3.6.1.4.1.10704.1.7.1.1
196 name: bgpNeighborAddress
197 tag: bgp_neighbor_address
146 - # - symbol:
147 - # OID: 1.3.6.1.4.1.10704.1.7.1.2
148 - # name: bgpNeighborState
149 - # tag: bgp_neighbor_state
150 - # mapping:
151 - # 1: idle
152 - # 2: connect
153 - # 3: active
154 - # 4: opensent
155 - # 5: openconfirm
156 - # 6: established
157 - # mappings not found in MIB
198 + description: " "
199 + unit: "TBD"
200 - MIB: PHION-MIB
201 table:
202 OID: 1.3.6.1.4.1.10704.1.8
@@ -162,23 +204,33 @@ metrics:
204 symbols:
205 - name: phion.ospfNeighbors
206 constant_value_one: true
207 + description: " "
208 + unit: "TBD"
209 metric_tags:
210 - symbol:
211 OID: 1.3.6.1.4.1.10704.1.8.1.1
212 name: ospfNeighborId
213 tag: ospf_neighbor_id
214 + description: " "
215 + unit: "TBD"
216 - symbol:
217 OID: 1.3.6.1.4.1.10704.1.8.1.2
218 name: ospfNeighborAddress
219 tag: ospf_neighbor_address
220 + description: " "
221 + unit: "TBD"
222 - symbol:
223 OID: 1.3.6.1.4.1.10704.1.8.1.3
224 name: ospfNeighborInterface
225 tag: ospf_neighbor_interface
226 + description: " "
227 + unit: "TBD"
228 - symbol:
229 OID: 1.3.6.1.4.1.10704.1.8.1.4
230 name: ospfNeighborStatus
231 tag: ospf_neighbor_status
232 + description: " "
233 + unit: "TBD"
234 - MIB: PHION-MIB
235 table:
236 OID: 1.3.6.1.4.1.10704.1.9
@@ -186,15 +238,21 @@ metrics:
238 symbols:
239 - name: phion.ripNeighbors
240 constant_value_one: true
241 + description: " "
242 + unit: "TBD"
243 metric_tags:
244 - symbol:
245 OID: 1.3.6.1.4.1.10704.1.9.1.1
246 name: ripNeighborAddress
247 tag: rip_neighbor_address
248 + description: " "
249 + unit: "TBD"
250 - symbol:
251 OID: 1.3.6.1.4.1.10704.1.9.1.2
252 name: ripNeighborState
253 tag: rip_neighbor_state
254 + description: " "
255 + unit: "TBD"
256 # - MIB: PHION-MIB # Removed for lack of clarity on how this table is indexed.
257 # table:
258 # OID: 1.3.6.1.4.1.10704.1.10
src/go/plugin/go.d/config/go.d/snmp.profiles/default/bluecat-server.yaml
+4
@@ -21,6 +21,8 @@ metrics:
21 symbols:
22 - OID: 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.4
23 name: bcnDhcpv4SubnetFreeAddresses
24 + description: The number of IPs addresses available in this subnet.
25 + unit: "{ip_address}"
26 metric_tags:
27 - symbol:
28 OID: 1.3.6.1.4.1.13315.3.1.1.2.2.2.1.1
@@ -49,6 +51,8 @@ metrics:
51 symbols:
52 - OID: 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.5
53 name: bcnDhcpv4PoolFreeAddresses
54 + description: The number of IPs addresses available in this pool.
55 + unit: "{ip_address}"
56 metric_tags:
57 - symbol:
58 OID: 1.3.6.1.4.1.13315.3.1.1.2.2.3.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/brocade-fc-switch.yaml
+46
@@ -27,10 +27,14 @@ metrics:
27 symbol:
28 OID: 1.3.6.1.4.1.1588.2.1.1.1.26.1.0
29 name: cpu.usage
30 + description: System's cpu usage.
31 + unit: "%"
32 - MIB: RESOURCE-MIB
33 symbol:
34 OID: 1.3.6.1.4.1.1588.2.1.1.1.26.6.0
35 name: memory.usage
36 + description: System's memory usage.
37 + unit: "%"
38 - MIB: FIBRE-CHANNEL-FE-MIB
39 table:
40 OID: 1.3.6.1.2.1.75.1.2.1
@@ -38,6 +42,8 @@ metrics:
42 symbols:
43 - name: fcFxPortStatus
44 constant_value_one: true
45 + description: Operational status of the FxPort.
46 + unit: "{status}"
47 metric_tags:
48 - index: 1 # fcFeModuleIndex is index #1 of fcFxPortEntry
49 tag: fc_fe_module_index
@@ -46,6 +52,8 @@ metrics:
52 - symbol:
53 OID: 1.3.6.1.2.1.75.1.2.1.1.3
54 name: fcFxPortOperMode
55 + description: Operational mode of the FxPort.
56 + unit: "{mode}"
57 tag: fc_fx_port_oper_mode
58 mapping:
59 1: unknown
@@ -54,6 +62,8 @@ metrics:
62 - symbol:
63 OID: 1.3.6.1.2.1.75.1.2.1.1.4
64 name: fcFxPortAdminMode
65 + description: Desired operational mode of the FxPort.
66 + unit: "{mode}"
67 tag: fc_fx_port_admin_mode
68 mapping:
69 2: f_port
@@ -65,6 +75,8 @@ metrics:
75 symbols:
76 - name: fcFxPortPhys
77 constant_value_one: true
78 + description: Physical status of the FxPort.
79 + unit: "{status}"
80 metric_tags:
81 - index: 1 # fcFeModuleIndex is index #1 of fcFxPortEntry
82 tag: fc_fe_module_index
@@ -73,6 +85,8 @@ metrics:
85 - symbol:
86 OID: 1.3.6.1.2.1.75.1.2.2.1.1
87 name: fcFxPortPhysAdminStatus
88 + description: Desired state of the FxPort.
89 + unit: "{state}"
90 tag: fc_fx_port_phys_admin_status
91 mapping:
92 1: online
@@ -81,6 +95,8 @@ metrics:
95 - symbol:
96 OID: 1.3.6.1.2.1.75.1.2.2.1.2
97 name: fcFxPortPhysOperStatus
98 + description: Current operational status of the FxPort.
99 + unit: "{status}"
100 tag: fc_fx_port_phys_oper_status
101 mapping:
102 1: online
@@ -95,48 +111,78 @@ metrics:
111 - name: swFCPortTxFrames
112 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.13
113 metric_type: monotonic_count
114 + description: Number of Fibre Channel frames transmitted by the port.
115 + unit: "{frame}"
116 - name: swFCPortRxFrames
117 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.14
118 metric_type: monotonic_count
119 + description: Number of Fibre Channel frames received by the port.
120 + unit: "{frame}"
121 - name: swFCPortRxC2Frames
122 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.15
123 metric_type: monotonic_count
124 + description: Number of Class 2 frames received by the port.
125 + unit: "{frame}"
126 - name: swFCPortRxC3Frames
127 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.16
128 metric_type: monotonic_count
129 + description: Number of Class 3 frames received by the port.
130 + unit: "{frame}"
131 - name: swFCPortRxLCs
132 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.17
133 metric_type: monotonic_count
134 + description: Number of Link Control frames received by the port.
135 + unit: "{frame}"
136 - name: swFCPortTooManyRdys
137 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.19
138 metric_type: monotonic_count
139 + description: Number of times when RDYs exceeds the frames received.
140 + unit: "{count}"
141 - name: swFCPortNoTxCredits
142 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.20
143 metric_type: monotonic_count
144 + description: Number of times when the transmit credit has reached zero.
145 + unit: "{count}"
146 - name: swFCPortRxEncInFrs
147 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.21
148 metric_type: monotonic_count
149 + description: Number of encoding or disparity errors inside frames received.
150 + unit: "{error}"
151 - name: swFCPortRxCrcs
152 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.22
153 metric_type: monotonic_count
154 + description: Number of CRC errors detected for frames received.
155 + unit: "{error}"
156 - name: swFCPortRcTruncs
157 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.23
158 metric_type: monotonic_count
159 + description: Number of truncated frames received by the port.
160 + unit: "{frame}"
161 - name: swFCPortRxTooLongs
162 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.24
163 metric_type: monotonic_count
164 + description: Number of received frames that are too long.
165 + unit: "{frame}"
166 - name: swFCPortRxBadEofs
167 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.25
168 metric_type: monotonic_count
169 + description: Number of received frames with bad EOF delimiter.
170 + unit: "{frame}"
171 - name: swFCPortRxEncOutFrs
172 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.26
173 metric_type: monotonic_count
174 + description: Number of encoding or disparity errors outside frames received.
175 + unit: "{error}"
176 - name: swFCPortRxBadOs
177 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.27
178 metric_type: monotonic_count
179 + description: Number of invalid Ordered Sets received.
180 + unit: "{error}"
181 - name: swFCPortC3Discards
182 OID: 1.3.6.1.4.1.1588.2.1.1.1.6.2.1.28
183 metric_type: monotonic_count
184 + description: Number of Class 3 frames discarded by the port.
185 + unit: "{frame}"
186 metric_tags:
187 - symbol:
188 name: swFCPortName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/brother-net-printer.yaml
+10
@@ -12,22 +12,32 @@ metrics:
12 symbol:
13 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.9.0
14 name: brJamPlace
15 + description: Location of jam
16 + unit: "{jam_location}"
17 - MIB: BROTHER-MIB
18 symbol:
19 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.1.0
20 name: brToner1Low
21 + description: Black toner status
22 + unit: "{status}"
23 - MIB: BROTHER-MIB
24 symbol:
25 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.2.0
26 name: brToner2Low
27 + description: Cyan toner status
28 + unit: "{status}"
29 - MIB: BROTHER-MIB
30 symbol:
31 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.3.0
32 name: brToner3Low
33 + description: Magenta toner status
34 + unit: "{status}"
35 - MIB: BROTHER-MIB
36 symbol:
37 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.4.0
38 name: brToner4Low
39 + description: Yellow toner status
40 + unit: "{status}"
41 - MIB: BROTHER-MIB
42 table:
43 name: brErrorHistoryTable
src/go/plugin/go.d/config/go.d/snmp.profiles/default/chatsworth_pdu.yaml
+373 -62
@@ -34,181 +34,289 @@ metric_tags:
34
35 metrics:
36 ### [Legacy] PDU
37 - - # [legacy] This table contains a list of PDU entries that are being monitored by the PDU.
38 - MIB: CPI-UNITY-MIB
37 + # [legacy] This table contains a list of PDU entries that are being monitored by the PDU.
38 + - MIB: CPI-UNITY-MIB
39 symbol:
40 OID: 1.3.6.1.4.1.30932.1.1.2.58.2.0
41 name: pduRole
42 + description: PDU role, 1 = primary, 0 = secondary
43 + unit: "{PDU}"
44
43 - - # [legacy] Get whether the PDU is in-service: inservice(0), outofservice(1)
44 - MIB: CPI-UNITY-MIB
45 + # [legacy] Get whether the PDU is in-service: inservice(0), outofservice(1)
46 + - MIB: CPI-UNITY-MIB
47 symbol:
48 OID: 1.3.6.1.4.1.30932.1.1.2.58.12.0
49 name: outOfService
50 + description: Remove a PDU from normal operation, 1 = out of service, 0 = normal operation
51 + unit: "{PDU}"
52
53 ### [Legacy] Sensors
54 - MIB: CPI-UNITY-MIB
55 symbol:
56 OID: 1.3.6.1.4.1.30932.1.1.3.8.1.0
57 name: temperatureProbe1
58 + description: Probe 1 temperature in 1/100 degree Fahrenheit
59 + unit: "degF"
60 +
61 - MIB: CPI-UNITY-MIB
62 symbol:
63 OID: 1.3.6.1.4.1.30932.1.1.3.8.2.0
64 name: temperatureProbe2
65 + description: Probe 2 temperature in 1/100 degree Fahrenheit
66 + unit: "degF"
67 +
68 - MIB: CPI-UNITY-MIB
69 symbol:
70 OID: 1.3.6.1.4.1.30932.1.1.3.9.1.0
71 name: humidityProbe1
72 + description: Probe 1 humidity in 1/100 %
73 + unit: "%"
74 +
75 - MIB: CPI-UNITY-MIB
76 symbol:
77 OID: 1.3.6.1.4.1.30932.1.1.3.9.2.0
78 name: humidityProbe2
79 + description: Probe 2 humidity in 1/100 %
80 + unit: "%"
81
82 ### [Legacy] Sensors
83 - MIB: CPI-UNITY-MIB
84 symbol:
85 OID: 1.3.6.1.4.1.30932.1.1.3.13.1.0
86 name: line1curr
87 + description: Line 1 current draw in 1/100 Amps
88 + unit: "A"
89 +
90 - MIB: CPI-UNITY-MIB
91 symbol:
92 OID: 1.3.6.1.4.1.30932.1.1.3.13.2.0
93 name: line2curr
94 + description: Line 2 current draw in 1/100 Amps
95 + unit: "A"
96 +
97 - MIB: CPI-UNITY-MIB
98 symbol:
99 OID: 1.3.6.1.4.1.30932.1.1.3.13.3.0
100 name: line3curr
101 + description: Line 3 current draw in 1/100 Amps
102 + unit: "A"
103
104 ### [Legacy] Branch
105 - MIB: CPI-UNITY-MIB
106 symbol:
107 OID: 1.3.6.1.4.1.30932.1.1.3.1.1.0
108 name: currentxy1
109 + description: XY1 current draw in 1/100 Amps
110 + unit: "A"
111 +
112 - MIB: CPI-UNITY-MIB
113 symbol:
114 OID: 1.3.6.1.4.1.30932.1.1.3.1.2.0
115 name: currentyz1
116 + description: YZ1 current draw in 1/100 Amps
117 + unit: "A"
118 +
119 - MIB: CPI-UNITY-MIB
120 symbol:
121 OID: 1.3.6.1.4.1.30932.1.1.3.1.3.0
122 name: currentzx1
123 + description: ZX1 current draw in 1/100 Amps
124 + unit: "A"
125 +
126 - MIB: CPI-UNITY-MIB
127 symbol:
128 OID: 1.3.6.1.4.1.30932.1.1.3.1.4.0
129 name: currentxy2
130 + description: XY2 current draw in 1/100 Amps
131 + unit: "A"
132 +
133 - MIB: CPI-UNITY-MIB
134 symbol:
135 OID: 1.3.6.1.4.1.30932.1.1.3.1.5.0
136 name: currentyz2
137 + description: YZ2 current draw in 1/100 Amps
138 + unit: "A"
139 +
140 - MIB: CPI-UNITY-MIB
141 symbol:
142 OID: 1.3.6.1.4.1.30932.1.1.3.1.6.0
143 name: currentzx2
144 + description: ZX2 current draw in 1/100 Amps
145 + unit: "A"
146
147 - MIB: CPI-UNITY-MIB
148 symbol:
149 OID: 1.3.6.1.4.1.30932.1.1.3.2.1.0
150 name: voltagexy1
151 + description: XY1 voltage in 1/10 volts
152 + unit: "V"
153 +
154 - MIB: CPI-UNITY-MIB
155 symbol:
156 OID: 1.3.6.1.4.1.30932.1.1.3.2.2.0
157 name: voltageyz1
158 + description: YZ1 voltage in 1/10 volts
159 + unit: "V"
160 +
161 - MIB: CPI-UNITY-MIB
162 symbol:
163 OID: 1.3.6.1.4.1.30932.1.1.3.2.3.0
164 name: voltagezx1
165 + description: ZX1 voltage in 1/10 volts
166 + unit: "V"
167 +
168 - MIB: CPI-UNITY-MIB
169 symbol:
170 OID: 1.3.6.1.4.1.30932.1.1.3.2.4.0
171 name: voltagexy2
172 + description: XY2 voltage in 1/10 volts
173 + unit: "V"
174 +
175 - MIB: CPI-UNITY-MIB
176 symbol:
177 OID: 1.3.6.1.4.1.30932.1.1.3.2.5.0
178 name: voltageyz2
179 + description: YZ2 voltage in 1/10 volts
180 + unit: "V"
181 +
182 - MIB: CPI-UNITY-MIB
183 symbol:
184 OID: 1.3.6.1.4.1.30932.1.1.3.2.6.0
185 name: voltagezx2
186 + description: ZX2 voltage in 1/10 volts
187 + unit: "V"
188
189 - MIB: CPI-UNITY-MIB
190 symbol:
191 OID: 1.3.6.1.4.1.30932.1.1.3.3.1.0
192 name: powerxy1
193 + description: XY1 power consumption in Watts
194 + unit: "W"
195 +
196 - MIB: CPI-UNITY-MIB
197 symbol:
198 OID: 1.3.6.1.4.1.30932.1.1.3.3.2.0
199 name: poweryz1
200 + description: YZ1 power consumption in Watts
201 + unit: "W"
202 +
203 - MIB: CPI-UNITY-MIB
204 symbol:
205 OID: 1.3.6.1.4.1.30932.1.1.3.3.3.0
206 name: powerzx1
207 + description: ZX1 power consumption in Watts
208 + unit: "W"
209 +
210 - MIB: CPI-UNITY-MIB
211 symbol:
212 OID: 1.3.6.1.4.1.30932.1.1.3.3.4.0
213 name: powerxy2
214 + description: XY2 power consumption in Watts
215 + unit: "W"
216 +
217 - MIB: CPI-UNITY-MIB
218 symbol:
219 OID: 1.3.6.1.4.1.30932.1.1.3.3.5.0
220 name: poweryz2
221 + description: YZ2 power consumption in Watts
222 + unit: "W"
223 +
224 - MIB: CPI-UNITY-MIB
225 symbol:
226 OID: 1.3.6.1.4.1.30932.1.1.3.3.6.0
227 name: powerzx2
228 + description: ZX2 power consumption in Watts
229 + unit: "W"
230
231 - MIB: CPI-UNITY-MIB
232 symbol:
233 OID: 1.3.6.1.4.1.30932.1.1.3.4.1.0
234 name: powerFactxy1
235 + description: XY1 power factor x 100
236 + unit: "10*2.{power_factor}"
237 +
238 - MIB: CPI-UNITY-MIB
239 symbol:
240 OID: 1.3.6.1.4.1.30932.1.1.3.4.2.0
241 name: powerFactyz1
242 + description: YZ1 power factor x 100
243 + unit: "10*2.{power_factor}"
244 +
245 - MIB: CPI-UNITY-MIB
246 symbol:
247 OID: 1.3.6.1.4.1.30932.1.1.3.4.3.0
248 name: powerFactzx1
249 + description: ZX1 power factor x 100
250 + unit: "10*2.{power_factor}"
251 +
252 - MIB: CPI-UNITY-MIB
253 symbol:
254 OID: 1.3.6.1.4.1.30932.1.1.3.4.4.0
255 name: powerFactxy2
256 + description: XY2 power factor x 100
257 + unit: "10*2.{power_factor}"
258 +
259 - MIB: CPI-UNITY-MIB
260 symbol:
261 OID: 1.3.6.1.4.1.30932.1.1.3.4.5.0
262 name: powerFactyz2
263 + description: YZ2 power factor x 100
264 + unit: "10*2.{power_factor}"
265 +
266 - MIB: CPI-UNITY-MIB
267 symbol:
268 OID: 1.3.6.1.4.1.30932.1.1.3.4.6.0
269 name: powerFactzx2
270 + description: ZX2 power factor x 100
271 + unit: "10*2.{power_factor}"
272
273 - MIB: CPI-UNITY-MIB
274 symbol:
275 OID: 1.3.6.1.4.1.30932.1.1.3.11.1.0
276 name: energyxy1s
277 metric_type: monotonic_count
278 + description: XY1 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
279 + unit: "Ws"
280 +
281 - MIB: CPI-UNITY-MIB
282 symbol:
283 OID: 1.3.6.1.4.1.30932.1.1.3.11.2.0
284 name: energyyz1s
285 metric_type: monotonic_count
286 + description: YZ1 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
287 + unit: "Ws"
288 +
289 - MIB: CPI-UNITY-MIB
290 symbol:
291 OID: 1.3.6.1.4.1.30932.1.1.3.11.3.0
292 name: energyzx1s
293 metric_type: monotonic_count
294 + description: ZX1 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
295 + unit: "Ws"
296 +
297 - MIB: CPI-UNITY-MIB
298 symbol:
299 OID: 1.3.6.1.4.1.30932.1.1.3.11.4.0
300 name: energyxy2s
301 metric_type: monotonic_count
302 + description: XY2 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
303 + unit: "Ws"
304 +
305 - MIB: CPI-UNITY-MIB
306 symbol:
307 OID: 1.3.6.1.4.1.30932.1.1.3.11.5.0
308 name: energyyz2s
309 metric_type: monotonic_count
310 + description: YZ2 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
311 + unit: "Ws"
312 +
313 - MIB: CPI-UNITY-MIB
314 symbol:
315 OID: 1.3.6.1.4.1.30932.1.1.3.11.6.0
316 name: energyzx2s
317 metric_type: monotonic_count
318 + description: ZX2 branch energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
319 + unit: "Ws"
320
321
322 ### [Legacy] Outlets
@@ -216,224 +324,366 @@ metrics:
324 symbol:
325 OID: 1.3.6.1.4.1.30932.1.1.3.5.1.0
326 name: outlet1Current
327 + description: Outlet1 current draw in 1/100 Amps
328 + unit: "A"
329 +
330 - MIB: CPI-UNITY-MIB
331 symbol:
332 OID: 1.3.6.1.4.1.30932.1.1.3.5.2.0
333 name: outlet2Current
334 + description: Outlet2 current draw in 1/100 Amps
335 + unit: "A"
336 +
337 - MIB: CPI-UNITY-MIB
338 symbol:
339 OID: 1.3.6.1.4.1.30932.1.1.3.5.3.0
340 name: outlet3Current
341 + description: Outlet3 current draw in 1/100 Amps
342 + unit: "A"
343 +
344 - MIB: CPI-UNITY-MIB
345 symbol:
346 OID: 1.3.6.1.4.1.30932.1.1.3.5.4.0
347 name: outlet4Current
348 + description: Outlet4 current draw in 1/100 Amps
349 + unit: "A"
350 +
351 - MIB: CPI-UNITY-MIB
352 symbol:
353 OID: 1.3.6.1.4.1.30932.1.1.3.5.5.0
354 name: outlet5Current
355 + description: Outlet5 current draw in 1/100 Amps
356 + unit: "A"
357 +
358 - MIB: CPI-UNITY-MIB
359 symbol:
360 OID: 1.3.6.1.4.1.30932.1.1.3.5.6.0
361 name: outlet6Current
362 + description: Outlet6 current draw in 1/100 Amps
363 + unit: "A"
364 +
365 - MIB: CPI-UNITY-MIB
366 symbol:
367 OID: 1.3.6.1.4.1.30932.1.1.3.5.7.0
368 name: outlet7Current
369 + description: Outlet7 current draw in 1/100 Amps
370 + unit: "A"
371 +
372 - MIB: CPI-UNITY-MIB
373 symbol:
374 OID: 1.3.6.1.4.1.30932.1.1.3.5.8.0
375 name: outlet8Current
376 + description: Outlet8 current draw in 1/100 Amps
377 + unit: "A"
378 +
379 - MIB: CPI-UNITY-MIB
380 symbol:
381 OID: 1.3.6.1.4.1.30932.1.1.3.5.9.0
382 name: outlet9Current
383 + description: Outlet9 current draw in 1/100 Amps
384 + unit: "A"
385 +
386 - MIB: CPI-UNITY-MIB
387 symbol:
388 OID: 1.3.6.1.4.1.30932.1.1.3.5.10.0
389 name: outlet10Current
390 + description: Outlet10 current draw in 1/100 Amps
391 + unit: "A"
392 +
393 - MIB: CPI-UNITY-MIB
394 symbol:
395 OID: 1.3.6.1.4.1.30932.1.1.3.5.11.0
396 name: outlet11Current
397 + description: Outlet11 current draw in 1/100 Amps
398 + unit: "A"
399 +
400 - MIB: CPI-UNITY-MIB
401 symbol:
402 OID: 1.3.6.1.4.1.30932.1.1.3.5.12.0
403 name: outlet12Current
404 + description: Outlet12 current draw in 1/100 Amps
405 + unit: "A"
406 +
407 - MIB: CPI-UNITY-MIB
408 symbol:
409 OID: 1.3.6.1.4.1.30932.1.1.3.5.13.0
410 name: outlet13Current
411 + description: Outlet13 current draw in 1/100 Amps
412 + unit: "A"
413 +
414 - MIB: CPI-UNITY-MIB
415 symbol:
416 OID: 1.3.6.1.4.1.30932.1.1.3.5.14.0
417 name: outlet14Current
418 + description: Outlet14 current draw in 1/100 Amps
419 + unit: "A"
420 +
421 - MIB: CPI-UNITY-MIB
422 symbol:
423 OID: 1.3.6.1.4.1.30932.1.1.3.5.15.0
424 name: outlet15Current
425 + description: Outlet15 current draw in 1/100 Amps
426 + unit: "A"
427 +
428 - MIB: CPI-UNITY-MIB
429 symbol:
430 OID: 1.3.6.1.4.1.30932.1.1.3.5.16.0
431 name: outlet16Current
432 + description: Outlet16 current draw in 1/100 Amps
433 + unit: "A"
434 +
435 - MIB: CPI-UNITY-MIB
436 symbol:
437 OID: 1.3.6.1.4.1.30932.1.1.3.5.17.0
438 name: outlet17Current
439 + description: Outlet17 current draw in 1/100 Amps
440 + unit: "A"
441 +
442 - MIB: CPI-UNITY-MIB
443 symbol:
444 OID: 1.3.6.1.4.1.30932.1.1.3.5.18.0
445 name: outlet18Current
446 + description: Outlet18 current draw in 1/100 Amps
447 + unit: "A"
448 +
449 - MIB: CPI-UNITY-MIB
450 symbol:
451 OID: 1.3.6.1.4.1.30932.1.1.3.5.19.0
452 name: outlet19Current
453 + description: Outlet19 current draw in 1/100 Amps
454 + unit: "A"
455 +
456 - MIB: CPI-UNITY-MIB
457 symbol:
458 OID: 1.3.6.1.4.1.30932.1.1.3.5.20.0
459 name: outlet20Current
460 + description: Outlet20 current draw in 1/100 Amps
461 + unit: "A"
462 +
463 - MIB: CPI-UNITY-MIB
464 symbol:
465 OID: 1.3.6.1.4.1.30932.1.1.3.5.21.0
466 name: outlet21Current
467 + description: Outlet21 current draw in 1/100 Amps
468 + unit: "A"
469 +
470 - MIB: CPI-UNITY-MIB
471 symbol:
472 OID: 1.3.6.1.4.1.30932.1.1.3.5.22.0
473 name: outlet22Current
474 + description: Outlet22 current draw in 1/100 Amps
475 + unit: "A"
476 +
477 - MIB: CPI-UNITY-MIB
478 symbol:
479 OID: 1.3.6.1.4.1.30932.1.1.3.5.23.0
480 name: outlet23Current
481 + description: Outlet23 current draw in 1/100 Amps
482 + unit: "A"
483 +
484 - MIB: CPI-UNITY-MIB
485 symbol:
486 OID: 1.3.6.1.4.1.30932.1.1.3.5.24.0
487 name: outlet24Current
488 + description: Outlet24 current draw in 1/100 Amps
489 + unit: "A"
490
491 - MIB: CPI-UNITY-MIB
492 symbol:
493 OID: 1.3.6.1.4.1.30932.1.1.3.12.1.0
494 name: receptacleEnergyoutlet1s
495 metric_type: monotonic_count
496 + description: Outlet1 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
497 + unit: "Ws"
498 +
499 - MIB: CPI-UNITY-MIB
500 symbol:
501 OID: 1.3.6.1.4.1.30932.1.1.3.12.2.0
502 name: receptacleEnergyoutlet2s
503 metric_type: monotonic_count
504 + description: Outlet2 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
505 + unit: "Ws"
506 +
507 - MIB: CPI-UNITY-MIB
508 symbol:
509 OID: 1.3.6.1.4.1.30932.1.1.3.12.3.0
510 name: receptacleEnergyoutlet3s
511 metric_type: monotonic_count
512 + description: Outlet3 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
513 + unit: "Ws"
514 +
515 - MIB: CPI-UNITY-MIB
516 symbol:
517 OID: 1.3.6.1.4.1.30932.1.1.3.12.4.0
518 name: receptacleEnergyoutlet4s
519 metric_type: monotonic_count
520 + description: Outlet4 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
521 + unit: "Ws"
522 +
523 - MIB: CPI-UNITY-MIB
524 symbol:
525 OID: 1.3.6.1.4.1.30932.1.1.3.12.5.0
526 name: receptacleEnergyoutlet5s
527 metric_type: monotonic_count
528 + description: Outlet5 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
529 + unit: "Ws"
530 +
531 - MIB: CPI-UNITY-MIB
532 symbol:
533 OID: 1.3.6.1.4.1.30932.1.1.3.12.6.0
534 name: receptacleEnergyoutlet6s
535 metric_type: monotonic_count
536 + description: Outlet6 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
537 + unit: "Ws"
538 +
539 - MIB: CPI-UNITY-MIB
540 symbol:
541 OID: 1.3.6.1.4.1.30932.1.1.3.12.7.0
542 name: receptacleEnergyoutlet7s
543 metric_type: monotonic_count
544 + description: Outlet7 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
545 + unit: "Ws"
546 +
547 - MIB: CPI-UNITY-MIB
548 symbol:
549 OID: 1.3.6.1.4.1.30932.1.1.3.12.8.0
550 name: receptacleEnergyoutlet8s
551 metric_type: monotonic_count
552 + description: Outlet8 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
553 + unit: "Ws"
554 +
555 - MIB: CPI-UNITY-MIB
556 symbol:
557 OID: 1.3.6.1.4.1.30932.1.1.3.12.9.0
558 name: receptacleEnergyoutlet9s
559 metric_type: monotonic_count
560 + description: Outlet9 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
561 + unit: "Ws"
562 +
563 - MIB: CPI-UNITY-MIB
564 symbol:
565 OID: 1.3.6.1.4.1.30932.1.1.3.12.10.0
566 name: receptacleEnergyoutlet10s
567 metric_type: monotonic_count
568 + description: Outlet10 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
569 + unit: "Ws"
570 +
571 - MIB: CPI-UNITY-MIB
572 symbol:
573 OID: 1.3.6.1.4.1.30932.1.1.3.12.11.0
574 name: receptacleEnergyoutlet11s
575 metric_type: monotonic_count
576 + description: Outlet11 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
577 + unit: "Ws"
578 +
579 - MIB: CPI-UNITY-MIB
580 symbol:
581 OID: 1.3.6.1.4.1.30932.1.1.3.12.12.0
582 name: receptacleEnergyoutlet12s
583 metric_type: monotonic_count
584 + description: Outlet12 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
585 + unit: "Ws"
586 +
587 - MIB: CPI-UNITY-MIB
588 symbol:
589 OID: 1.3.6.1.4.1.30932.1.1.3.12.13.0
590 name: receptacleEnergyoutlet13s
591 metric_type: monotonic_count
592 + description: Outlet13 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
593 + unit: "Ws"
594 +
595 - MIB: CPI-UNITY-MIB
596 symbol:
597 OID: 1.3.6.1.4.1.30932.1.1.3.12.14.0
598 name: receptacleEnergyoutlet14s
599 metric_type: monotonic_count
600 + description: Outlet14 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
601 + unit: "Ws"
602 +
603 - MIB: CPI-UNITY-MIB
604 symbol:
605 OID: 1.3.6.1.4.1.30932.1.1.3.12.15.0
606 name: receptacleEnergyoutlet15s
607 metric_type: monotonic_count
608 + description: Outlet15 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
609 + unit: "Ws"
610 +
611 - MIB: CPI-UNITY-MIB
612 symbol:
613 OID: 1.3.6.1.4.1.30932.1.1.3.12.16.0
614 name: receptacleEnergyoutlet16s
615 metric_type: monotonic_count
616 + description: Outlet16 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
617 + unit: "Ws"
618 +
619 - MIB: CPI-UNITY-MIB
620 symbol:
621 OID: 1.3.6.1.4.1.30932.1.1.3.12.17.0
622 name: receptacleEnergyoutlet17s
623 metric_type: monotonic_count
624 + description: Outlet17 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
625 + unit: "Ws"
626 +
627 - MIB: CPI-UNITY-MIB
628 symbol:
629 OID: 1.3.6.1.4.1.30932.1.1.3.12.18.0
630 name: receptacleEnergyoutlet18s
631 metric_type: monotonic_count
632 + description: Outlet18 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
633 + unit: "Ws"
634 +
635 - MIB: CPI-UNITY-MIB
636 symbol:
637 OID: 1.3.6.1.4.1.30932.1.1.3.12.19.0
638 name: receptacleEnergyoutlet19s
639 metric_type: monotonic_count
640 + description: Outlet19 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
641 + unit: "Ws"
642 +
643 - MIB: CPI-UNITY-MIB
644 symbol:
645 OID: 1.3.6.1.4.1.30932.1.1.3.12.20.0
646 name: receptacleEnergyoutlet20s
647 metric_type: monotonic_count
648 + description: Outlet20 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
649 + unit: "Ws"
650 +
651 - MIB: CPI-UNITY-MIB
652 symbol:
653 OID: 1.3.6.1.4.1.30932.1.1.3.12.21.0
654 name: receptacleEnergyoutlet21s
655 metric_type: monotonic_count
656 + description: Outlet21 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
657 + unit: "Ws"
658 +
659 - MIB: CPI-UNITY-MIB
660 symbol:
661 OID: 1.3.6.1.4.1.30932.1.1.3.12.22.0
662 name: receptacleEnergyoutlet22s
663 metric_type: monotonic_count
664 + description: Outlet22 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
665 + unit: "Ws"
666 +
667 - MIB: CPI-UNITY-MIB
668 symbol:
669 OID: 1.3.6.1.4.1.30932.1.1.3.12.23.0
670 name: receptacleEnergyoutlet23s
671 metric_type: monotonic_count
672 + description: Outlet23 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
673 + unit: "Ws"
674 +
675 - MIB: CPI-UNITY-MIB
676 symbol:
677 OID: 1.3.6.1.4.1.30932.1.1.3.12.24.0
678 name: receptacleEnergyoutlet24s
679 metric_type: monotonic_count
680 + description: Outlet24 receptacle energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
681 + unit: "Ws"
682
683 ### PDU
684
435 - - # This table contains a list of PDU entries that are being monitored by the PDU.
436 - MIB: CPI-UNITY-MIB
685 + # This table contains a list of PDU entries that are being monitored by the PDU.
686 + - MIB: CPI-UNITY-MIB
687 table:
688 OID: 1.3.6.1.4.1.30932.1.10.1.2.10
689 name: cpiPduTable
@@ -441,21 +691,38 @@ metrics:
691 # Get the number of branches (breakers) in the PDU.
692 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.8
693 name: cpiPduNumberBranches
694 + description: Number of branches in the PDU
695 + unit: "{branch}"
696 +
697 # Get the number of outlets in the PDU.
698 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.9
699 name: cpiPduNumberOutlets
700 + description: Number of outlets in the PDU
701 + unit: "{outlet}"
702 +
703 # Set or get whether the PDU is in-service: inservice(0), outofservice(1)
704 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.10
705 name: cpiPduOutOfService
706 + description: Whether the PDU is in service
707 + unit: "{PDU}"
708 +
709 # An indicator if the PDU firmware is being upgraded: no(0), yes(1)
710 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.12
711 name: cpiPduUpgrade
712 + description: Indicator if the PDU firmware is being upgraded
713 + unit: "1"
714 +
715 # Get the role of the PDU in a daisy chain: secondary(0), primary(1), alternate(2)
716 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.13
717 name: cpiPduChainRole
456 - - # Get the power in volt-amps for the entire PDU.
457 - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.16
718 + description: Role of the PDU in a daisy chain
719 + unit: "{role}"
720 +
721 + # Get the power in volt-amps for the entire PDU.
722 + - OID: 1.3.6.1.4.1.30932.1.10.1.2.10.1.16
723 name: cpiPduTotalPower
724 + description: Power in volt-amps for the entire PDU
725 + unit: "VA"
726 metric_tags:
727 - tag: pdu_macaddress
728 symbol:
@@ -485,8 +752,8 @@ metrics:
752
753 ### Locks
754
488 - - # This table contains a list of electronic locks that are connected to the PDU
489 - MIB: CPI-UNITY-MIB
755 + # This table contains a list of electronic locks that are connected to the PDU
756 + - MIB: CPI-UNITY-MIB
757 table:
758 OID: 1.3.6.1.4.1.30932.1.10.1.7.100
759 name: cpiPduOutletTable
@@ -494,12 +761,20 @@ metrics:
761 # Indicates if the Electronic Access Control system is ready, inactive, or in an error state: inactive(0), ready(1), error(2)
762 - OID: 1.3.6.1.4.1.30932.1.10.1.7.100.1.3
763 name: cpiPduEasStatus
497 - - # Indicates if the door sensor is closed or open: closed(0), open(1)
498 - OID: 1.3.6.1.4.1.30932.1.10.1.7.100.1.4
764 + description: Status of the Electronic Access Control system
765 + unit: "{status}"
766 +
767 + # Indicates if the door sensor is closed or open: closed(0), open(1)
768 + - OID: 1.3.6.1.4.1.30932.1.10.1.7.100.1.4
769 name: cpiPduDoorStatus
500 - - # Indicates if the lock is closed or open: closed(0), open(1)
501 - OID: 1.3.6.1.4.1.30932.1.10.1.7.100.1.5
770 + description: Door sensor status, closed or open
771 + unit: "{status}"
772 +
773 + # Indicates if the lock is closed or open: closed(0), open(1)
774 + - OID: 1.3.6.1.4.1.30932.1.10.1.7.100.1.5
775 name: cpiPduLockStatus
776 + description: Lock status, closed or open
777 + unit: "{status}"
778 metric_tags:
779 - tag: lock_id
780 symbol:
@@ -545,15 +820,17 @@ metrics:
820
821 ### Sensor
822
548 - - # This table contains a list of PDU sensor entries that are being monitored by the PDU.
549 - MIB: CPI-UNITY-MIB
823 + # This table contains a list of PDU sensor entries that are being monitored by the PDU.
824 + - MIB: CPI-UNITY-MIB
825 table:
826 OID: 1.3.6.1.4.1.30932.1.10.1.5.10
827 name: cpiPduSensorTable
828 symbols:
554 - - # Get the value of the sensor. For temperature the value is in degrees Fahrenheit and for humidity the value is percent humidity.
555 - OID: 1.3.6.1.4.1.30932.1.10.1.5.10.1.5
829 + # Get the value of the sensor. For temperature the value is in degrees Fahrenheit and for humidity the value is percent humidity.
830 + - OID: 1.3.6.1.4.1.30932.1.10.1.5.10.1.5
831 name: cpiPduSensorValue
832 + description: Value of the sensor, temperature in degrees Fahrenheit or humidity in percent
833 + unit: "TBD"
834 metric_tags:
835 - tag: sensor_index
836 symbol:
@@ -563,56 +840,75 @@ metrics:
840 symbol:
841 OID: 1.3.6.1.4.1.30932.1.10.1.5.10.1.3
842 name: cpiPduSensorName
566 - - # Get the type of sensor for the entry: temperature(1), humidity(2)
567 - tag: sensor_type
843 + # Get the type of sensor for the entry: temperature(1), humidity(2)
844 + - tag: sensor_type
845 symbol:
846 OID: 1.3.6.1.4.1.30932.1.10.1.5.10.1.4
847 name: cpiPduSensorType
848
849 ### Line
850
574 - - # This table contains a list of PDU line entries that are being monitored by the PDU.
575 - MIB: CPI-UNITY-MIB
851 + # This table contains a list of PDU line entries that are being monitored by the PDU.
852 + - MIB: CPI-UNITY-MIB
853 table:
854 OID: 1.3.6.1.4.1.30932.1.10.1.3.10
855 name: cpiPduLineTable
856 symbols:
580 - - # Get current draw in 1/100 amp of the line on the PDU. Convert the value by dividing by 100.
581 - OID: 1.3.6.1.4.1.30932.1.10.1.3.10.1.3
857 + # Get current draw in 1/100 amp of the line on the PDU. Convert the value by dividing by 100.
858 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.10.1.3
859 name: cpiPduLineCurrent
860 + description: Current draw in 1/100 amp of the line on the PDU
861 + unit: "A"
862 metric_tags:
584 - - # Get the ID of the input line on the PDU.
585 - tag: line_id
863 + # Get the ID of the input line on the PDU.
864 + - tag: line_id
865 symbol:
866 OID: 1.3.6.1.4.1.30932.1.10.1.3.10.1.2
867 name: cpiPduLineId
868
869 ### Branch
870
592 - - # This table contains a list of PDU branch entries that are being monitored by the PDU.
593 - MIB: CPI-UNITY-MIB
871 + # This table contains a list of PDU branch entries that are being monitored by the PDU.
872 + - MIB: CPI-UNITY-MIB
873 table:
874 OID: 1.3.6.1.4.1.30932.1.10.1.3.110
875 name: cpiPduBranchTable
876 symbols:
598 - - # Get the current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
599 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.3
877 + # Get the current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
878 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.3
879 name: cpiPduBranchCurrent
601 - - # Get the maximum current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
602 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.4
880 + description: Current draw in 1/100 amp of the branch on the PDU
881 + unit: "A"
882 +
883 + # Get the maximum current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
884 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.4
885 name: cpiPduBranchMaxCurrent
604 - - # Get the voltage in 1/10 volts of the branch on the PDU. Convert the value by dividing by 10.
605 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.5
886 + description: Maximum current draw in 1/100 amp of the branch on the PDU
887 + unit: "A"
888 +
889 + # Get the voltage in 1/10 volts of the branch on the PDU. Convert the value by dividing by 10.
890 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.5
891 name: cpiPduBranchVoltage
607 - - # Get the power in volt-amps for the branch.
608 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.6
892 + description: Voltage in 1/10 volts of the branch on the PDU
893 + unit: "V"
894 +
895 + # Get the power in volt-amps for the branch.
896 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.6
897 name: cpiPduBranchPower
610 - - # Get the power factor for the branch.
611 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.7
898 + description: Power in volt-amps for the branch
899 + unit: "VA"
900 +
901 + # Get the power factor for the branch.
902 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.7
903 name: cpiPduBranchPowerFactor
613 - - # Get the alarm status of the branch: noalarm(0), warning(1), alarm(2)
614 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.8
904 + description: Power factor for the branch
905 + unit: "10*2.1"
906 +
907 + # Get the alarm status of the branch: noalarm(0), warning(1), alarm(2)
908 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.8
909 name: cpiPduBranchStatus
910 + description: Alarm status of the branch
911 + unit: "{status}"
912 metric_tags:
913 - tag: branch_id
914 symbol:
@@ -638,16 +934,18 @@ metrics:
934 end: 7
935 tag: pdu_name
936
641 - - # Redefine the table to force the type on cpiPduBranchEnergy
642 - MIB: CPI-UNITY-MIB
937 + # Redefine the table to force the type on cpiPduBranchEnergy
938 + - MIB: CPI-UNITY-MIB
939 table:
940 OID: 1.3.6.1.4.1.30932.1.10.1.3.110
941 name: cpiPduBranchTable
942 metric_type: monotonic_count
943 symbols:
648 - - # Get the branch energy accumulated in decaVA-secs, divide by 360 to obtain VA-hr.
649 - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.9
944 + # Get the branch energy accumulated in decaVA-secs, divide by 360 to obtain VA-hr.
945 + - OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.9
946 name: cpiPduBranchEnergy
947 + description: Branch energy accumulated in decaVA-secs, divide by 360 to obtain VA-hr
948 + unit: "Vs"
949 metric_tags:
950 - tag: branch_id
951 symbol:
@@ -675,24 +973,35 @@ metrics:
973
974 ### Outlet
975
678 - - # This table contains a list of PDU outlet entries that are being monitored by the PDU.
679 - MIB: CPI-UNITY-MIB
976 + # This table contains a list of PDU outlet entries that are being monitored by the PDU.
977 + - MIB: CPI-UNITY-MIB
978 table:
979 OID: 1.3.6.1.4.1.30932.1.10.1.4.10
980 name: cpiPduOutletTable
981 symbols:
684 - - # Get the current draw in 1/100 amp of the outlet on the PDU. Convert the value by dividing by 100.
685 - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.6
982 + # Get the current draw in 1/100 amp of the outlet on the PDU. Convert the value by dividing by 100.
983 + - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.6
984 name: cpiPduOutletCurrent
687 - - # Get the voltage in 1/10 volts of the outlet on the PDU. Convert the value by dividing by 10.
688 - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.7
985 + description: Current draw in 1/100 amp of the outlet on the PDU
986 + unit: "A"
987 +
988 + # Get the voltage in 1/10 volts of the outlet on the PDU. Convert the value by dividing by 10.
989 + - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.7
990 name: cpiPduOutletVoltage
690 - - # The power in Volt-Amps of the outlet on the PDU.
691 - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.8
991 + description: Voltage in 1/10 volts of the outlet on the PDU
992 + unit: "V"
993 +
994 + # The power in Volt-Amps of the outlet on the PDU.
995 + - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.8
996 name: cpiPduOutletPower
693 - - # Get the alarm status of the outlet: noalarm(0), warning(1), alarm(2)
694 - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.9
997 + description: Power in Volt-Amps of the outlet on the PDU
998 + unit: "VA"
999 +
1000 + # Get the alarm status of the outlet: noalarm(0), warning(1), alarm(2)
1001 + - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.9
1002 name: cpiPduOutletStatus
1003 + description: Alarm status of the outlet
1004 + unit: "{status}"
1005 metric_tags:
1006 - tag: outlet_id
1007 symbol:
@@ -702,22 +1011,24 @@ metrics:
1011 symbol:
1012 OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.4
1013 name: cpiPduOutletName
705 - - # Get the ID of the branch the outlet is associated with on the PDU.
706 - tag: outlet_branchid
1014 + # Get the ID of the branch the outlet is associated with on the PDU.
1015 + - tag: outlet_branchid
1016 symbol:
1017 OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.3
1018 name: cpiPduOutletBranchId
1019
711 - - # Redefine the table to force the type on cpiPduOutletEnergy
712 - MIB: CPI-UNITY-MIB
1020 + # Redefine the table to force the type on cpiPduOutletEnergy
1021 + - MIB: CPI-UNITY-MIB
1022 table:
1023 OID: 1.3.6.1.4.1.30932.1.10.1.4.10
1024 name: cpiPduOutletTable
1025 metric_type: monotonic_count
1026 symbols:
718 - - # Get the outlet energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr.
719 - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.10
1027 + # Get the outlet energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr.
1028 + - OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.10
1029 name: cpiPduOutletEnergy
1030 + description: Outlet energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
1031 + unit: "Ws"
1032 metric_tags:
1033 - tag: outlet_id
1034 symbol:
@@ -727,8 +1038,8 @@ metrics:
1038 symbol:
1039 OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.4
1040 name: cpiPduOutletName
730 - - # Get the ID of the branch the outlet is associated with on the PDU.
731 - tag: outlet_branchid
1041 + # Get the ID of the branch the outlet is associated with on the PDU.
1042 + - tag: outlet_branchid
1043 symbol:
1044 OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.3
1045 name: cpiPduOutletBranchId
src/go/plugin/go.d/config/go.d/snmp.profiles/default/checkpoint.yaml
+51 -1
@@ -51,7 +51,7 @@ metadata:
51 name: osName # OS name
52 os_version:
53 symbol:
54 - OID: 1.3.6.1.2.1.1.1.0
54 + OID: 1.3.6.1.4.1.2620.1.2.1.1.0
55 name: sysDescr
56 extract_value: 'Linux\s+\S+\s+(\d+(?:\.\d+)*)'
57 # Example: `3.10.0` in `Linux host1 3.10.0-957.21.3cpx86_64`
@@ -75,12 +75,20 @@ metrics:
75 symbols:
76 - OID: 1.3.6.1.4.1.2620.1.6.7.5.1.2
77 name: multiProcUserTime
78 + description: "Processor user time"
79 + unit: "{processor}"
80 - OID: 1.3.6.1.4.1.2620.1.6.7.5.1.3
81 name: multiProcSystemTime
82 + description: "Processor system time"
83 + unit: "{processor}"
84 - OID: 1.3.6.1.4.1.2620.1.6.7.5.1.4
85 name: multiProcIdleTime
86 + description: "Processor idle time"
87 + unit: "{processor}"
88 - OID: 1.3.6.1.4.1.2620.1.6.7.5.1.5
89 name: multiProcUsage
90 + description: "Processor usage"
91 + unit: "%"
92 table:
93 OID: 1.3.6.1.4.1.2620.1.6.7.5
94 name: multiProcTable
@@ -88,32 +96,44 @@ metrics:
96 symbol:
97 OID: 1.3.6.1.4.1.2620.1.6.7.2.7.0
98 name: procNum
99 + description: "Number of processors"
100 + unit: "{processor}"
101 # Memory
102 - MIB: CHECKPOINT-MIB
103 metric_type: gauge
104 symbol:
105 OID: 1.3.6.1.4.1.2620.1.6.7.4.3.0
106 name: memTotalReal64
107 + description: "Total real memory"
108 + unit: "By"
109 - MIB: CHECKPOINT-MIB
110 metric_type: gauge
111 symbol:
112 OID: 1.3.6.1.4.1.2620.1.6.7.4.4.0
113 name: memActiveReal64
114 + description: "Active real memory"
115 + unit: "By"
116 - MIB: CHECKPOINT-MIB
117 metric_type: gauge
118 symbol:
119 OID: 1.3.6.1.4.1.2620.1.6.7.4.5.0
120 name: memFreeReal64
121 + description: "Free real memory"
122 + unit: "By"
123 - MIB: CHECKPOINT-MIB
124 metric_type: gauge
125 symbol:
126 OID: 1.3.6.1.4.1.2620.1.6.7.4.1.0
127 name: memTotalVirtual64
128 + description: "Total virtual memory"
129 + unit: "By"
130 - MIB: CHECKPOINT-MIB
131 metric_type: gauge
132 symbol:
133 OID: 1.3.6.1.4.1.2620.1.6.7.4.2.0
134 name: memActiveVirtual64
135 + description: "Active virtual memory"
136 + unit: "By"
137 # Disk
138 - MIB: CHECKPOINT-MIB
139 metric_type: gauge
@@ -129,16 +149,28 @@ metrics:
149 symbols:
150 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.3
151 name: multiDiskSize
152 + description: "Disk size"
153 + unit: "GBy"
154 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.4
155 name: multiDiskUsed
156 + description: "Disk used"
157 + unit: "GBy"
158 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.5
159 name: multiDiskFreeTotalBytes
160 + description: "Disk free total bytes"
161 + unit: "By"
162 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.7
163 name: multiDiskFreeAvailableBytes
164 + description: "Disk free available bytes"
165 + unit: "By"
166 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.6
167 name: multiDiskFreeTotalPercent
168 + description: "Disk free total percent"
169 + unit: "%"
170 - OID: 1.3.6.1.4.1.2620.1.6.7.6.1.8
171 name: multiDiskFreeAvailablePercent
172 + description: "Disk free available percent"
173 + unit: "%"
174 table:
175 OID: 1.3.6.1.4.1.2620.1.6.7.6
176 name: multiDiskTable
@@ -156,8 +188,12 @@ metrics:
188 symbols:
189 - OID: 1.3.6.1.4.1.2620.1.6.7.8.2.1.3
190 name: fanSpeedSensorValue
191 + description: "Sensor value"
192 + unit: "TBD"
193 - OID: 1.3.6.1.4.1.2620.1.6.7.8.2.1.6
194 name: fanSpeedSensorStatus
195 + description: "Sensor is out of range true(1), false(0), reading error(2)"
196 + unit: "TBD"
197 table:
198 OID: 1.3.6.1.4.1.2620.1.6.7.8.2
199 name: fanSpeedSensorTable
@@ -200,8 +236,12 @@ metrics:
236 symbols:
237 - OID: 1.3.6.1.4.1.2620.1.6.7.8.1.1.3
238 name: tempertureSensorValue
239 + description: "Sensor value"
240 + unit: "TBD"
241 - OID: 1.3.6.1.4.1.2620.1.6.7.8.1.1.6
242 name: tempertureSensorStatus
243 + description: "Sensor is out of range true(1), false(0), reading error(2)"
244 + unit: "TBD"
245 table:
246 OID: 1.3.6.1.4.1.2620.1.6.7.8.1
247 name: tempertureSensorTable
@@ -211,21 +251,31 @@ metrics:
251 symbol:
252 OID: 1.3.6.1.4.1.2620.1.1.4.0
253 name: fwAccepted
254 + description: "Number of accepted packets"
255 + unit: "{packet}"
256 - MIB: CHECKPOINT-MIB
257 metric_type: monotonic_count
258 symbol:
259 OID: 1.3.6.1.4.1.2620.1.1.6.0
260 name: fwDropped
261 + description: "Number of dropped packets"
262 + unit: "{packet}"
263 - MIB: CHECKPOINT-MIB
264 metric_type: monotonic_count
265 symbol:
266 OID: 1.3.6.1.4.1.2620.1.1.5.0
267 name: fwRejected
268 + description: "Number of rejected packets"
269 + unit: "{packet}"
270 - MIB: CHECKPOINT-MIB
271 symbol:
272 OID: 1.3.6.1.4.1.2620.1.1.25.3.0
273 name: fwNumConn
274 + description: "Number of connections"
275 + unit: "{connection}"
276 - MIB: CHECKPOINT-MIB
277 symbol:
278 OID: 1.3.6.1.4.1.2620.1.1.25.4.0
279 name: fwPeakNumConn
280 + description: "Peak number of connections"
281 + unit: "{connection}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/chrysalis-luna-hsm.yaml
+16 -1
@@ -9,18 +9,26 @@ metrics:
9 symbol:
10 OID: 1.3.6.1.4.1.12383.3.1.1.1.0
11 name: hsmOperationRequests
12 + description: Number of operation requests
13 + unit: "{request}"
14 - MIB: CHRYSALIS-UTSP-MIB
15 symbol:
16 OID: 1.3.6.1.4.1.12383.3.1.1.2.0
17 name: hsmOperationErrors
18 + description: Number of operation errors
19 + unit: "{error}"
20 - MIB: CHRYSALIS-UTSP-MIB
21 symbol:
22 OID: 1.3.6.1.4.1.12383.3.1.1.3.0
23 name: hsmCriticalEvents
24 + description: Number of critical events
25 + unit: "{event}"
26 - MIB: CHRYSALIS-UTSP-MIB
27 symbol:
28 OID: 1.3.6.1.4.1.12383.3.1.1.4.0
29 name: hsmNonCriticalEvents
30 + description: Number of non critical events
31 + unit: "{event}"
32 # TODO: enum in scalar metric is not supported yet (keep this metric and this comment in profile until it's fixed)
33 # - MIB: CHRYSALIS-UTSP-MIB
34 # symbol:
@@ -34,21 +42,28 @@ metrics:
42 symbol:
43 OID: 1.3.6.1.4.1.12383.3.1.2.2.0
44 name: ntlsConnectedClients
45 + description: Number of connected clients
46 + unit: "{client}"
47 - MIB: CHRYSALIS-UTSP-MIB
48 symbol:
49 OID: 1.3.6.1.4.1.12383.3.1.2.3.0
50 name: ntlsLinks
51 + description: Number of links
52 + unit: "{link}"
53 - MIB: CHRYSALIS-UTSP-MIB
54 symbol:
55 OID: 1.3.6.1.4.1.12383.3.1.2.4.0
56 name: ntlsSuccessfulClientConnections
57 + description: Number of successful client connections
58 + unit: "{connection}"
59 - MIB: CHRYSALIS-UTSP-MIB
60 symbol:
61 OID: 1.3.6.1.4.1.12383.3.1.2.5.0
62 name: ntlsFailedClientConnections
63 + description: Number of failed client connections
64 + unit: "{connection}"
65 # TODO: sending tags for scalar metric is not supported yet (keep this metric and this)
66 # - MIB: CHRYSALIS-UTSP-MIB
67 # OID: 1.3.6.1.4.1.12383.3.1.2.6.0
68 # symbol: ntlsCertExpireDay
69 # tag: ntls_cert_expire_day
54 -
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-access-point.yaml
+18
@@ -18,10 +18,16 @@ metrics:
18 symbols:
19 - name: cDot11ActiveWirelessClients
20 OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.1
21 + description: "Number of wireless clients currently associating with this device on this interface."
22 + unit: "{wireless_client}"
23 - name: cDot11ActiveBridges
24 OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.2
25 + description: "Number of bridges currently associating with this device on this interface."
26 + unit: "{bridge}"
27 - name: cDot11ActiveRepeaters
28 OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.3
29 + description: "Number of repeaters currently associating with this device on this interface."
30 + unit: "{repeater}"
31 metric_tags:
32 - tag: if_name
33 symbol:
@@ -35,21 +41,33 @@ metrics:
41 - name: cDot11AssStatsAssociated
42 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.1
43 metric_type: monotonic_count
44 + description: "Number of stations associated with this device on this interface since device re-started."
45 + unit: "{station}"
46 - name: cDot11AssStatsAuthenticated
47 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.2
48 metric_type: monotonic_count
49 + description: "Number of stations authenticated with this device on this interface since device re-started."
50 + unit: "{station}"
51 - name: cDot11AssStatsRoamedIn
52 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.3
53 metric_type: monotonic_count
54 + description: "Number of stations roamed from another device to this device on this interface since device re-started."
55 + unit: "{station}"
56 - name: cDot11AssStatsRoamedAway
57 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.4
58 metric_type: monotonic_count
59 + description: "Number of stations roamed away from this device on this interface since device re-started."
60 + unit: "{station}"
61 - name: cDot11AssStatsDeauthenticated
62 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.5
63 metric_type: monotonic_count
64 + description: "Number of stations deauthenticated with this device on this interface since device re-started."
65 + unit: "{station}"
66 - name: cDot11AssStatsDisassociated
67 OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.6
68 metric_type: monotonic_count
69 + description: "Number of stations disassociated with this device on this interface since device re-started."
70 + unit: "{station}"
71 metric_tags:
72 - tag: if_name
73 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower-asa.yaml
+18
@@ -34,6 +34,8 @@ metrics:
34 symbols:
35 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.7 # cpmCPUTotal1minRev
36 name: cpu.usage
37 + description: The overall CPU busy percentage in the last 1 minute period
38 + unit: "%"
39 metric_tags:
40 - index: 1 # cpmCPUTotalIndex
41 tag: cpu
@@ -41,32 +43,48 @@ metrics:
43 symbol:
44 name: memory.used
45 OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7.1.1 # cempMemPoolUsed.1.1
46 + description: Indicates the number of bytes from the memory pool that are currently in use by applications on the physical entity
47 + unit: "By"
48 - MIB: CISCO-ENHANCED-MEMPOOL-MIB
49 symbol:
50 name: memory.free
51 OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1 # cempMemPoolFree.1.1
52 + description: Indicates the number of bytes from the memory pool that are currently unused on the physical entity
53 + unit: "By"
54 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
55 symbol:
56 OID: 1.3.6.1.4.1.9.9.392.1.4.1.2.0
57 name: crasNumDeclinedSessions
58 + description: The number of session setup attempts which were declined due to authentication or authorization failure
59 + unit: "{session}"
60 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
61 symbol:
62 OID: 1.3.6.1.4.1.9.9.392.1.3.1.0
63 name: crasNumSessions
64 + description: The number of currently active sessions
65 + unit: "{session}"
66 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
67 symbol:
68 OID: 1.3.6.1.4.1.9.9.392.1.1.1.0
69 name: crasMaxSessionsSupportable
70 + description: The maximum number of remote access sessions that may be supported on this device
71 + unit: "{session}"
72 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
73 symbol:
74 OID: 1.3.6.1.4.1.9.9.392.1.3.3.0
75 name: crasNumUsers
76 + description: The number of users who have active sessions
77 + unit: "{user}"
78 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
79 symbol:
80 OID: 1.3.6.1.4.1.9.9.392.1.1.2.0
81 name: crasMaxUsersSupportable
82 + description: The maximum number of remote access users for whom Remote Access sessions may be supported on this device
83 + unit: "{user}"
84 - MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
85 symbol:
86 OID: 1.3.6.1.4.1.9.9.392.1.4.1.3.0
87 name: crasNumSetupFailInsufResources
88 + description: The number of session setup attempts that failed due to insufficient resources
89 + unit: "{session}"
90 metric_type: monotonic_count
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower.yaml
+14
@@ -25,6 +25,8 @@ metrics:
25 symbols:
26 - OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.7 # cpmCPUTotal1minRev
27 name: cpu.usage
28 + description: The overall CPU busy percentage in the last 1 minute period.
29 + unit: "%"
30 metric_tags:
31 - index: 1 # cpmCPUTotalIndex
32 tag: cpu
@@ -35,8 +37,12 @@ metrics:
37 symbols:
38 - OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.21 # cfprSmMonitorMemFree
39 name: memory.free
40 + description: Memory free
41 + unit: "By"
42 - OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.23 # cfprSmMonitorMemUsed
43 name: memory.used
44 + description: Memory used
45 + unit: "By"
46 metric_tags:
47 - index: 1 # cfprSmMonitorInstanceId
48 tag: mem
@@ -47,8 +53,12 @@ metrics:
53 symbols:
54 - OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.17
55 name: cfprSmMonitorDataDiskAvailable
56 + description: Data disk available
57 + unit: "{disk}"
58 - OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.18
59 name: cfprSmMonitorDataDiskTotal
60 + description: Data disk total
61 + unit: "{disk}"
62 metric_tags:
63 - tag: cfpr_sm_monitor_dn
64 symbol:
@@ -61,6 +71,8 @@ metrics:
71 symbols:
72 - name: cfprEquipmentFan
73 constant_value_one: true
74 + description: Fan equipment presence indicator
75 + unit: "{fan}"
76 metric_tags:
77 - tag: cfpr_equipment_fan_dn
78 symbol:
@@ -108,6 +120,8 @@ metrics:
120 symbols:
121 - name: cfprEquipmentPsu
122 constant_value_one: true
123 + description: Power supply unit equipment presence indicator
124 + unit: "{power_supply}"
125 metric_tags:
126 - tag: cfpr_equipment_psu_dn
127 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-ironport-email.yaml
+142
@@ -11,22 +11,32 @@ metrics:
11 symbol:
12 name: memory.usage
13 OID: 1.3.6.1.4.1.15497.1.1.1.1.0
14 + description: This object provides a general idea of how much memory is being consumed by the appliance software.
15 + unit: "%"
16 - MIB: ASYNCOS-MAIL-MIB
17 symbol:
18 name: cpu.usage
19 OID: 1.3.6.1.4.1.15497.1.1.1.2.0
20 + description: This object provides a general idea of how busy the CPU is according to the appliance software, within the last 5 seconds of utilization. This measurement may or may not reflect the overall CPU utilization of the appliance, and may or may not be a per-process or a per-thread CPU utilization value.
21 + unit: "%"
22 - MIB: ASYNCOS-MAIL-MIB
23 symbol:
24 name: ironport.oldestMessageAge
25 OID: 1.3.6.1.4.1.15497.1.1.1.14.0
26 + description: The number of seconds the oldest message has been in queue
27 + unit: "s"
28 - MIB: ASYNCOS-MAIL-MIB
29 symbol:
30 name: ironport.perCentDiskIOUtilization
31 OID: 1.3.6.1.4.1.15497.1.1.1.3.0
32 + description: This object provides a general idea of how much disk I/O has been generated within the last 5-15 seconds.
33 + unit: "%"
34 - MIB: ASYNCOS-MAIL-MIB
35 symbol:
36 name: ironport.perCentQueueUtilization
37 OID: 1.3.6.1.4.1.15497.1.1.1.4.0
38 + description: Percent of total queue capacity used.
39 + unit: "%"
40 # - MIB: ASYNCOS-MAIL-MIB
41 # symbol:
42 # name: ironport.queueAvailabilityStatus
@@ -65,11 +75,15 @@ metrics:
75 symbols:
76 - name: ironport.powerSupply
77 constant_value_one: true
78 + description: A table of one or power supply entries.
79 + unit: "{power_supply}"
80 metric_tags:
81 - symbol:
82 name: ironport.powerSupplyName
83 OID: 1.3.6.1.4.1.15497.1.1.1.8.1.4
84 tag: ironport_power_supply_name
85 + description: A textual name for a power supply.
86 + unit: "TBD"
87 - symbol:
88 OID: 1.3.6.1.4.1.15497.1.1.1.8.1.2
89 name: ironport.powerSupplyStatus
@@ -79,6 +93,8 @@ metrics:
93 2: power_supply_healthy
94 3: power_supply_no_ac
95 4: power_supply_faulty
96 + description: Represents the status of a power supply. powerSupplyNotInstalled - The power supply is not detected by the chassis as being physically present. powerSupplyHealthy - The power supply is physically present and is actively servicing the appliance with power. powerSupplyNoAC - The power supply is physically present but is not actively servicing the appliance with power. powerSupplyFaulty - The power supply is failed per the vendor defined operating specifications for the power supply.
97 + unit: "TBD"
98 - symbol:
99 OID: 1.3.6.1.4.1.15497.1.1.1.8.1.3
100 name: ironport.powerSupplyRedundancy
@@ -86,6 +102,8 @@ metrics:
102 mapping:
103 1: power_supply_redundancy_ok
104 2: power_supply_redundancy_lost
105 + description: Represents the status of a collection of one or more power supplies. powerSupplyRedundancyOK - All power supplies are in a powerSupplyHealthy state. powerSupplyRedundancyLost - One or more power supplies are in a powerSupplyNotInstalled, powerSupplyNoAC, or powerSupplyFaulty state.
106 + unit: "TBD"
107 - MIB: ASYNCOS-MAIL-MIB
108 table:
109 name: temperatureTable
@@ -93,11 +111,17 @@ metrics:
111 symbols:
112 - name: ironport.degreesCelsius
113 OID: 1.3.6.1.4.1.15497.1.1.1.9.1.2
114 + description: Temperature reading for the sensor being instrumented in Centrigrade units. This is correct according to the relative accuracy of the sensor being instrumented.
115 + unit: "Cel"
116 + description: A table of chassis temperature sensor states.
117 + unit: "{temperature_sensor}"
118 metric_tags:
119 - symbol:
120 name: ironport.temperatureName
121 OID: 1.3.6.1.4.1.15497.1.1.1.9.1.3
122 tag: ironport_temperature_name
123 + description: Textual description for sensor being instrumented. This description is a short textual label, suitable as a human-sensible identification for the rest of the information in the entry.
124 + unit: "TBD"
125 - MIB: ASYNCOS-MAIL-MIB
126 table:
127 name: fanTable
@@ -105,15 +129,23 @@ metrics:
129 symbols:
130 - name: ironport.fanRPMs
131 OID: 1.3.6.1.4.1.15497.1.1.1.10.1.2
132 + description: Speed in RPMs of a chassis fan being instrumented. The speed that corresponds to a fan failure varies depending on the vendor specification and airflow requirements for the appliance it's instrumented in, but in general when fanRPMs reports 0 RPMs the respective fan has failed.
133 + unit: "rpm"
134 + description: A table of chassis fan entries.
135 + unit: "{fan}"
136 metric_tags:
137 - symbol:
138 name: ironport.fanName
139 OID: 1.3.6.1.4.1.15497.1.1.1.10.1.3
140 tag: ironport_fan_name
141 + description: A textual name of the chassis fan being instrumented.
142 + unit: "TBD"
143 - MIB: ASYNCOS-MAIL-MIB
144 symbol:
145 name: ironport.workQueueMessages
146 OID: 1.3.6.1.4.1.15497.1.1.1.11.0
147 + description: Number of messages in the work queue.
148 + unit: "{message}"
149 - MIB: ASYNCOS-MAIL-MIB
150 table:
151 name: keyExpirationTable
@@ -121,11 +153,17 @@ metrics:
153 symbols:
154 - name: ironport.keySecondsUntilExpire
155 OID: 1.3.6.1.4.1.15497.1.1.1.12.1.4
156 + description: Seconds until the valid Feature Key expires. Only applies to non-perpetual Feature Keys, and is 0 when the Feature Key has expired.
157 + unit: "s"
158 + description: A table of Feature Key expiration entries.
159 + unit: "{feature_key_expiration_entry}"
160 metric_tags:
161 - symbol:
162 name: ironport.keyDescription
163 OID: 1.3.6.1.4.1.15497.1.1.1.12.1.2
164 tag: ironport_key_description
165 + description: Textual description for a Feature Key applicable to the appliance.
166 + unit: "TBD"
167 - symbol:
168 OID: 1.3.6.1.4.1.15497.1.1.1.12.1.3
169 name: ironport.keyIsPerpetual
@@ -133,6 +171,8 @@ metrics:
171 mapping:
172 1: 'true'
173 2: 'false'
174 + description: Boolean value represented by True if Feature Key is perpetual, or False if the Feature Key is normal or expired.
175 + unit: "TBD"
176 - MIB: ASYNCOS-MAIL-MIB
177 table:
178 name: updateTable
@@ -140,25 +180,39 @@ metrics:
180 symbols:
181 - name: ironport.updates
182 OID: 1.3.6.1.4.1.15497.1.1.1.13.1.3
183 + description: The number of successful attempts that have occurred when updating a service.
184 + unit: "{update_attempt}"
185 - name: ironport.updateFailures
186 OID: 1.3.6.1.4.1.15497.1.1.1.13.1.4
187 + description: The number of failed attempts that have occurred when updating a service.
188 + unit: "{update_attempt}"
189 + description: A table of one or more update entries.
190 + unit: "{update_entry}"
191 metric_tags:
192 - symbol:
193 name: ironport.updateServiceName
194 OID: 1.3.6.1.4.1.15497.1.1.1.13.1.2
195 tag: ironport_update_service_name
196 + description: A textual name for an update entry.
197 + unit: "TBD"
198 - MIB: ASYNCOS-MAIL-MIB
199 symbol:
200 name: ironport.outstandingDNSRequests
201 OID: 1.3.6.1.4.1.15497.1.1.1.15.0
202 + description: Number of DNS requests that have been sent but for which no reply has been received.
203 + unit: "{dns_request}"
204 - MIB: ASYNCOS-MAIL-MIB
205 symbol:
206 name: ironport.pendingDNSRequests
207 OID: 1.3.6.1.4.1.15497.1.1.1.16.0
208 + description: Number of DNS requests waiting to be sent.
209 + unit: "{dns_request}"
210 - MIB: ASYNCOS-MAIL-MIB
211 symbol:
212 name: ironport.raidEvents
213 OID: 1.3.6.1.4.1.15497.1.1.1.17.0
214 + description: The total number of RAID events that have occurred since the last appliance power on event.
215 + unit: "{raid_event}"
216 - MIB: ASYNCOS-MAIL-MIB
217 table:
218 name: raidTable
@@ -166,11 +220,15 @@ metrics:
220 symbols:
221 - name: ironport.raid
222 constant_value_one: true
223 + description: Unique index for a drive being instrumented in the appliance. This index is for SNMP purposes only; it has no intrinsic value.
224 + unit: "{raid_drive}"
225 metric_tags:
226 - symbol:
227 name: ironport.raidID
228 OID: 1.3.6.1.4.1.15497.1.1.1.18.1.3
229 tag: ironport_raid_id
230 + description: A textual name for a drive attached to a RAID controller in the appliance.
231 + unit: "TBD"
232 - symbol:
233 OID: 1.3.6.1.4.1.15497.1.1.1.18.1.2
234 name: ironport.raidStatus
@@ -179,18 +237,26 @@ metrics:
237 1: drive_healthy
238 2: drive_failure
239 3: drive_rebuild
240 + description: Represents the status of a a drive attached to a RAID controller in the appliance. driveHealthy - The corresponding drive is connected to the RAID controller and functioning as a healthy member in the RAID volume. driveFailure - The drive is either disconnected from the RAID controller, or has failed to operate within thresholds defined in vendor specifications for the drive and the controller. driveRebuild - The corresponding drive is connected to the RAID controller. It is being rebuilt according to the RAID controller specific rebuild algorithm for the current operating mode of the RAID volume.
241 + unit: "TBD"
242 - symbol:
243 OID: 1.3.6.1.4.1.15497.1.1.1.18.1.4
244 name: ironport.raidLastError
245 tag: ironport_raid_last_error
246 + description: The textual description of the last error message reported by the RAID controller or corresponding driver if one has occurred. This is 'No Error' if the corresponding drive's state is driveHealthy, or a controller or driver defined specific textual description if the drive's state is not driveHealthy.
247 + unit: "TBD"
248 - MIB: ASYNCOS-MAIL-MIB
249 symbol:
250 name: ironport.openFilesOrSockets
251 OID: 1.3.6.1.4.1.15497.1.1.1.19.0
252 + description: This object notes how many files or sockets are open on the appliance. In normal operating conditions, the measurement is taken at least once every 5-15 seconds.
253 + unit: "{file_or_socket}"
254 - MIB: ASYNCOS-MAIL-MIB
255 symbol:
256 name: ironport.mailTransferThreads
257 OID: 1.3.6.1.4.1.15497.1.1.1.20.0
258 + description: Number of threads that perform some task related to transferring mail.
259 + unit: "{thread}"
260 # - MIB: ASYNCOS-MAIL-MIB
261 # symbol:
262 # name: ironport.fipsMode
@@ -204,154 +270,230 @@ metrics:
270 symbol:
271 name: ironport.perCentCPULoad
272 OID: 1.3.6.1.4.1.15497.1.1.1.26.0
273 + description: This object provides a general idea of how busy the CPU is according to the appliance software, within the last 5 seconds of utilization. This measurement may or may not reflect the overall CPU utilization of the appliance, and may or may not be a per-process or a per-thread CPU utilization value.
274 + unit: "%"
275 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
276 symbol:
277 name: ironport.cacheClientRequests
278 OID: 1.3.6.1.4.1.15497.1.2.3.2.2.0
279 + description: The number of HTTP requests received from clients.
280 + unit: "{http_request}"
281 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
282 symbol:
283 name: ironport.cacheClientErrors
284 OID: 1.3.6.1.4.1.15497.1.2.3.2.4.0
285 + description: The number of HTTP errors caused by client connections.
286 + unit: "{http_error}"
287 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
288 symbol:
289 name: ironport.cacheClientIdleConns
290 OID: 1.3.6.1.4.1.15497.1.2.3.2.7.0
291 + description: The number of connected but idle persistent client connections.
292 + unit: "{connection}"
293 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
294 symbol:
295 name: ironport.cacheClientTotalConns
296 OID: 1.3.6.1.4.1.15497.1.2.3.2.8.0
297 + description: The current number of active + idle client connections.
298 + unit: "{connection}"
299 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
300 symbol:
301 name: ironport.cacheClientMaxConns
302 OID: 1.3.6.1.4.1.15497.1.2.3.2.9.0
303 + description: The maximum number of simultaneous client connections that will be allowed.
304 + unit: "{connection}"
305 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
306 symbol:
307 name: ironport.cacheClientAccepts
308 OID: 1.3.6.1.4.1.15497.1.2.3.2.10.0
309 + description: The total number of sockets accepted from the clients.
310 + unit: "{socket}"
311 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
312 symbol:
313 name: ironport.cacheClientReqDenials
314 OID: 1.3.6.1.4.1.15497.1.2.3.2.17.0
315 + description: The number of responses blocked by access control.
316 + unit: "{response}"
317 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
318 symbol:
319 name: ironport.cacheServerRequests
320 OID: 1.3.6.1.4.1.15497.1.2.3.3.2.0
321 + description: The total number of HTTP requests sent to servers.
322 + unit: "{http_request}"
323 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
324 symbol:
325 name: ironport.cacheServerSockets
326 OID: 1.3.6.1.4.1.15497.1.2.3.3.3.0
327 + description: The total number of sockets opened from the servers.
328 + unit: "{socket}"
329 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
330 symbol:
331 name: ironport.cacheServerErrors
332 OID: 1.3.6.1.4.1.15497.1.2.3.3.4.0
333 + description: The number of HTTP errors while fetching objects.
334 + unit: "{http_error}"
335 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
336 symbol:
337 name: ironport.cacheServerIdleConns
338 OID: 1.3.6.1.4.1.15497.1.2.3.3.7.0
339 + description: The number of connected but idle persistent server connections.
340 + unit: "{connection}"
341 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
342 symbol:
343 name: ironport.cacheServerTotalConns
344 OID: 1.3.6.1.4.1.15497.1.2.3.3.8.0
345 + description: The current number of active + idle server connections.
346 + unit: "{connection}"
347 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
348 symbol:
349 name: ironport.cacheServerCloseIdleConns
350 OID: 1.3.6.1.4.1.15497.1.2.3.3.9.0
351 + description: The number of server connections closed due to idle time limits.
352 + unit: "{connection}"
353 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
354 symbol:
355 name: ironport.cacheServerLimitIdleConns
356 OID: 1.3.6.1.4.1.15497.1.2.3.3.10.0
357 + description: The number of times the number of idle persistent connections hit the count limit and caused a connection to be closed.
358 + unit: "{connection}"
359 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
360 symbol:
361 name: ironport.cacheServerConnsThresh
362 OID: 1.3.6.1.4.1.15497.1.2.3.3.11.0
363 + description: The limit on the number of server connections.
364 + unit: "{connection}"
365 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
366 symbol:
367 name: ironport.cacheTotalHttpReqs
368 OID: 1.3.6.1.4.1.15497.1.2.3.6.1.0
369 + description: Total number of HTTP requests from clients
370 + unit: "{http_request}"
371 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
372 symbol:
373 name: ironport.cacheMeanRespTime
374 OID: 1.3.6.1.4.1.15497.1.2.3.6.2.0
375 + description: The HTTP mean response time
376 + unit: "ms"
377 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
378 symbol:
379 name: ironport.cacheMeanMissRespTime
380 OID: 1.3.6.1.4.1.15497.1.2.3.6.3.0
381 + description: The HTTP mean response time of Misses
382 + unit: "ms"
383 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
384 symbol:
385 name: ironport.cacheMeanHitRespTime
386 OID: 1.3.6.1.4.1.15497.1.2.3.6.4.0
387 + description: The HTTP mean response time of Hits
388 + unit: "ms"
389 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
390 symbol:
391 name: ironport.cacheMeanHitRatio
392 OID: 1.3.6.1.4.1.15497.1.2.3.6.5.0
393 + description: The HTTP hit ratio
394 + unit: "%"
395 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
396 symbol:
397 name: ironport.cacheMeanByteHitRatio
398 OID: 1.3.6.1.4.1.15497.1.2.3.6.6.0
399 + description: The HTTP byte hit ratio
400 + unit: "%"
401 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
402 symbol:
403 name: ironport.cacheTotalBandwidthSaving
404 OID: 1.3.6.1.4.1.15497.1.2.3.6.7.0
405 + description: The total bandwidth savings for HTTP in Mbits/sec
406 + unit: "Mbit/s"
407 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
408 symbol:
409 name: ironport.cacheDuration
410 OID: 1.3.6.1.4.1.15497.1.2.3.6.8.0
411 + description: The proxy up time
412 + unit: "s"
413 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
414 symbol:
415 name: ironport.cacheCltReplyErrPct
416 OID: 1.3.6.1.4.1.15497.1.2.3.6.9.0
417 + description: The percentage of errors in the HTTP replies to clients
418 + unit: "%"
419 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
420 symbol:
421 name: ironport.cacheThruputNow
422 OID: 1.3.6.1.4.1.15497.1.2.3.7.1.1.0
423 + description: Request throughput in the last minute
424 + unit: "{request}"
425 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
426 symbol:
427 name: ironport.cacheBwidthSavingNow
428 OID: 1.3.6.1.4.1.15497.1.2.3.7.2.1.0
429 + description: Bandwidth savings in the last minute (in Kb/sec)
430 + unit: "kbit/s"
431 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
432 symbol:
433 name: ironport.cacheBwidthSpentNow
434 OID: 1.3.6.1.4.1.15497.1.2.3.7.3.1.0
435 + description: Bandwidth spent in the last minute (in Kb/sec)
436 + unit: "kbit/s"
437 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
438 symbol:
439 name: ironport.cacheBwidthTotalNow
440 OID: 1.3.6.1.4.1.15497.1.2.3.7.4.1.0
441 + description: Bandwidth total in the last minute (in Kb/sec)
442 + unit: "kbit/s"
443 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
444 symbol:
445 name: ironport.cacheHitsNow
446 OID: 1.3.6.1.4.1.15497.1.2.3.7.5.1.0
447 + description: Hit throughput in the last minute
448 + unit: "{hit}"
449 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
450 symbol:
451 name: ironport.cacheMissesNow
452 OID: 1.3.6.1.4.1.15497.1.2.3.7.6.1.0
453 + description: Miss throughput in the last minute
454 + unit: "{miss}"
455 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
456 symbol:
457 name: ironport.cacheHitRespTimeNow
458 OID: 1.3.6.1.4.1.15497.1.2.3.7.7.1.0
459 + description: Cache hit response time in the last minute
460 + unit: "ms"
461 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
462 symbol:
463 name: ironport.cacheMissRespTimeNow
464 OID: 1.3.6.1.4.1.15497.1.2.3.7.8.1.0
465 + description: Cache miss response time in the last minute
466 + unit: "ms"
467 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
468 symbol:
469 name: ironport.cacheTotalRespTimeNow
470 OID: 1.3.6.1.4.1.15497.1.2.3.7.9.1.0
471 + description: Cache total response time in the last minute
472 + unit: "ms"
473 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
474 symbol:
475 name: ironport.cacheErrsNow
476 OID: 1.3.6.1.4.1.15497.1.2.3.7.10.1.0
477 + description: Cache error throughput time in the last minute
478 + unit: "{error}"
479 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
480 symbol:
481 name: ironport.cacheDeniedNow
482 OID: 1.3.6.1.4.1.15497.1.2.3.7.11.1.0
483 + description: Cache denial throughput time in the last minute
484 + unit: "{denial}"
485 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
486 symbol:
487 name: ironport.cacheErrRespTimeNow
488 OID: 1.3.6.1.4.1.15497.1.2.3.7.12.1.0
489 + description: Cache error response time in the last minute
490 + unit: "ms"
491 - MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
492 symbol:
493 name: ironport.cacheDeniedRespTimeNow
494 OID: 1.3.6.1.4.1.15497.1.2.3.7.13.1.0
495 + description: Cache denial response time in the last minute
496 + unit: "ms"
497 metric_tags:
498 - OID: 1.3.6.1.4.1.15497.1.2.2.1.0
499 symbol: cacheAdmin
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-legacy-wlc.yaml
+6
@@ -43,13 +43,19 @@ metrics:
43 symbol:
44 OID: 1.3.6.1.4.1.14179.1.1.5.1 # agentCurrentCPUUtilization
45 name: cpu.usage
46 + description: Current CPU load of the switch in percentage
47 + unit: "%"
48 - MIB: AIRESPACE-SWITCHING-MIB
49 symbol:
50 OID: 1.3.6.1.4.1.14179.1.1.5.3 # agentFreeMemory
51 scale_factor: 1000
52 name: memory.free
53 + description: Free RAM of the switch in Kbytes
54 + unit: "kBy"
55 - MIB: AIRESPACE-SWITCHING-MIB
56 symbol:
57 OID: 1.3.6.1.4.1.14179.1.1.5.2 # agentTotalMemory
58 scale_factor: 1000
59 name: memory.total
60 + description: Total RAM of the switch in Kbytes
61 + unit: "kBy"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-load-balancer.yaml
+74
@@ -16,27 +16,43 @@ metrics:
16 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.6
17 name: slbStatsCreatedConnections
18 metric_type: monotonic_count
19 + description: Number of TCP and UDP connections created since SLB was configured
20 + unit: "{connection}"
21 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.7
22 name: slbStatsCreatedHCConnections
23 metric_type: monotonic_count
24 + description: Number of connections created by SLB since it was configured
25 + unit: "{connection}"
26 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.8
27 name: slbStatsEstablishedConnections
28 metric_type: monotonic_count
29 + description: Number of connections established through SLB
30 + unit: "{connection}"
31 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.9
32 name: slbStatsEstablishedHCConnections
33 metric_type: monotonic_count
34 + description: Number of connections established through SLB
35 + unit: "{connection}"
36 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.10
37 name: slbStatsDestroyedConnections
38 metric_type: monotonic_count
39 + description: Number of TCP and UDP connections destroyed by SLB
40 + unit: "{connection}"
41 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.11
42 name: slbStatsDestroyedHCConnections
43 metric_type: monotonic_count
44 + description: Number of TCP and UDP connections destroyed by SLB
45 + unit: "{connection}"
46 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.12
47 name: slbStatsReassignedConnections
48 metric_type: monotonic_count
49 + description: Number of TCP and UDP connections reassigned from one real server to another
50 + unit: "{connection}"
51 - OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.13
52 name: slbStatsReassignedHCConnections
53 metric_type: monotonic_count
54 + description: Number of TCP and UDP connections reassigned from one real server to another
55 + unit: "{connection}"
56 metric_tags:
57 - index: 1 # index `slbEntity`
58 tag: slb_entity
@@ -48,90 +64,148 @@ metrics:
64 symbols:
65 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.3
66 name: cslbxStatsCurrConnections
67 + description: Number of connections currently still open
68 + unit: "{connection}"
69 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.5
70 name: cslbxStatsFailedConns
71 metric_type: monotonic_count
72 + description: Number of connections that were load balanced to real servers that then failed to respond
73 + unit: "{connection}"
74 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.7
75 name: cslbxStatsL4PolicyConns
76 metric_type: monotonic_count
77 + description: Number of connections made to the virtual servers with only layer 4 configuration
78 + unit: "{connection}"
79 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.8
80 name: cslbxStatsL7PolicyConns
81 metric_type: monotonic_count
82 + description: Number of connections made to the virtual servers with some layer 7 configuration
83 + unit: "{connection}"
84 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.9
85 name: cslbxStatsDroppedL4PolicyConns
86 metric_type: monotonic_count
87 + description: Number of connections dropped by virtual servers with only layer 4 configuration
88 + unit: "{connection}"
89 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.10
90 name: cslbxStatsDroppedL7PolicyConns
91 metric_type: monotonic_count
92 + description: Number of connections dropped by virtual servers with some layer 7 policy
93 + unit: "{connection}"
94 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.11
95 name: cslbxStatsFtpConns
96 metric_type: monotonic_count
97 + description: Number of connections made to virtual servers with the FTP service
98 + unit: "{connection}"
99 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.12
100 name: cslbxStatsHttpRedirectConns
101 metric_type: monotonic_count
102 + description: Number of connections made to HTTP redirect servers
103 + unit: "{connection}"
104 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.13
105 name: cslbxStatsDroppedRedirectConns
106 metric_type: monotonic_count
107 + description: Number of connections dropped by HTTP redirect servers
108 + unit: "{connection}"
109 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.14
110 name: cslbxStatsNoMatchPolicyRejects
111 metric_type: monotonic_count
112 + description: Number of connections rejected because they failed to match any configured policy
113 + unit: "{connection}"
114 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.15
115 name: cslbxStatsNoCfgPolicyRejects
116 metric_type: monotonic_count
117 + description: Number of connections rejected because the matching virtual server was not configured with any policy
118 + unit: "{connection}"
119 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.16
120 name: cslbxStatsNoActiveServerRejects
121 metric_type: monotonic_count
122 + description: Number of connections rejected because the chosen server farm did not have any active servers
123 + unit: "{connection}"
124 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.17
125 name: cslbxStatsAclDenyRejects
126 metric_type: monotonic_count
127 + description: Number of connections rejected because the the matching client access list was configured to deny access
128 + unit: "{connection}"
129 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.18
130 name: cslbxStatsMaxParseLenRejects
131 metric_type: monotonic_count
132 + description: Number of connections rejected because the length of an HTTP request or response header exceeded the maximum L7 parse length configured for the matching virtual server
133 + unit: "{connection}"
134 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.19
135 name: cslbxStatsBadSslFormatRejects
136 metric_type: monotonic_count
137 + description: Number of connections rejected because some invalid or unrecognized SSL format was detected
138 + unit: "{connection}"
139 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.20
140 name: cslbxStatsL7ParserErrorRejects
141 metric_type: monotonic_count
142 + description: Number of connections rejected because an error occurred while parsing the connection data at Layer 7
143 + unit: "{connection}"
144 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.21
145 name: cslbxStatsVerMismatchRejects
146 metric_type: monotonic_count
147 + description: Number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection
148 + unit: "{connection}"
149 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.22
150 name: cslbxStatsOutOfMemoryRejects
151 metric_type: monotonic_count
152 + description: Number of connections rejected because the SLB module could not allocate the required memory
153 + unit: "{connection}"
154 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.23
155 name: cslbxStatsTimedOutConnections
156 metric_type: monotonic_count
157 + description: Number of connections that were terminated because they were idle longer than the configured idle timeout value
158 + unit: "{connection}"
159 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.24
160 name: cslbxStatsTcpChecksumErrorPkts
161 metric_type: monotonic_count
162 + description: Accumulated number of TCP packets which have checksum error
163 + unit: "{packet}"
164 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.25
165 name: cslbxStatsIpChecksumErrorPkts
166 metric_type: monotonic_count
167 + description: Accumulated number of IP packets which have checksum error
168 + unit: "{packet}"
169 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.26
170 name: cslbxStatsL4PolicyHCConns
171 metric_type: monotonic_count
172 + description: Number of connections made to the virtual servers with only layer 4 configuration
173 + unit: "{connection}"
174 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.27
175 name: cslbxStatsL7PolicyHCConns
176 metric_type: monotonic_count
177 + description: Number of connections made to the virtual servers with some layer 7 configuration
178 + unit: "{connection}"
179 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.28
180 name: cslbxStatsDroppedL4PolicyHCConns
181 metric_type: monotonic_count
182 + description: Number of connections dropped by virtual servers with only layer 4 configuration
183 + unit: "{connection}"
184 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.29
185 name: cslbxStatsDroppedL7PolicyHCConns
186 metric_type: monotonic_count
187 + description: Number of connections dropped by virtual servers with some layer 7 configuration
188 + unit: "{connection}"
189 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.30
190 name: cslbxStatsNoMatchPolicyHCRejects
191 metric_type: monotonic_count
192 + description: Number of connections rejected because they failed to match any configured policy
193 + unit: "{connection}"
194 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.31
195 name: cslbxStatsNoCfgPolicyHCRejects
196 metric_type: monotonic_count
197 + description: Number of connections rejected because the matching virtual server was not configured with any policy
198 + unit: "{connection}"
199 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.32
200 name: cslbxStatsAclDenyHCRejects
201 metric_type: monotonic_count
202 + description: Number of connections rejected because the the matching client access list was configured to deny access
203 + unit: "{connection}"
204 - OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.33
205 name: cslbxStatsVerMismatchHCRejects
206 metric_type: monotonic_count
207 + description: Number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection
208 + unit: "{connection}"
209 metric_tags:
210 - index: 1 # index `slbEntity` of `slbStatsTable`
211 tag: slb_entity
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-nexus.yaml
+6
@@ -30,6 +30,8 @@ metrics:
30 symbols:
31 - OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.4
32 name: entSensorValue
33 + description: Most recent measurement seen by the sensor
34 + unit: "TBD"
35 metric_tags:
36 - symbol:
37 OID: 1.3.6.1.4.1.9.9.91.1.1.1.1.1
@@ -61,9 +63,13 @@ metrics:
63 - OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7
64 # core check only
65 name: memory.used
66 + description: Number of bytes from the memory pool that are currently in use by applications on the physical entity
67 + unit: "By"
68 - OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
69 # core check only
70 name: memory.free
71 + description: Number of bytes from the memory pool that are currently unused on the physical entity
72 + unit: "By"
73 metric_tags:
74 - tag: mem
75 index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-sb.yaml
+2
@@ -15,3 +15,5 @@ metrics:
15 symbol:
16 name: cpu.usage
17 OID: 1.3.6.1.4.1.9.6.1.101.1.8
18 + description: Cpu usage percentage
19 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-ucs.yaml
+196 -294
@@ -29,14 +29,20 @@ metrics:
29 name: cucsComputeBoardModel
30 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.6
31 tag: cucs_compute_board_model
32 + description: "Cisco UCS compute:Board:model managed object property"
33 + unit: "TBD"
34 - symbol:
35 name: cucsComputeBoardSerial
36 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.14
37 tag: cucs_compute_board_serial
38 + description: "Cisco UCS compute:Board:serial managed object property"
39 + unit: "TBD"
40 - symbol:
41 name: cucsComputeBoardVendor
42 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.16
43 tag: cucs_compute_board_vendor
44 + description: "Cisco UCS compute:Board:vendor managed object property"
45 + unit: "TBD"
46 - symbol:
47 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.7
48 name: cucsComputeBoardOperPower
@@ -55,6 +61,8 @@ metrics:
61 10: ok
62 11: failed
63 100: not_supported
64 + description: "Oper power state of the board"
65 + unit: "TBD"
66 - symbol:
67 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.8
68 name: cucsComputeBoardOperState
@@ -92,6 +100,8 @@ metrics:
100 106: peer_comm_problem
101 107: auto_upgrade
102 108: link_activate_blocked
103 + description: "Operational state of the board"
104 + unit: "TBD"
105 - symbol:
106 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.9
107 name: cucsComputeBoardOperability
@@ -129,6 +139,8 @@ metrics:
139 106: peer_comm_problem
140 107: auto_upgrade
141 108: link_activate_blocked
142 + description: "Operability state of the board"
143 + unit: "TBD"
144 - symbol:
145 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.10
146 name: cucsComputeBoardPerf
@@ -143,6 +155,8 @@ metrics:
155 6: lower_critical
156 7: lower_non_recoverable
157 100: not_supported
158 + description: "Performance state of the board"
159 + unit: "TBD"
160 - symbol:
161 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.11
162 name: cucsComputeBoardPower
@@ -161,6 +175,8 @@ metrics:
175 10: ok
176 11: failed
177 100: not_supported
178 + description: "Power state of the board"
179 + unit: "TBD"
180 - symbol:
181 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.12
182 name: cucsComputeBoardPresence
@@ -186,6 +202,8 @@ metrics:
202 103: equipped_disc_in_progress
203 104: equipped_disc_error
204 105: equipped_disc_unknown
205 + description: "Presence state of the board"
206 + unit: "TBD"
207 - symbol:
208 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.15
209 name: cucsComputeBoardThermal
@@ -200,6 +218,8 @@ metrics:
218 6: lower_critical
219 7: lower_non_recoverable
220 100: not_supported
221 + description: "Thermal state of the board"
222 + unit: "TBD"
223 - symbol:
224 OID: 1.3.6.1.4.1.9.9.719.1.9.6.1.17
225 name: cucsComputeBoardVoltage
@@ -214,6 +234,8 @@ metrics:
234 6: lower_critical
235 7: lower_non_recoverable
236 100: not_supported
237 + description: "Voltage state of the board"
238 + unit: "TBD"
239 - MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
240 table:
241 name: cucsComputeMbPowerStatsTable
@@ -221,10 +243,16 @@ metrics:
243 symbols:
244 - name: cucsComputeMbPowerStatsConsumedPower
245 OID: 1.3.6.1.4.1.9.9.719.1.9.14.1.4
246 + description: "Consumed power"
247 + unit: "W"
248 - name: cucsComputeMbPowerStatsInputCurrent
249 OID: 1.3.6.1.4.1.9.9.719.1.9.14.1.8
250 + description: "Input current"
251 + unit: "A"
252 - name: cucsComputeMbPowerStatsInputVoltage
253 OID: 1.3.6.1.4.1.9.9.719.1.9.14.1.12
254 + description: "Input voltage"
255 + unit: "V"
256 metric_tags:
257 - symbol:
258 name: cucsComputeMbPowerStatsDn
@@ -249,8 +277,12 @@ metrics:
277 symbols:
278 - name: cucsComputeRackUnitAvailableMemory
279 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.9
280 + description: "Available memory"
281 + unit: "By"
282 - name: cucsComputeRackUnitTotalMemory
283 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.49
284 + description: "Total memory"
285 + unit: "By"
286 metric_tags:
287 - symbol:
288 name: cucsComputeRackUnitDn
@@ -260,34 +292,50 @@ metrics:
292 name: cucsComputeRackUnitModel
293 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.32
294 tag: cucs_compute_rack_unit_model
295 + description: "Cisco UCS compute:RackUnit:model managed object property"
296 + unit: "TBD"
297 - symbol:
298 name: cucsComputeRackUnitName
299 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.33
300 tag: cucs_compute_rack_unit_name
301 + description: "Cisco UCS compute:RackUnit:name managed object property"
302 + unit: "TBD"
303 - symbol:
304 name: cucsComputeRackUnitNumOfCores
305 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.35
306 tag: cucs_compute_rack_unit_num_of_cores
307 + description: "Number of cores"
308 + unit: "{core}"
309 - symbol:
310 name: cucsComputeRackUnitNumOfCpus
311 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.36
312 tag: cucs_compute_rack_unit_num_of_cpus
313 + description: "Number of cpus"
314 + unit: "{cpu}"
315 - symbol:
316 name: cucsComputeRackUnitNumOfThreads
317 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.39
318 tag: cucs_compute_rack_unit_num_of_threads
319 + description: "Number of threads"
320 + unit: "{thread}"
321 - symbol:
322 name: cucsComputeRackUnitSerial
323 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.47
324 tag: cucs_compute_rack_unit_serial
325 + description: "Cisco UCS compute:RackUnit:serial managed object property"
326 + unit: "TBD"
327 - symbol:
328 name: cucsComputeRackUnitUuid
329 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.50
330 tag: cucs_compute_rack_unit_uuid
331 + description: "Cisco UCS compute:RackUnit:uuid managed object property"
332 + unit: "TBD"
333 - symbol:
334 name: cucsComputeRackUnitVendor
335 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.51
336 tag: cucs_compute_rack_unit_vendor
337 + description: "Cisco UCS compute:RackUnit:vendor managed object property"
338 + unit: "TBD"
339 - symbol:
340 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.4
341 name: cucsComputeRackUnitAdminPower
@@ -306,6 +354,8 @@ metrics:
354 31: admin_up
355 32: admin_down
356 33: ipmi_reset
357 + description: "Admin power state of the rack unit"
358 + unit: "TBD"
359 - symbol:
360 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.5
361 name: cucsComputeRackUnitAdminState
@@ -314,6 +364,8 @@ metrics:
364 1: in_service
365 2: out_of_service
366 3: in_maintenance
367 + description: "Admin state of the rack unit"
368 + unit: "TBD"
369 - symbol:
370 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.7
371 name: cucsComputeRackUnitAssociation
@@ -325,6 +377,8 @@ metrics:
377 3: removing
378 4: failed
379 5: throttled
380 + description: "Association state of the rack unit"
381 + unit: "TBD"
382 - symbol:
383 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.8
384 name: cucsComputeRackUnitAvailability
@@ -332,6 +386,8 @@ metrics:
386 mapping:
387 0: unavailable
388 1: available
389 + description: "Availability state of the rack unit"
390 + unit: "TBD"
391 - symbol:
392 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.10
393 name: cucsComputeRackUnitCheckPoint
@@ -342,6 +398,8 @@ metrics:
398 2: shallow_checkpoint
399 3: deep_checkpoint
400 4: discovered
401 + description: "Checkpoint state of the rack unit"
402 + unit: "TBD"
403 - symbol:
404 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.40
405 name: cucsComputeRackUnitOperPower
@@ -360,6 +418,8 @@ metrics:
418 10: ok
419 11: failed
420 100: not_supported
421 + description: "Operational power state of the rack unit"
422 + unit: "TBD"
423 - symbol:
424 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.42
425 name: cucsComputeRackUnitOperState
@@ -398,6 +458,8 @@ metrics:
458 210: pending_reboot
459 211: pending_reassociation
460 212: svnic_not_present
461 + description: "Operational state of the rack unit"
462 + unit: "TBD"
463 - symbol:
464 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.43
465 name: cucsComputeRackUnitOperability
@@ -435,6 +497,8 @@ metrics:
497 106: peer_comm_problem
498 107: auto_upgrade
499 108: link_activate_blocked
500 + description: "Operability state of the rack unit"
501 + unit: "TBD"
502 - symbol:
503 OID: 1.3.6.1.4.1.9.9.719.1.9.35.1.45
504 name: cucsComputeRackUnitPresence
@@ -456,6 +520,8 @@ metrics:
520 40: unauthorized
521 101: equipped_unsupported
522 102: equipped_deprecated
523 + description: "Presence state of the rack unit"
524 + unit: "TBD"
525 - MIB: CISCO-UNIFIED-COMPUTING-COMPUTE-MIB
526 table:
527 name: cucsComputeRackUnitMbTempStatsTable
@@ -463,12 +529,20 @@ metrics:
529 symbols:
530 - name: cucsComputeRackUnitMbTempStatsAmbientTemp
531 OID: 1.3.6.1.4.1.9.9.719.1.9.44.1.4
532 + description: "Ambient temperature"
533 + unit: "Cel"
534 - name: cucsComputeRackUnitMbTempStatsFrontTemp
535 OID: 1.3.6.1.4.1.9.9.719.1.9.44.1.8
536 + description: "Front temperature"
537 + unit: "Cel"
538 - name: cucsComputeRackUnitMbTempStatsIoh1Temp
539 OID: 1.3.6.1.4.1.9.9.719.1.9.44.1.13
540 + description: "Ioh1 temperature"
541 + unit: "Cel"
542 - name: cucsComputeRackUnitMbTempStatsRearTemp
543 OID: 1.3.6.1.4.1.9.9.719.1.9.44.1.21
544 + description: "Rear temperature"
545 + unit: "Cel"
546 metric_tags:
547 - symbol:
548 name: cucsComputeRackUnitMbTempStatsDn
@@ -494,6 +568,8 @@ metrics:
568 0: chassis
569 1: switch
570 2: fex
571 + description: "Type of the fan"
572 + unit: "TBD"
573 - symbol:
574 OID: 1.3.6.1.4.1.9.9.719.1.15.12.1.9
575 name: cucsEquipmentFanOperState
@@ -531,6 +607,8 @@ metrics:
607 106: peer_comm_problem
608 107: auto_upgrade
609 108: link_activate_blocked
610 + description: "Operational state of the fan"
611 + unit: "TBD"
612 - symbol:
613 OID: 1.3.6.1.4.1.9.9.719.1.15.12.1.10
614 name: cucsEquipmentFanOperability
@@ -568,6 +646,8 @@ metrics:
646 106: peer_comm_problem
647 107: auto_upgrade
648 108: link_activate_blocked
649 + description: "Operability state of the fan"
650 + unit: "TBD"
651 - symbol:
652 OID: 1.3.6.1.4.1.9.9.719.1.15.12.1.11
653 name: cucsEquipmentFanPerf
@@ -582,6 +662,8 @@ metrics:
662 6: lower_critical
663 7: lower_non_recoverable
664 100: not_supported
665 + description: "Performance state of the fan"
666 + unit: "TBD"
667 - symbol:
668 OID: 1.3.6.1.4.1.9.9.719.1.15.12.1.12
669 name: cucsEquipmentFanPower
@@ -600,6 +682,8 @@ metrics:
682 10: ok
683 11: failed
684 100: not_supported
685 + description: "Power state of the fan"
686 + unit: "TBD"
687 - symbol:
688 OID: 1.3.6.1.4.1.9.9.719.1.15.12.1.13
689 name: cucsEquipmentFanPresence
@@ -625,6 +709,8 @@ metrics:
709 103: equipped_disc_in_progress
710 104: equipped_disc_error
711 105: equipped_disc_unknown
712 + description: "Presence state of the fan"
713 + unit: "TBD"
714 - MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
715 table:
716 name: cucsEquipmentPsuTable
@@ -641,14 +727,20 @@ metrics:
727 name: cucsEquipmentPsuModel
728 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.6
729 tag: cucs_equipment_psu_model
730 + description: "Cisco UCS equipment:Psu:model managed object property"
731 + unit: "TBD"
732 - symbol:
733 name: cucsEquipmentPsuRevision
734 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.12
735 tag: cucs_equipment_psu_revision
736 + description: "Cisco UCS equipment:Psu:revision managed object property"
737 + unit: "TBD"
738 - symbol:
739 name: cucsEquipmentPsuSerial
740 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.13
741 tag: cucs_equipment_psu_serial
742 + description: "Cisco UCS equipment:Psu:serial managed object property"
743 + unit: "TBD"
744 - symbol:
745 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.7
746 name: cucsEquipmentPsuOperState
@@ -686,6 +778,8 @@ metrics:
778 106: peer_comm_problem
779 107: auto_upgrade
780 108: link_activate_blocked
781 + description: "Operational state of the psu"
782 + unit: "TBD"
783 - symbol:
784 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.8
785 name: cucsEquipmentPsuOperability
@@ -723,6 +817,8 @@ metrics:
817 106: peer_comm_problem
818 107: auto_upgrade
819 108: link_activate_blocked
820 + description: "Operability state of the psu"
821 + unit: "TBD"
822 - symbol:
823 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.9
824 name: cucsEquipmentPsuPerf
@@ -737,6 +833,8 @@ metrics:
833 6: lower_critical
834 7: lower_non_recoverable
835 100: not_supported
836 + description: "Performance state of the psu"
837 + unit: "TBD"
838 - symbol:
839 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.10
840 name: cucsEquipmentPsuPower
@@ -755,6 +853,8 @@ metrics:
853 10: ok
854 11: failed
855 100: not_supported
856 + description: "Power state of the psu"
857 + unit: "TBD"
858 - symbol:
859 OID: 1.3.6.1.4.1.9.9.719.1.15.56.1.11
860 name: cucsEquipmentPsuPresence
@@ -780,48 +880,8 @@ metrics:
880 103: equipped_disc_in_progress
881 104: equipped_disc_error
882 105: equipped_disc_unknown
783 - - MIB: CISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB
784 - table:
785 - name: cucsEquipmentHealthLedTable
786 - OID: 1.3.6.1.4.1.9.9.719.1.15.114
787 - symbols:
788 - - name: cucsEquipmentHealthLed
789 - constant_value_one: true
790 - metric_tags:
791 - - symbol:
792 - name: cucsEquipmentHealthLedDn
793 - OID: 1.3.6.1.4.1.9.9.719.1.15.114.1.2
794 - tag: cucs_equipment_health_led_dn
795 - - symbol:
796 - OID: 1.3.6.1.4.1.9.9.719.1.15.114.1.4
797 - name: cucsEquipmentHealthLedColor
798 - tag: cucs_equipment_health_led_color
799 - mapping:
800 - 0: unknown
801 - 1: green
802 - 2: amber
803 - 3: red
804 - 4: blue
805 - - symbol:
806 - OID: 1.3.6.1.4.1.9.9.719.1.15.114.1.5
807 - name: cucsEquipmentHealthLedHealthLedState
808 - tag: cucs_equipment_health_led_state
809 - mapping:
810 - 0: normal
811 - 1: minor
812 - 2: critical
813 - - symbol:
814 - OID: 1.3.6.1.4.1.9.9.719.1.15.114.1.9
815 - name: cucsEquipmentHealthLedOperState
816 - tag: cucs_equipment_health_led_oper_state
817 - mapping:
818 - 0: unknown
819 - 1: on
820 - 2: off
821 - 3: blinking
822 - 4: eth
823 - 5: fc
824 - 6: unsupported
883 + description: "Presence state of the psu"
884 + unit: "TBD"
885 - MIB: CISCO-UNIFIED-COMPUTING-MEMORY-MIB
886 table:
887 name: cucsMemoryUnitTable
@@ -829,6 +889,8 @@ metrics:
889 symbols:
890 - name: cucsMemoryUnitCapacity
891 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.6
892 + description: "Capacity of the memory unit"
893 + unit: "By"
894 metric_tags:
895 - symbol:
896 name: cucsMemoryUnitDn
@@ -838,6 +900,8 @@ metrics:
900 name: cucsMemoryUnitLocation
901 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.11
902 tag: cucs_memory_unit_location
903 + description: "Location of the memory unit"
904 + unit: "TBD"
905 - symbol:
906 name: cucsMemoryUnitType
907 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.23
@@ -867,6 +931,8 @@ metrics:
931 24: ddr3
932 25: fbd2
933 26: ddr4
934 + description: "Type of the memory unit"
935 + unit: "TBD"
936 - symbol:
937 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.13
938 name: cucsMemoryUnitOperState
@@ -904,6 +970,8 @@ metrics:
970 106: peer_comm_problem
971 107: auto_upgrade
972 108: link_activate_blocked
973 + description: "Operational state of the memory unit"
974 + unit: "TBD"
975 - symbol:
976 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.14
977 name: cucsMemoryUnitOperability
@@ -941,6 +1009,8 @@ metrics:
1009 106: peer_comm_problem
1010 107: auto_upgrade
1011 108: link_activate_blocked
1012 + description: "Operability state of the memory unit"
1013 + unit: "TBD"
1014 - symbol:
1015 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.15
1016 name: cucsMemoryUnitPerf
@@ -955,6 +1025,8 @@ metrics:
1025 6: lower_critical
1026 7: lower_non_recoverable
1027 100: not_supported
1028 + description: "Performance state of the memory unit"
1029 + unit: "TBD"
1030 - symbol:
1031 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.16
1032 name: cucsMemoryUnitPower
@@ -973,6 +1045,8 @@ metrics:
1045 10: ok
1046 11: failed
1047 100: not_supported
1048 + description: "Power state of the memory unit"
1049 + unit: "TBD"
1050 - symbol:
1051 OID: 1.3.6.1.4.1.9.9.719.1.30.11.1.17
1052 name: cucsMemoryUnitPresence
@@ -998,6 +1072,8 @@ metrics:
1072 103: equipped_disc_in_progress
1073 104: equipped_disc_error
1074 105: equipped_disc_unknown
1075 + description: "Presence state of the memory unit"
1076 + unit: "TBD"
1077 - MIB: CISCO-UNIFIED-COMPUTING-MEMORY-MIB
1078 table:
1079 name: cucsMemoryUnitEnvStatsTable
@@ -1005,6 +1081,8 @@ metrics:
1081 symbols:
1082 - name: cucsMemoryUnitEnvStatsTemperature
1083 OID: 1.3.6.1.4.1.9.9.719.1.30.12.1.6
1084 + description: "Temperature"
1085 + unit: "Cel"
1086 metric_tags:
1087 - symbol:
1088 name: cucsMemoryUnitEnvStatsDn
@@ -1017,6 +1095,8 @@ metrics:
1095 symbols:
1096 - name: cucsProcessorEnvStatsTemperature
1097 OID: 1.3.6.1.4.1.9.9.719.1.41.2.1.10
1098 + description: "Temperature"
1099 + unit: "Cel"
1100 metric_tags:
1101 - symbol:
1102 name: cucsProcessorEnvStatsDn
@@ -1047,26 +1127,38 @@ metrics:
1127 178: pentium4
1128 179: xeon
1129 181: xeon_mp
1130 + description: "Architecture of the processor unit"
1131 + unit: "TBD"
1132 - symbol:
1133 name: cucsProcessorUnitCores
1134 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.5
1135 tag: cucs_processor_unit_cores
1136 + description: "Number of cores"
1137 + unit: "\"{core}\""
1138 - symbol:
1139 name: cucsProcessorUnitCoresEnabled
1140 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.6
1141 tag: cucs_processor_unit_cores_enabled
1142 + description: "Number of cores enabled"
1143 + unit: "\"{core}\""
1144 - symbol:
1145 name: cucsProcessorUnitModel
1146 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.8
1147 tag: cucs_processor_unit_model
1148 + description: "Model of the processor unit"
1149 + unit: "TBD"
1150 - symbol:
1151 name: cucsProcessorUnitThreads
1152 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.20
1153 tag: cucs_processor_unit_threads
1154 + description: "Number of threads"
1155 + unit: "{thread}"
1156 - symbol:
1157 name: cucsProcessorUnitVendor
1158 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.21
1159 tag: cucs_processor_unit_vendor
1160 + description: "Vendor of the processor unit"
1161 + unit: "TBD"
1162 - symbol:
1163 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.9
1164 name: cucsProcessorUnitOperState
@@ -1104,6 +1196,8 @@ metrics:
1196 106: peer_comm_problem
1197 107: auto_upgrade
1198 108: link_activate_blocked
1199 + description: "Operational state of the processor unit"
1200 + unit: "TBD"
1201 - symbol:
1202 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.10
1203 name: cucsProcessorUnitOperability
@@ -1141,6 +1235,8 @@ metrics:
1235 106: peer_comm_problem
1236 107: auto_upgrade
1237 108: link_activate_blocked
1238 + description: "Operability state of the processor unit"
1239 + unit: "TBD"
1240 - symbol:
1241 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.11
1242 name: cucsProcessorUnitPerf
@@ -1155,6 +1251,8 @@ metrics:
1251 6: lower_critical
1252 7: lower_non_recoverable
1253 100: not_supported
1254 + description: "Performance state of the processor unit"
1255 + unit: "TBD"
1256 - symbol:
1257 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.12
1258 name: cucsProcessorUnitPower
@@ -1173,6 +1271,8 @@ metrics:
1271 10: ok
1272 11: failed
1273 100: not_supported
1274 + description: "Power state of the processor unit"
1275 + unit: "TBD"
1276 - symbol:
1277 OID: 1.3.6.1.4.1.9.9.719.1.41.9.1.13
1278 name: cucsProcessorUnitPresence
@@ -1198,6 +1298,8 @@ metrics:
1298 103: equipped_disc_in_progress
1299 104: equipped_disc_error
1300 105: equipped_disc_unknown
1301 + description: "Presence state of the processor unit"
1302 + unit: "TBD"
1303 - MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
1304 table:
1305 name: cucsStorageFlexFlashCardTable
@@ -1205,10 +1307,16 @@ metrics:
1307 symbols:
1308 - name: cucsStorageFlexFlashCardReadIOErrorCount
1309 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.19
1310 + description: "Read io error count"
1311 + unit: "{error}"
1312 - name: cucsStorageFlexFlashCardSize
1313 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.22
1314 + description: "Size of the flex flash card"
1315 + unit: "By"
1316 - name: cucsStorageFlexFlashCardWriteIOErrorCount
1317 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.26
1318 + description: "Write io error count"
1319 + unit: "{error}"
1320 metric_tags:
1321 - symbol:
1322 name: cucsStorageFlexFlashCardDn
@@ -1223,10 +1331,14 @@ metrics:
1331 1: ff_phy_drive_primary
1332 2: ff_phy_drive_secondary_act
1333 3: ff_phy_drive_secondary_unhealthy
1334 + description: "Mode of the flex flash card"
1335 + unit: "TBD"
1336 - symbol:
1337 name: cucsStorageFlexFlashCardCardType
1338 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.7
1339 tag: cucs_storage_flex_flash_card_card_type
1340 + description: "Type of the flex flash card"
1341 + unit: "TBD"
1342 - symbol:
1343 name: cucsStorageFlexFlashCardConnectionProtocol
1344 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.8
@@ -1236,18 +1348,26 @@ metrics:
1348 1: sas
1349 2: sata
1350 3: nvme
1351 + description: "Connection protocol of the flex flash card"
1352 + unit: "TBD"
1353 - symbol:
1354 name: cucsStorageFlexFlashCardRevision
1355 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.20
1356 tag: cucs_storage_flex_flash_card_revision
1357 + description: "Revision of the flex flash card"
1358 + unit: "TBD"
1359 - symbol:
1360 name: cucsStorageFlexFlashCardSerial
1361 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.21
1362 tag: cucs_storage_flex_flash_card_serial
1363 + description: "Serial of the flex flash card"
1364 + unit: "TBD"
1365 - symbol:
1366 name: cucsStorageFlexFlashCardDrivesEnabled
1367 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.29
1368 tag: cucs_storage_flex_flash_card_drives_enabled
1369 + description: "Number of drives enabled"
1370 + unit: "{drive}"
1371 - symbol:
1372 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.5
1373 name: cucsStorageFlexFlashCardCardHealth
@@ -1259,6 +1379,8 @@ metrics:
1379 3: ff_phy_unhealthy_other
1380 4: ff_phy_raid_sync_in_progress
1381 5: ff_phy_raid_out_of_sync
1382 + description: "Health state of the flex flash card"
1383 + unit: "TBD"
1384 - symbol:
1385 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.17
1386 name: cucsStorageFlexFlashCardOperability
@@ -1296,6 +1418,8 @@ metrics:
1418 106: peer_comm_problem
1419 107: auto_upgrade
1420 108: link_activate_blocked
1421 + description: "Operability state of the flex flash card"
1422 + unit: "TBD"
1423 - symbol:
1424 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.18
1425 name: cucsStorageFlexFlashCardPresence
@@ -1321,6 +1445,8 @@ metrics:
1445 103: equipped_disc_in_progress
1446 104: equipped_disc_error
1447 105: equipped_disc_unknown
1448 + description: "Presence state of the flex flash card"
1449 + unit: "TBD"
1450 - symbol:
1451 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.27
1452 name: cucsStorageFlexFlashCardCardState
@@ -1333,6 +1459,8 @@ metrics:
1459 4: ignored
1460 5: failed
1461 6: unknown
1462 + description: "State of the flex flash card"
1463 + unit: "TBD"
1464 - symbol:
1465 OID: 1.3.6.1.4.1.9.9.719.1.45.34.1.28
1466 name: cucsStorageFlexFlashCardCardSync
@@ -1342,258 +1470,8 @@ metrics:
1470 1: manual
1471 2: auto
1472 3: unknown
1345 - - MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
1346 - table:
1347 - name: cucsStorageFlexFlashControllerTable
1348 - OID: 1.3.6.1.4.1.9.9.719.1.45.35
1349 - symbols:
1350 - - name: cucsStorageFlexFlashController
1351 - constant_value_one: true
1352 - metric_tags:
1353 - - symbol:
1354 - name: cucsStorageFlexFlashControllerDn
1355 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.2
1356 - tag: cucs_storage_flex_flash_controller_dn
1357 - - symbol:
1358 - name: cucsStorageFlexFlashControllerFlexFlashType
1359 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.6
1360 - tag: cucs_storage_flex_flash_controller_flex_flash_type
1361 - mapping:
1362 - 0: unknown
1363 - 1: astoria
1364 - 2: fx3s
1365 - - symbol:
1366 - name: cucsStorageFlexFlashControllerModel
1367 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.8
1368 - tag: cucs_storage_flex_flash_controller_model
1369 - - symbol:
1370 - name: cucsStorageFlexFlashControllerPhysicalDriveCount
1371 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.15
1372 - tag: cucs_storage_flex_flash_controller_physical_drive_count
1373 - - symbol:
1374 - name: cucsStorageFlexFlashControllerType
1375 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.24
1376 - tag: cucs_storage_flex_flash_controller_type
1377 - mapping:
1378 - 0: unknown
1379 - 1: sas
1380 - 2: sata
1381 - 3: flash
1382 - 4: sd
1383 - 5: pt
1384 - 6: pch
1385 - 7: external
1386 - 8: nvme
1387 - 9: hba
1388 - 10: m2
1389 - - symbol:
1390 - name: cucsStorageFlexFlashControllerVendor
1391 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.25
1392 - tag: cucs_storage_flex_flash_controller_vendor
1393 - - symbol:
1394 - name: cucsStorageFlexFlashControllerVirtualDriveCount
1395 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.26
1396 - tag: cucs_storage_flex_flash_controller_virtual_drive_count
1397 - - symbol:
1398 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.4
1399 - name: cucsStorageFlexFlashControllerControllerHealth
1400 - tag: cucs_storage_flex_flash_controller_controller_health
1401 - mapping:
1402 - 0: ffch_ok
1403 - 1: ffch_metadata_failure
1404 - 2: ffch_error_cards_access_error
1405 - 3: ffch_error_old_firmware_running
1406 - 4: ffch_error_media_write_protected
1407 - 5: ffch_error_invalid_size
1408 - 6: ffch_error_card_size_mismatch
1409 - 7: ffch_inconsistent_metadata
1410 - 8: ffch_error_secondary_unhealthy_card
1411 - 9: ffch_error_sd_card_not_configured
1412 - 10: ffch_error_inconsistant_metadata_ignored
1413 - 11: ffch_error_sd253_with_un_or_sd247
1414 - 12: ffch_error_rebooted_during_rebuild
1415 - 13: ffch_error_sd247_card_detected
1416 - 14: ffch_flexd_error_sd_card_op_mode_mismatch
1417 - 15: ffch_flexd_error_sd_op_mode_mismatch_with_un
1418 - 16: ffch_flexd_error_im_sd_unhealthy_sd_un_ignored
1419 - 17: ffch_flexd_error_im_sd_healthy_sd_un_ignored
1420 - 18: ffch_flexd_error_im_sd_cards_op_mode_mismatch
1421 - 19: ffch_flexd_error_sd_card0_unhealthy_op_mode_mismatch
1422 - 20: ffch_flexd_error_sd_card0_healthy_op_mode_mismatch
1423 - 21: ffch_flexd_error_sd_card1_unhealthy_op_mode_mismatch
1424 - 22: ffch_flexd_error_sd_card1_healthy_op_mode_mismatch
1425 - 23: ffch_flexd_error_im_sd0_ignored_sd1
1426 - 24: ffch_flexd_error_im_sd0_sd1_ignored
1427 - - symbol:
1428 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.5
1429 - name: cucsStorageFlexFlashControllerControllerState
1430 - tag: cucs_storage_flex_flash_controller_controller_state
1431 - mapping:
1432 - 0: ffc_uninitalized
1433 - 1: ffc_software_err
1434 - 2: ffc_init
1435 - 3: ffc_config
1436 - 4: ffc_wait_user
1437 - 5: ffc_usb_disconnecting
1438 - 6: ffc_usb_disconnected
1439 - 7: ffc_usb_connecting
1440 - 8: ffc_usb_connected
1441 - 9: ffc_rebuilding
1442 - 10: ffc_failed
1443 - - symbol:
1444 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.10
1445 - name: cucsStorageFlexFlashControllerOperState
1446 - tag: cucs_storage_flex_flash_controller_oper_state
1447 - mapping:
1448 - 0: unknown
1449 - 1: operable
1450 - 2: inoperable
1451 - 3: degraded
1452 - 4: powered_off
1453 - 5: power_problem
1454 - 6: removed
1455 - 7: voltage_problem
1456 - 8: thermal_problem
1457 - 9: performance_problem
1458 - 10: accessibility_problem
1459 - 11: identity_unestablishable
1460 - 12: bios_post_timeout
1461 - 13: disabled
1462 - 14: malformed_fru
1463 - 15: backplane_port_problem
1464 - 16: chassis_intrusion
1465 - 51: fabric_conn_problem
1466 - 52: fabric_unsupported_conn
1467 - 81: config
1468 - 82: equipment_problem
1469 - 83: decomissioning
1470 - 84: chassis_limit_exceeded
1471 - 100: not_supported
1472 - 101: discovery
1473 - 102: discovery_failed
1474 - 103: identify
1475 - 104: post_failure
1476 - 105: upgrade_problem
1477 - 106: peer_comm_problem
1478 - 107: auto_upgrade
1479 - 108: link_activate_blocked
1480 - - symbol:
1481 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.11
1482 - name: cucsStorageFlexFlashControllerOperability
1483 - tag: cucs_storage_flex_flash_controller_operability
1484 - mapping:
1485 - 0: unknown
1486 - 1: operable
1487 - 2: inoperable
1488 - 3: degraded
1489 - 4: powered_off
1490 - 5: power_problem
1491 - 6: removed
1492 - 7: voltage_problem
1493 - 8: thermal_problem
1494 - 9: performance_problem
1495 - 10: accessibility_problem
1496 - 11: identity_unestablishable
1497 - 12: bios_post_timeout
1498 - 13: disabled
1499 - 14: malformed_fru
1500 - 15: backplane_port_problem
1501 - 16: chassis_intrusion
1502 - 51: fabric_conn_problem
1503 - 52: fabric_unsupported_conn
1504 - 81: config
1505 - 82: equipment_problem
1506 - 83: decomissioning
1507 - 84: chassis_limit_exceeded
1508 - 100: not_supported
1509 - 101: discovery
1510 - 102: discovery_failed
1511 - 103: identify
1512 - 104: post_failure
1513 - 105: upgrade_problem
1514 - 106: peer_comm_problem
1515 - 107: auto_upgrade
1516 - 108: link_activate_blocked
1517 - - symbol:
1518 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.14
1519 - name: cucsStorageFlexFlashControllerPerf
1520 - tag: cucs_storage_flex_flash_controller_perf
1521 - mapping:
1522 - 0: unknown
1523 - 1: ok
1524 - 2: upper_non_recoverable
1525 - 3: upper_critical
1526 - 4: upper_non_critical
1527 - 5: lower_non_critical
1528 - 6: lower_critical
1529 - 7: lower_non_recoverable
1530 - 100: not_supported
1531 - - symbol:
1532 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.16
1533 - name: cucsStorageFlexFlashControllerPower
1534 - tag: cucs_storage_flex_flash_controller_power
1535 - mapping:
1536 - 0: unknown
1537 - 1: on
1538 - 2: test
1539 - 3: off
1540 - 4: online
1541 - 5: offline
1542 - 6: offduty
1543 - 7: degraded
1544 - 8: power_save
1545 - 9: error
1546 - 10: ok
1547 - 11: failed
1548 - 100: not_supported
1549 - - symbol:
1550 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.17
1551 - name: cucsStorageFlexFlashControllerPresence
1552 - tag: cucs_storage_flex_flash_controller_presence
1553 - mapping:
1554 - 0: unknown
1555 - 1: empty
1556 - 10: equipped
1557 - 11: missing
1558 - 12: mismatch
1559 - 13: equipped_not_primary
1560 - 14: equipped_slave
1561 - 15: mismatch_slave
1562 - 16: missing_slave
1563 - 20: equipped_identity_unestablishable
1564 - 21: mismatch_identity_unestablishable
1565 - 22: equipped_with_malformed_fru
1566 - 30: inaccessible
1567 - 40: unauthorized
1568 - 100: not_supported
1569 - 101: equipped_unsupported
1570 - 102: equipped_disc_not_started
1571 - 103: equipped_disc_in_progress
1572 - 104: equipped_disc_error
1573 - 105: equipped_disc_unknown
1574 - - symbol:
1575 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.43
1576 - name: cucsStorageFlexFlashControllerHasError
1577 - tag: cucs_storage_flex_flash_controller_has_error
1578 - mapping:
1579 - 0: error
1580 - 1: no_error
1581 - - symbol:
1582 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.45
1583 - name: cucsStorageFlexFlashControllerIsFormatFSMRunning
1584 - tag: cucs_storage_flex_flash_controller_is_format_fsm_running
1585 - mapping:
1586 - 0: na
1587 - 1: yes
1588 - 2: no
1589 - - symbol:
1590 - OID: 1.3.6.1.4.1.9.9.719.1.45.35.1.46
1591 - name: cucsStorageFlexFlashControllerOperatingMode
1592 - tag: cucs_storage_flex_flash_controller_operating_mode
1593 - mapping:
1594 - 0: unknown
1595 - 1: mirror
1596 - 2: util
1473 + description: "Sync state of the flex flash card"
1474 + unit: "TBD"
1475 - MIB: CISCO-UNIFIED-COMPUTING-STORAGE-MIB
1476 table:
1477 name: cucsStorageFlexFlashDriveTable
@@ -1601,6 +1479,8 @@ metrics:
1479 symbols:
1480 - name: cucsStorageFlexFlashDriveSize
1481 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.18
1482 + description: "Size of the flex flash drive"
1483 + unit: "By"
1484 metric_tags:
1485 - symbol:
1486 name: cucsStorageFlexFlashDriveDn
@@ -1615,6 +1495,8 @@ metrics:
1495 1: sas
1496 2: sata
1497 3: nvme
1498 + description: "Connection protocol of the flex flash drive"
1499 + unit: "TBD"
1500 - symbol:
1501 name: cucsStorageFlexFlashDriveDriveType
1502 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.8
@@ -1625,14 +1507,20 @@ metrics:
1507 2: huu
1508 3: hv
1509 4: drivers
1510 + description: "Type of the flex flash drive"
1511 + unit: "TBD"
1512 - symbol:
1513 name: cucsStorageFlexFlashDriveModel
1514 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.10
1515 tag: cucs_storage_flex_flash_drive_model
1516 + description: "Model of the flex flash drive"
1517 + unit: "TBD"
1518 - symbol:
1519 name: cucsStorageFlexFlashDriveName
1520 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.11
1521 tag: cucs_storage_flex_flash_drive_name
1522 + description: "Name of the flex flash drive"
1523 + unit: "TBD"
1524 - symbol:
1525 name: cucsStorageFlexFlashDriveVisible
1526 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.21
@@ -1640,6 +1528,8 @@ metrics:
1528 mapping:
1529 0: no
1530 1: yes
1531 + description: "Visibility state of the flex flash drive"
1532 + unit: "TBD"
1533 - symbol:
1534 name: cucsStorageFlexFlashDriveRemovable
1535 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.22
@@ -1648,6 +1538,8 @@ metrics:
1538 0: na
1539 1: yes
1540 2: no
1541 + description: "Removable state of the flex flash drive"
1542 + unit: "TBD"
1543 - symbol:
1544 name: cucsStorageFlexFlashDriveRWType
1545 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.23
@@ -1655,6 +1547,8 @@ metrics:
1547 mapping:
1548 0: read_write
1549 1: read_only
1550 + description: "Read/write type of the flex flash drive"
1551 + unit: "TBD"
1552 - symbol:
1553 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.7
1554 name: cucsStorageFlexFlashDriveDriveState
@@ -1662,6 +1556,8 @@ metrics:
1556 mapping:
1557 0: nonraid
1558 1: raid
1559 + description: "Drive state of the flex flash drive"
1560 + unit: "TBD"
1561 - symbol:
1562 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.14
1563 name: cucsStorageFlexFlashDriveOperability
@@ -1699,6 +1595,8 @@ metrics:
1595 106: peer_comm_problem
1596 107: auto_upgrade
1597 108: link_activate_blocked
1598 + description: "Operability state of the flex flash drive"
1599 + unit: "TBD"
1600 - symbol:
1601 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.15
1602 name: cucsStorageFlexFlashDrivePresence
@@ -1724,6 +1622,8 @@ metrics:
1622 103: equipped_disc_in_progress
1623 104: equipped_disc_error
1624 105: equipped_disc_unknown
1625 + description: "Presence state of the flex flash drive"
1626 + unit: "TBD"
1627 - symbol:
1628 OID: 1.3.6.1.4.1.9.9.719.1.45.36.1.25
1629 name: cucsStorageFlexFlashDriveOperationState
@@ -1747,3 +1647,5 @@ metrics:
1647 15: partition_non_mirrored_updating_success
1648 16: partition_non_mirrored_erasing_success
1649 17: unknown
1650 + description: "Operation state of the flex flash drive"
1651 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-wan-optimizer.yaml
+30
@@ -17,62 +17,92 @@ metrics:
17 symbol:
18 OID: 1.3.6.1.4.1.9.9.178.1.6.2.1.0
19 name: cceAlarmCriticalCount
20 + description: Number of alarms currently raised with a severity of 'critical'.
21 + unit: "{alarm}"
22 - MIB: CISCO-CONTENT-ENGINE-MIB
23 symbol:
24 OID: 1.3.6.1.4.1.9.9.178.1.6.2.2.0
25 name: cceAlarmMajorCount
26 + description: Number of alarms currently raised with a severity of 'major'.
27 + unit: "{alarm}"
28 - MIB: CISCO-CONTENT-ENGINE-MIB
29 symbol:
30 OID: 1.3.6.1.4.1.9.9.178.1.6.2.3.0
31 name: cceAlarmMinorCount
32 + description: Number of alarms currently raised with a severity of 'minor'.
33 + unit: "{alarm}"
34 - MIB: CISCO-WAN-OPTIMIZATION-MIB
35 symbol:
36 OID: 1.3.6.1.4.1.9.9.762.1.2.1.1.0
37 name: cwoTfoStatsTotalOptConn
38 metric_type: monotonic_count
39 + description: This object contains total number of TCP connections optimized since TFO was started or its statistics were last reset.
40 + unit: "{connection}"
41 - MIB: CISCO-WAN-OPTIMIZATION-MIB
42 symbol:
43 OID: 1.3.6.1.4.1.9.9.762.1.2.1.2.0
44 name: cwoTfoStatsActiveOptConn
45 + description: This object contains number of currently active TCP connections getting optimized.
46 + unit: "{connection}"
47 - MIB: CISCO-WAN-OPTIMIZATION-MIB
48 symbol:
49 OID: 1.3.6.1.4.1.9.9.762.1.2.1.4.0
50 name: cwoTfoStatsActiveOptTCPPlusConn
51 + description: This object contains number of active TCP connections going through TCP plus other optimization.
52 + unit: "{connection}"
53 - MIB: CISCO-WAN-OPTIMIZATION-MIB
54 symbol:
55 OID: 1.3.6.1.4.1.9.9.762.1.2.1.5.0
56 name: cwoTfoStatsActiveOptTCPOnlyConn
57 + description: This object contains number of active connections going through only TCP optimization.
58 + unit: "{connection}"
59 - MIB: CISCO-WAN-OPTIMIZATION-MIB
60 symbol:
61 OID: 1.3.6.1.4.1.9.9.762.1.2.1.6.0
62 name: cwoTfoStatsActiveOptTCPPrepConn
63 + description: This object contains number of current active TCP connections that were originated by an accelerator to acquire data in anticipation of its future use.
64 + unit: "{connection}"
65 - MIB: CISCO-WAN-OPTIMIZATION-MIB
66 symbol:
67 OID: 1.3.6.1.4.1.9.9.762.1.2.1.7.0
68 name: cwoTfoStatsActiveADConn
69 + description: This object contains number of current active TCP connections in the auto-discovery state.
70 + unit: "{connection}"
71 - MIB: CISCO-WAN-OPTIMIZATION-MIB
72 symbol:
73 OID: 1.3.6.1.4.1.9.9.762.1.2.1.8.0
74 name: cwoTfoStatsReservedConn
75 + description: This object contains number of TCP connections reserved for the MAPI accelerator.
76 + unit: "{connection}"
77 - MIB: CISCO-WAN-OPTIMIZATION-MIB
78 symbol:
79 OID: 1.3.6.1.4.1.9.9.762.1.2.1.9.0
80 name: cwoTfoStatsPendingConn
81 + description: This object contains number of TCP connections, which are pending in queue of connections to be optimized.
82 + unit: "{connection}"
83 - MIB: CISCO-WAN-OPTIMIZATION-MIB
84 symbol:
85 OID: 1.3.6.1.4.1.9.9.762.1.2.1.10.0
86 name: cwoTfoStatsActivePTConn
87 + description: This object contains number of active Pass Through TCP connections. Connections which are not selected for optimization are called Pass Through.
88 + unit: "{connection}"
89 - MIB: CISCO-WAN-OPTIMIZATION-MIB
90 symbol:
91 OID: 1.3.6.1.4.1.9.9.762.1.2.1.11.0
92 name: cwoTfoStatsTotalNormalClosedConn
93 metric_type: monotonic_count
94 + description: This object contains total number of optimized TCP connections which were closed normally since TFO was started or its statistics were last reset.
95 + unit: "{connection}"
96 - MIB: CISCO-WAN-OPTIMIZATION-MIB
97 symbol:
98 OID: 1.3.6.1.4.1.9.9.762.1.2.1.12.0
99 name: cwoTfoStatsResetConn
100 metric_type: monotonic_count
101 + description: This object contains total number of optimized TCP connections, which are reset since TFO was started or its statistics were last reset.
102 + unit: "{connection}"
103 - MIB: CISCO-WAN-OPTIMIZATION-MIB
104 symbol:
105 OID: 1.3.6.1.4.1.9.9.762.1.2.1.13.0
106 name: cwoTfoStatsLoadStatus
107 + description: This object indicates the load status of Traffic Flow Optimizer (TFO).
108 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco_icm.yaml
+1 -1
@@ -6,4 +6,4 @@ extends:
6 sysobjectid: 1.3.6.1.4.1.9.1.693
7
8 device:
9 - vendor: "cisco"
\ No newline at end of file
9 + vendor: "cisco"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler-sdx.yaml
+36
@@ -25,6 +25,8 @@ metrics:
25 symbols:
26 - name: netscaler.sdx.hardwareResource
27 constant_value_one: true
28 + description: "Resource name"
29 + unit: "{resource}"
30 metric_tags:
31 - symbol:
32 name: netscaler.sdx.hardwareResourceName
@@ -41,6 +43,8 @@ metrics:
43 symbols:
44 - name: netscaler.sdx.softwareResource
45 constant_value_one: true
46 + description: "Resource name"
47 + unit: "{resource}"
48 metric_tags:
49 - symbol:
50 name: netscaler.sdx.softwareResourceName
@@ -57,8 +61,12 @@ metrics:
61 symbols:
62 - name: netscaler.sdx.srUtilized
63 OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.5
64 + description: "Physical utilization of the storage repository"
65 + unit: "By"
66 - name: netscaler.sdx.srSize
67 OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.6
68 + description: "Physical size of the storage repository"
69 + unit: "By"
70 metric_tags:
71 - symbol:
72 name: netscaler.sdx.srName
@@ -79,16 +87,28 @@ metrics:
87 symbols:
88 - name: netscaler.sdx.interfaceRxPackets
89 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.5
90 + description: "Received packets"
91 + unit: "{packet}"
92 - name: netscaler.sdx.interfaceTxPackets
93 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.6
94 + description: "Transmitted packets"
95 + unit: "{packet}"
96 - name: netscaler.sdx.interfaceRxBytes
97 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.7
98 + description: "Received bytes"
99 + unit: "By"
100 - name: netscaler.sdx.interfaceTxBytes
101 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.8
102 + description: "Transmitted bytes"
103 + unit: "By"
104 - name: netscaler.sdx.interfaceRxErrors
105 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.9
106 + description: "Receiving errors"
107 + unit: "{error}"
108 - name: netscaler.sdx.interfaceTxErrors
109 OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.10
110 + description: "Transmission errors"
111 + unit: "{error}"
112 metric_tags:
113 - symbol:
114 name: netscaler.sdx.interfacePort
@@ -109,6 +129,8 @@ metrics:
129 symbols:
130 - name: netscaler.sdx.hmCurrentValue
131 OID: 1.3.6.1.4.1.5951.6.2.1000.6.1.7
132 + description: "Current value of the resource"
133 + unit: "TBD"
134 metric_tags:
135 - symbol:
136 name: netscaler.sdx.hmName
@@ -129,8 +151,12 @@ metrics:
151 symbols:
152 - name: cpu.usage
153 OID: 1.3.6.1.4.1.5951.6.3.1.1.8
154 + description: "Cpu usage percentage of host"
155 + unit: "%"
156 - name: memory.usage
157 OID: 1.3.6.1.4.1.5951.6.3.1.1.11
158 + description: "Memory usage percentage of host"
159 + unit: "%"
160 metric_tags:
161 - symbol:
162 OID: 1.3.6.1.4.1.5951.6.3.1.1.1
@@ -160,14 +186,24 @@ metrics:
186 symbols:
187 - name: netscaler.sdx.nsNsCPUUsage
188 OID: 1.3.6.1.4.1.5951.6.3.2.1.33
189 + description: "Cpu usage percentage of netscaler instance"
190 + unit: "%"
191 - name: netscaler.sdx.nsNsMemoryUsage
192 OID: 1.3.6.1.4.1.5951.6.3.2.1.35
193 + description: "Memory usage percentage"
194 + unit: "%"
195 - name: netscaler.sdx.nsNsTx
196 OID: 1.3.6.1.4.1.5951.6.3.2.1.36
197 + description: "Out throughput of netscaler instance in megabits per second"
198 + unit: "Mbit/s"
199 - name: netscaler.sdx.nsNsRx
200 OID: 1.3.6.1.4.1.5951.6.3.2.1.37
201 + description: "In throughput of netscaler instance in megabits per second"
202 + unit: "Mbit/s"
203 - name: netscaler.sdx.nsHttpReq
204 OID: 1.3.6.1.4.1.5951.6.3.2.1.38
205 + description: "Http requests per second"
206 + unit: "1.s"
207 metric_tags:
208 - symbol:
209 name: netscaler.sdx.nsIpAddressType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler.yaml
+192 -11
@@ -23,10 +23,14 @@ metrics:
23 symbol:
24 name: cpu.usage
25 OID: 1.3.6.1.4.1.5951.4.1.1.41.1.0
26 + description: CPU utilization percentage
27 + unit: "%"
28 - MIB: NS-ROOT-MIB
29 symbol:
30 name: memory.usage
31 OID: 1.3.6.1.4.1.5951.4.1.1.41.2.0
32 + description: Percentage of memory utilization on NetScaler
33 + unit: "%"
34 # - MIB: NS-ROOT-MIB
35 # symbol:
36 # name: netscaler.sysHighAvailabilityMode
@@ -54,10 +58,14 @@ metrics:
58 name: netscaler.haTotStateTransitions
59 OID: 1.3.6.1.4.1.5951.4.1.1.23.4.0
60 metric_type: monotonic_count
61 + description: Total number of master state changes of the NetScaler appliance
62 + unit: "{state_transition}"
63 - MIB: NS-ROOT-MIB
64 symbol:
65 name: netscaler.haTimeofLastStateTransition
66 OID: 1.3.6.1.4.1.5951.4.1.1.23.5.0
67 + description: Time since last master state transition
68 + unit: "ms"
69 # - MIB: NS-ROOT-MIB
70 # symbol:
71 # name: netscaler.haCurStatus
@@ -90,172 +98,246 @@ metrics:
98 symbol:
99 name: netscaler.svcCount
100 OID: 1.3.6.1.4.1.5951.4.1.2.6.1.0
101 + description: Number of services defined on the NetScaler appliance
102 + unit: "{service}"
103 - MIB: NS-ROOT-MIB
104 symbol:
105 name: netscaler.serverCount
106 OID: 1.3.6.1.4.1.5951.4.1.2.6.2.0
107 + description: Number of servers defined on the NetScaler appliance
108 + unit: "{server}"
109 - MIB: NS-ROOT-MIB
110 symbol:
111 name: netscaler.svcgroupCount
112 OID: 1.3.6.1.4.1.5951.4.1.2.6.3.0
113 + description: Number of service groups defined on the NetScaler appliance
114 + unit: "{service_group}"
115 - MIB: NS-ROOT-MIB
116 symbol:
117 name: netscaler.svcgroupmemCount
118 OID: 1.3.6.1.4.1.5951.4.1.2.6.4.0
119 + description: Number of service group members defined on the NetScaler appliance
120 + unit: "{service_group_member}"
121 - MIB: NS-ROOT-MIB
122 symbol:
123 name: netscaler.syssvcCount
124 OID: 1.3.6.1.4.1.5951.4.1.2.6.5.0
125 + description: Number of system services
126 + unit: "{service}"
127 - MIB: NS-ROOT-MIB
128 symbol:
129 name: netscaler.sysupsvcCount
130 OID: 1.3.6.1.4.1.5951.4.1.2.6.6.0
131 + description: Number of system up services
132 + unit: "{service}"
133 - MIB: NS-ROOT-MIB
134 symbol:
135 name: netscaler.sysupsvcitmCount
136 OID: 1.3.6.1.4.1.5951.4.1.2.6.7.0
137 + description: Number of system up service items
138 + unit: "{service_item}"
139 - MIB: NS-ROOT-MIB
140 symbol:
141 name: netscaler.curConfigVservers
142 OID: 1.3.6.1.4.1.5951.4.1.3.5.1.0
143 + description: Total number of vservers configured on the NetScaler
144 + unit: "{vserver}"
145 - MIB: NS-ROOT-MIB
146 symbol:
147 name: netscaler.vsvrBindCount
148 OID: 1.3.6.1.4.1.5951.4.1.3.5.2.0
149 + description: Number of virtual server bindings on the NetScaler appliance
150 + unit: "{binding}"
151 - MIB: NS-ROOT-MIB
152 symbol:
153 name: netscaler.vsvrSvcGrpBindCount
154 OID: 1.3.6.1.4.1.5951.4.1.3.5.3.0
155 + description: Number of virtual server service group bindings on the NetScaler appliance
156 + unit: "{binding}"
157 - MIB: NS-ROOT-MIB
158 symbol:
159 name: netscaler.curConfigLbVservers
160 OID: 1.3.6.1.4.1.5951.4.1.3.5.4.0
161 + description: Number of load balancing vservers configured on the NetScaler
162 + unit: "{vserver}"
163 - MIB: NS-ROOT-MIB
164 symbol:
165 name: netscaler.curConfigGslbVservers
166 OID: 1.3.6.1.4.1.5951.4.1.3.5.5.0
167 + description: Number of GSLB vservers configured on the NetScaler
168 + unit: "{vserver}"
169 - MIB: NS-ROOT-MIB
170 symbol:
171 name: netscaler.totSpilloverCount
172 OID: 1.3.6.1.4.1.5951.4.1.3.5.6.0
173 metric_type: monotonic_count
174 + description: Number of times spillover occurred on the NetScaler
175 + unit: "{spillover}"
176 - MIB: NS-ROOT-MIB
177 symbol:
178 name: netscaler.sslCurSessions
179 OID: 1.3.6.1.4.1.5951.4.1.1.47.296.0
180 + description: Number of active SSL sessions on the NetScaler appliance
181 + unit: "{session}"
182 - MIB: NS-ROOT-MIB
183 symbol:
184 name: netscaler.sslSessionsPerSec
185 OID: 1.3.6.1.4.1.5951.4.1.1.47.3.0
186 + description: SSL sessions per second between client and NetScaler appliance
187 + unit: "1.s"
188 - MIB: NS-ROOT-MIB
189 symbol:
190 name: netscaler.tcpCurClientConnEstablished
191 OID: 1.3.6.1.4.1.5951.4.1.1.46.12.0
192 + description: Current client connections in the established state
193 + unit: "{connection}"
194 - MIB: NS-ROOT-MIB
195 symbol:
196 name: netscaler.tcpErrAnyPortFail
197 OID: 1.3.6.1.4.1.5951.4.1.1.46.69.0
198 metric_type: monotonic_count
199 + description: Port allocations failed on mapped IP address
200 + unit: "{failure}"
201 - MIB: NS-ROOT-MIB
202 symbol:
203 name: netscaler.tcpErrIpPortFail
204 OID: 1.3.6.1.4.1.5951.4.1.1.46.70.0
205 metric_type: monotonic_count
206 + description: Port allocations failed on subnet or vserver IP address
207 + unit: "{failure}"
208 - MIB: NS-ROOT-MIB
209 symbol:
210 name: netscaler.tcpErrRetransmit
211 OID: 1.3.6.1.4.1.5951.4.1.1.46.59.0
212 metric_type: monotonic_count
213 + description: TCP packets retransmitted
214 + unit: "{packet}"
215 - MIB: NS-ROOT-MIB
216 symbol:
217 name: netscaler.tcpTotRxPkts
218 OID: 1.3.6.1.4.1.5951.4.1.1.46.61.0
219 metric_type: monotonic_count
220 + description: TCP packets received
221 + unit: "{packet}"
222 - MIB: NS-ROOT-MIB
223 symbol:
224 name: netscaler.tcpTotTxPkts
225 OID: 1.3.6.1.4.1.5951.4.1.1.46.63.0
226 metric_type: monotonic_count
227 + description: TCP packets transmitted
228 + unit: "{packet}"
229 - MIB: NS-ROOT-MIB
230 symbol:
231 name: netscaler.httpTotGets
232 OID: 1.3.6.1.4.1.5951.4.1.1.48.45.0
233 metric_type: monotonic_count
234 + description: HTTP requests received using the GET method
235 + unit: "{request}"
236 - MIB: NS-ROOT-MIB
237 symbol:
238 name: netscaler.httpTotPosts
239 OID: 1.3.6.1.4.1.5951.4.1.1.48.46.0
240 metric_type: monotonic_count
241 + description: HTTP requests received using the POST method
242 + unit: "{request}"
243 - MIB: NS-ROOT-MIB
244 symbol:
245 name: netscaler.httpTotOthers
246 OID: 1.3.6.1.4.1.5951.4.1.1.48.47.0
247 metric_type: monotonic_count
248 + description: HTTP requests received using methods other than GET and POST
249 + unit: "{request}"
250 - MIB: NS-ROOT-MIB
251 symbol:
252 name: netscaler.httpTotRxRequestBytes
253 OID: 1.3.6.1.4.1.5951.4.1.1.48.48.0
254 metric_type: monotonic_count
255 + description: Bytes of HTTP data received
256 + unit: "By"
257 - MIB: NS-ROOT-MIB
258 symbol:
259 name: netscaler.httpTotRxResponseBytes
260 OID: 1.3.6.1.4.1.5951.4.1.1.48.49.0
261 metric_type: monotonic_count
262 + description: Bytes received as response data
263 + unit: "By"
264 - MIB: NS-ROOT-MIB
265 symbol:
266 name: netscaler.httpTotTxRequestBytes
267 OID: 1.3.6.1.4.1.5951.4.1.1.48.50.0
268 metric_type: monotonic_count
269 + description: Bytes of HTTP data transmitted
270 + unit: "By"
271 - MIB: NS-ROOT-MIB
272 symbol:
273 name: netscaler.httpTotTxResponseBytes
274 OID: 1.3.6.1.4.1.5951.4.1.1.48.51.0
275 metric_type: monotonic_count
276 + description: Bytes transmitted as response data
277 + unit: "By"
278 - MIB: NS-ROOT-MIB
279 symbol:
280 name: netscaler.httpTot10Requests
281 OID: 1.3.6.1.4.1.5951.4.1.1.48.52.0
282 metric_type: monotonic_count
283 + description: HTTP/1.0 requests received
284 + unit: "{request}"
285 - MIB: NS-ROOT-MIB
286 symbol:
287 name: netscaler.httpTotResponses
288 OID: 1.3.6.1.4.1.5951.4.1.1.48.53.0
289 metric_type: monotonic_count
290 + description: HTTP responses sent including HTTP/1.0 and HTTP/1.1 responses
291 + unit: "{response}"
292 - MIB: NS-ROOT-MIB
293 symbol:
294 name: netscaler.httpTot10Responses
295 OID: 1.3.6.1.4.1.5951.4.1.1.48.54.0
296 metric_type: monotonic_count
297 + description: HTTP/1.0 responses sent
298 + unit: "{response}"
299 - MIB: NS-ROOT-MIB
300 symbol:
301 name: netscaler.httpErrIncompleteRequests
302 OID: 1.3.6.1.4.1.5951.4.1.1.48.57.0
303 metric_type: monotonic_count
304 + description: HTTP requests received with incomplete headers
305 + unit: "{request}"
306 - MIB: NS-ROOT-MIB
307 symbol:
308 name: netscaler.httpErrIncompleteResponses
309 OID: 1.3.6.1.4.1.5951.4.1.1.48.58.0
310 metric_type: monotonic_count
311 + description: HTTP responses received with incomplete headers
312 + unit: "{response}"
313 - MIB: NS-ROOT-MIB
314 symbol:
315 name: netscaler.httpErrIncompleteHeaders
316 OID: 1.3.6.1.4.1.5951.4.1.1.48.60.0
317 metric_type: monotonic_count
318 + description: HTTP requests and responses with incomplete headers
319 + unit: "{header}"
320 - MIB: NS-ROOT-MIB
321 symbol:
322 name: netscaler.httpErrServerBusy
323 OID: 1.3.6.1.4.1.5951.4.1.1.48.61.0
324 metric_type: monotonic_count
325 + description: HTTP error responses indicating server busy
326 + unit: "{error}"
327 - MIB: NS-ROOT-MIB
328 symbol:
329 name: netscaler.svcTotalClients
330 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.48.0
331 metric_type: monotonic_count
332 + description: Total number of established client connections
333 + unit: "{connection}"
334 - MIB: NS-ROOT-MIB
335 symbol:
336 name: netscaler.svcTotalServers
337 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.49.0
338 metric_type: monotonic_count
339 + description: Total number of established server connections
340 + unit: "{connection}"
341 - MIB: NS-ROOT-MIB
342 table:
343 name: vserverTable
@@ -263,6 +345,8 @@ metrics:
345 symbols:
346 - name: netscaler.vsvrCurClntConnections
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 metric_tags:
351 - symbol:
352 name: netscaler.vsvrName
@@ -358,12 +442,20 @@ metrics:
442 symbols:
443 - name: netscaler.sysHealthDiskSize
444 OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.2
445 + description: Total disk space in MBytes
446 + unit: "MBy"
447 - name: netscaler.sysHealthDiskAvail
448 OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.3
449 + description: Total disk space available in MBytes
450 + unit: "MBy"
451 - name: netscaler.sysHealthDiskUsed
452 OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.4
453 + description: Total disk space used in MBytes
454 + unit: "MBy"
455 - name: netscaler.sysHealthDiskPerusage
456 OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.5
457 + description: Percentage of disk space used
458 + unit: "%"
459 metric_tags:
460 - symbol:
461 name: netscaler.sysHealthDiskName
@@ -377,21 +469,35 @@ metrics:
469 - name: netscaler.ifTotRxBytes
470 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.3
471 metric_type: monotonic_count
472 + description: Total bytes received on the specified interface
473 + unit: "By"
474 - name: netscaler.ifRxAvgBandwidthUsage
475 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.4
476 + description: Average RX bandwidth on the specified interface in bits per second
477 + unit: "bit/s"
478 - name: netscaler.ifTotTxBytes
479 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.7
480 metric_type: monotonic_count
481 + description: Number of bytes transmitted from the specified interface
482 + unit: "By"
483 - name: netscaler.ifTxAvgBandwidthUsage
484 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.8
485 + description: Average TX bandwidth on the specified interface in bits per second
486 + unit: "bit/s"
487 - name: netscaler.ifThroughput
488 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.48
489 + description: Interface throughput in Mbps
490 + unit: "Mbit/s"
491 - name: netscaler.ifTotRxMbits
492 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.19
493 metric_type: monotonic_count
494 + description: Number of megabits received by the specified interface
495 + unit: "Mbit"
496 - name: netscaler.ifTotTxMbits
497 OID: 1.3.6.1.4.1.5951.4.1.1.54.1.20
498 metric_type: monotonic_count
499 + description: Number of megabits transmitted by the specified interface
500 + unit: "Mbit"
501 metric_tags:
502 - symbol:
503 name: netscaler.ifName
@@ -409,9 +515,13 @@ metrics:
515 - name: netscaler.vsvrServiceHits
516 OID: 1.3.6.1.4.1.5951.4.1.3.2.1.5
517 metric_type: monotonic_count
518 + description: Number of times the service has been provided
519 + unit: "{hit}"
520 - name: netscaler.servicePersistentHits
521 OID: 1.3.6.1.4.1.5951.4.1.3.2.1.6
522 metric_type: monotonic_count
523 + description: Total number of persistent hits
524 + unit: "{hit}"
525 metric_tags:
526 - symbol:
527 name: netscaler.vsvrServiceName
@@ -432,6 +542,8 @@ metrics:
542 symbols:
543 - name: netscaler.nsCPUusage
544 OID: 1.3.6.1.4.1.5951.4.1.1.41.6.1.2
545 + description: CPU utilization percentage
546 + unit: "%"
547 metric_tags:
548 - symbol:
549 name: netscaler.nsCPUname
@@ -441,15 +553,21 @@ metrics:
553 symbol:
554 name: netscaler.tcpCurClientConn
555 OID: 1.3.6.1.4.1.5951.4.1.1.46.2.0
556 + description: Client connections including opening, established, and closing states
557 + unit: "{connection}"
558 - MIB: NS-ROOT-MIB
559 symbol:
560 name: netscaler.tcpCurServerConnEstablished
561 OID: 1.3.6.1.4.1.5951.4.1.1.46.10.0
562 + description: Current server connections in the established state
563 + unit: "{connection}"
564 - MIB: NS-ROOT-MIB
565 symbol:
566 name: netscaler.sslTotSessions
567 OID: 1.3.6.1.4.1.5951.4.1.1.47.204.0
568 metric_type: monotonic_count
569 + description: Number of SSL sessions on the NetScaler appliance
570 + unit: "{session}"
571 - MIB: NS-ROOT-MIB
572 table:
573 name: lbvserverTable
@@ -457,10 +575,16 @@ metrics:
575 symbols:
576 - name: netscaler.lbvsvrPersistenceTimeOut
577 OID: 1.3.6.1.4.1.5951.4.1.3.6.1.3
578 + description: Timeout set for persistence
579 + unit: "s"
580 - name: netscaler.lbvsvrActiveConn
581 OID: 1.3.6.1.4.1.5951.4.1.3.6.1.4
582 + description: Number of connections currently active
583 + unit: "{connection}"
584 - name: netscaler.lbvsvrAvgSvrTTFB
585 OID: 1.3.6.1.4.1.5951.4.1.3.6.1.5
586 + description: Average time to first byte between NetScaler and server
587 + unit: "ms"
588 metric_tags:
589 - symbol:
590 OID: 1.3.6.1.4.1.5951.4.1.3.6.1.1
@@ -591,17 +715,6 @@ metrics:
715 117: mqtt_tls
716 118: quic_bridge
717 120: service_unknown
594 - - symbol:
595 - name: netscaler.svcgrpSvcGroupFullName
596 - OID: 1.3.6.1.4.1.5951.4.1.2.11.1.4
597 - tag: netscaler_svcgrp_svc_group_full_name
598 - - symbol:
599 - OID: 1.3.6.1.4.1.5951.4.1.2.11.1.3
600 - name: netscaler.svcgrpSvcGroupState
601 - tag: netscaler_svcgrp_svc_group_state
602 - mapping:
603 - 0: disabled
604 - 1: enabled
718 - MIB: NS-ROOT-MIB
719 table:
720 name: sslCertKeyTable
@@ -609,6 +722,8 @@ metrics:
722 symbols:
723 - name: netscaler.sslDaysToExpire
724 OID: 1.3.6.1.4.1.5951.4.1.1.56.1.1.5
725 + description: Number of days remaining for the certificate to expire
726 + unit: "d"
727 metric_tags:
728 - symbol:
729 name: netscaler.sslCertKeyName
@@ -621,45 +736,79 @@ metrics:
736 symbols:
737 - name: netscaler.vsvrCurSrvrConnections
738 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.8
739 + description: Number of current connections to the actual servers behind the virtual server
740 + unit: "{connection}"
741 - name: netscaler.vsvrTotalRequests
742 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.30
743 metric_type: monotonic_count
744 + description: Total number of requests received on this service or virtual server
745 + unit: "{request}"
746 - name: netscaler.vsvrTotalRequestBytes
747 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.31
748 metric_type: monotonic_count
749 + description: Total number of request bytes received on this service or virtual server
750 + unit: "By"
751 - name: netscaler.vsvrTotalResponses
752 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.32
753 metric_type: monotonic_count
754 + description: Number of responses received on this service or virtual server
755 + unit: "{response}"
756 - name: netscaler.vsvrTotalResponseBytes
757 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.33
758 metric_type: monotonic_count
759 + description: Number of response bytes received by this service or virtual server
760 + unit: "By"
761 - name: netscaler.vsvrCurServicesDown
762 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.37
763 + description: Current number of services bound to this vserver and are down
764 + unit: "{service}"
765 - name: netscaler.vsvrCurServicesUp
766 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.41
767 + description: Current number of services bound to this vserver and are up
768 + unit: "{service}"
769 - name: netscaler.vsvrRequestRate
770 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.43
771 + description: Request rate in requests per second for this service or virtual server
772 + unit: "1.s"
773 - name: netscaler.vsvrRxBytesRate
774 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.44
775 + description: Request rate in bytes per second for this service or virtual server
776 + unit: "By/s"
777 - name: netscaler.vsvrTxBytesRate
778 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.45
779 + description: Response rate in bytes per second for this service or virtual server
780 + unit: "By/s"
781 - name: netscaler.vsvrSynfloodRate
782 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.46
783 + description: Rate of unacknowledged SYN packets for this service or virtual server
784 + unit: "1.s"
785 - name: netscaler.vsvrTotSpillOvers
786 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.54
787 metric_type: monotonic_count
788 + description: Number of times vserver experienced spill over
789 + unit: "{spillover}"
790 - name: netscaler.vsvrTotalClients
791 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.56
792 metric_type: monotonic_count
793 + description: Total number of established client connections
794 + unit: "{connection}"
795 - name: netscaler.vsvrTotalServicesBound
796 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.61
797 + description: Current number of services bound to this vserver
798 + unit: "{service}"
799 - name: netscaler.vsvrHealth
800 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.62
801 + description: Percentage of UP services bound to this vserver
802 + unit: "%"
803 - name: netscaler.vsvrTotalServers
804 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.65
805 metric_type: monotonic_count
806 + description: Total number of established server connections
807 + unit: "{connection}"
808 - name: netscaler.vsvrSoThreshold
809 OID: 1.3.6.1.4.1.5951.4.1.3.1.1.70
810 + description: Spillover threshold for the vserver
811 + unit: "{spillover}"
812 metric_tags:
813 - symbol:
814 name: netscaler.vsvrFullName
@@ -680,42 +829,74 @@ metrics:
829 symbols:
830 - name: netscaler.svcAvgTransactionTime
831 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.7
832 + description: Average transaction time between NetScaler and the service
833 + unit: "ms"
834 - name: netscaler.svcEstablishedConn
835 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.8
836 + description: Total number of connections in established state
837 + unit: "{connection}"
838 - name: netscaler.svcActiveConn
839 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.9
840 + description: Number of connections currently active
841 + unit: "{connection}"
842 - name: netscaler.svcSurgeCount
843 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.10
844 + description: Number of requests in the surge queue
845 + unit: "{request}"
846 - name: netscaler.svcTotalRequests
847 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.30
848 metric_type: monotonic_count
849 + description: Total number of requests received on this service or virtual server
850 + unit: "{request}"
851 - name: netscaler.svcTotalRequestBytes
852 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.31
853 metric_type: monotonic_count
854 + description: Total number of request bytes received on this service or virtual server
855 + unit: "By"
856 - name: netscaler.svcTotalResponses
857 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.32
858 metric_type: monotonic_count
859 + description: Number of responses received on this service or virtual server
860 + unit: "{response}"
861 - name: netscaler.svcTotalResponseBytes
862 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.33
863 metric_type: monotonic_count
864 + description: Number of response bytes received by this service or virtual server
865 + unit: "By"
866 - name: netscaler.svcTotalPktsRecvd
867 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.34
868 metric_type: monotonic_count
869 + description: Total number of packets received by this service or virtual server
870 + unit: "{packet}"
871 - name: netscaler.svcTotalPktsSent
872 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.35
873 metric_type: monotonic_count
874 + description: Total number of packets sent by this service or virtual server
875 + unit: "{packet}"
876 - name: netscaler.svcAvgSvrTTFB
877 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.38
878 + description: Average time to first byte between NetScaler and the server
879 + unit: "ms"
880 - name: netscaler.svcCurClntConnections
881 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.41
882 + description: Number of current client connections
883 + unit: "{connection}"
884 - name: netscaler.svcRequestRate
885 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.42
886 + description: Request rate in requests per second for this service or virtual server
887 + unit: "1.s"
888 - name: netscaler.svcRxBytesRate
889 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.43
890 + description: Request rate in bytes per second for this service or virtual server
891 + unit: "By/s"
892 - name: netscaler.svcTxBytesRate
893 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.44
894 + description: Response rate in bytes per second for this service or virtual server
895 + unit: "By/s"
896 - name: netscaler.svcActiveTransactions
897 OID: 1.3.6.1.4.1.5951.4.1.2.1.1.53
898 + description: Number of active transactions handled by this service including surge queue
899 + unit: "{transaction}"
900 metric_tags:
901 - symbol:
902 name: netscaler.svcServiceName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cradlepoint.yaml
+14
@@ -62,16 +62,28 @@ metrics:
62 symbols:
63 - name: cradlepoint.mdmSignalStrength
64 OID: 1.3.6.1.4.1.20992.1.2.2.1.4
65 + description: The cellular modems signal strength, given in dBm's.
66 + unit: "dBm"
67 - name: cradlepoint.mdmECIO
68 OID: 1.3.6.1.4.1.20992.1.2.2.1.6
69 + description: The cellular modems Ec/Io ratio given in dBm's.
70 + unit: "dBm"
71 - name: cradlepoint.mdmCINR
72 OID: 1.3.6.1.4.1.20992.1.2.2.1.12
73 + description: The cellular modems CINR ratio given in dBm's.
74 + unit: "dBm"
75 - name: cradlepoint.mdmSINR
76 OID: 1.3.6.1.4.1.20992.1.2.2.1.13
77 + description: The cellular modems SINR ratio given in dBm's.
78 + unit: "dBm"
79 - name: cradlepoint.mdmRSRP
80 OID: 1.3.6.1.4.1.20992.1.2.2.1.14
81 + description: The cellular modems RSRP given in dBm's.
82 + unit: "dBm"
83 - name: cradlepoint.mdmRSRQ
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 metric_tags:
88 - symbol:
89 name: cradlepoint.mdmDescr
@@ -116,3 +128,5 @@ metrics:
128 OID: 1.3.6.1.4.1.20992.1.2.2.1.16
129 name: cradlepoint.mdmROAM
130 tag: cradlepoint_mdm_roam
131 + description: The cellular modems Roaming Status.
132 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cyberpower-pdu.yaml
+48
@@ -19,14 +19,24 @@ metrics:
19 symbols:
20 - OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.2
21 name: cyberpower.ePDULoadStatusLoad
22 + description: "Phase/bank load measured in tenths of Amps"
23 + unit: "dA"
24 - OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.6
25 name: cyberpower.ePDULoadStatusVoltage
26 + description: "Phase/bank voltage measured in tenths of Volts"
27 + unit: "dV"
28 - OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.7
29 name: cyberpower.ePDULoadStatusActivePower
30 + description: "Phase/bank active power measured in watts"
31 + unit: "W"
32 - OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.8
33 name: cyberpower.ePDULoadStatusApparentPower
34 + description: "Phase/bank apparent power measured in VA"
35 + unit: "VA"
36 - OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.9
37 name: cyberpower.ePDULoadStatusPowerFactor
38 + description: "Power factor of the output measured in hundredths"
39 + unit: "%"
40 metric_tags:
41 - symbol:
42 OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.1
@@ -69,8 +79,12 @@ metrics:
79 symbols:
80 - OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.7
81 name: cyberpower.ePDUOutletStatusLoad
82 + description: "Measured Outlet load for an Outlet Monitored Rack PDU in tenths of Amps"
83 + unit: "A"
84 - OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.8
85 name: cyberpower.ePDUOutletStatusActivePower
86 + description: "Measured Outlet load for an Outlet Monitored Rack PDU in watts"
87 + unit: "W"
88 metric_tags:
89 - symbol:
90 OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.1
@@ -210,10 +224,14 @@ metrics:
224 symbol:
225 OID: 1.3.6.1.4.1.3808.1.1.3.5.7
226 name: cyberpower.ePDUStatusInputVoltage
227 + description: "Input voltage in 0.1 Volt"
228 + unit: "V"
229 - MIB: CPS-MIB
230 symbol:
231 OID: 1.3.6.1.4.1.3808.1.1.3.5.8
232 name: cyberpower.ePDUStatusInputFrequency
233 + description: "Input frequency in 0.1 Hertz"
234 + unit: "Hz"
235 - MIB: CPS-MIB
236 table:
237 OID: 1.3.6.1.4.1.3808.1.1.6.3.4
@@ -221,12 +239,20 @@ metrics:
239 symbols:
240 - OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.5
241 name: cyberpower.ePDU2DeviceStatusCurrentLoad
242 + description: "Power consumption of the Rack PDU load in tenths of amps"
243 + unit: "A"
244 - OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.6
245 name: cyberpower.ePDU2DeviceStatusCurrentPeakLoad
246 + description: "Peak power consumption of the Rack PDU load in tenths of amps"
247 + unit: "A"
248 - OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.15
249 name: cyberpower.ePDU2DeviceStatusApparentPower
250 + description: "Apparent power consumption of the Rack PDU load in VoltAmps (VA)"
251 + unit: "VA"
252 - OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.16
253 name: cyberpower.ePDU2DeviceStatusPowerFactor
254 + description: "Power factor of the Rack PDU load in hundredths"
255 + unit: "%"
256 metric_tags:
257 - symbol:
258 OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.1
@@ -281,16 +307,28 @@ metrics:
307 symbols:
308 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.5
309 name: cyberpower.ePDU2PhaseStatusLoad
310 + description: "Current draw in tenths of Amps of the load on the Rack PDU phase being queried"
311 + unit: "A"
312 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.6
313 name: cyberpower.ePDU2PhaseStatusVoltage
314 + description: "Voltage in Volts of the Rack PDU phase being queried"
315 + unit: "V"
316 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.7
317 name: cyberpower.ePDU2PhaseStatusPower
318 + description: "Load power in watts (kW) consumed on the Rack PDU phase being queried"
319 + unit: "W"
320 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.8
321 name: cyberpower.ePDU2PhaseStatusApparentPower
322 + description: "Load apparent power in hundredths of kiloVoltAmps (kVA) consumed on the Rack PDU phase being queried"
323 + unit: "kVA"
324 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.9
325 name: cyberpower.ePDU2PhaseStatusPowerFactor
326 + description: "Load power factor in hundredths of the Rack PDU phase being queried"
327 + unit: "%"
328 - OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.10
329 name: cyberpower.ePDU2PhaseStatusPeakLoad
330 + description: "Peak current of the Rack PDU phase load in tenths of Amps"
331 + unit: "A"
332 metric_tags:
333 - symbol:
334 OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.1
@@ -312,8 +350,12 @@ metrics:
350 symbols:
351 - OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.5
352 name: cyberpower.ePDU2BankStatusLoad
353 + description: "Current draw in tenths of Amps of the load on the Rack PDU bank being queried"
354 + unit: "A"
355 - OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.6
356 name: cyberpower.ePDU2BankStatusPeakLoad
357 + description: "Peak current of the Rack PDU bank load in tenths of Amps"
358 + unit: "A"
359 metric_tags:
360 - symbol:
361 OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.1
@@ -355,14 +397,20 @@ metrics:
397 symbol:
398 OID: 1.3.6.1.4.1.3808.1.1.4.2.1.0
399 name: cyberpower.envirTemperature
400 + description: "Environment temperature expressed in 1/10 Fahrenheit"
401 + unit: "degF/10"
402 - MIB: CPS-MIB
403 symbol:
404 OID: 1.3.6.1.4.1.3808.1.1.4.2.6.0
405 name: cyberpower.envirTemperatureCelsius
406 + description: "Environment temperature expressed in Celsius"
407 + unit: "Cel"
408 - MIB: CPS-MIB
409 symbol:
410 OID: 1.3.6.1.4.1.3808.1.1.4.3.1.0
411 name: cyberpower.envirHumidity
412 + description: "Environment relative humidity expressed in persentage"
413 + unit: "%"
414 metric_tags:
415 - OID: 1.3.6.1.4.1.3808.1.1.3.1.1.0
416 symbol: ePDUIdentName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-emc-data-domain.yaml
+84 -2
@@ -47,18 +47,26 @@ metrics:
47 symbol:
48 name: memory.total
49 OID: 1.3.6.1.2.1.25.2.3.1.5.1
50 + description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
51 + unit: "By"
52 - MIB: HOST-RESOURCES-MIB
53 symbol:
54 name: memory.used
55 OID: 1.3.6.1.2.1.25.2.3.1.6.1
56 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
57 + unit: "By"
58 - MIB: HOST-RESOURCES-MIB
59 symbol:
60 OID: 1.3.6.1.2.1.25.2.3.1.6.6 # hrStorageUsed.6 = Memory buffers
61 name: hrMemoryBuffers
62 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
63 + unit: "By"
64 - MIB: HOST-RESOURCES-MIB
65 symbol:
66 OID: 1.3.6.1.2.1.25.2.3.1.6.7 # hrStorageUsed.7 = Cached memory
67 name: hrCachedMemory
68 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
69 + unit: "By"
70 # - MIB: DATA-DOMAIN-MIB
71 # symbol:
72 # name: fileSystemStatus
@@ -73,8 +81,10 @@ metrics:
81 # TODO: enum in scalar metric is not supported yet (keep this metric and this comment in profile until it's fixed)
82 - MIB: DATA-DOMAIN-MIB
83 symbol:
76 - name: datadomain.fileSystemVirtualSpace
77 - OID: 1.3.6.1.4.1.19746.1.3.1.2.0
84 + name: datadomain.fileSystemVirtualSpace
85 + OID: 1.3.6.1.4.1.19746.1.3.1.2.0
86 + description: Amount of uncompressed data that has been backed up by the system
87 + unit: "By"
88 # TODO: octet string cannot be collected
89 # - MIB: DATA-DOMAIN-MIB
90 # symbol:
@@ -93,6 +103,8 @@ metrics:
103 symbols:
104 - name: datadomain.powerModule
105 constant_value_one: true
106 + description: A table containing entries of PowerModuleEntry
107 + unit: "TBD"
108 metric_tags:
109 - symbol:
110 name: powerModuleDescription
@@ -116,6 +128,8 @@ metrics:
128 symbols:
129 - name: datadomain.tempSensorCurrentValue
130 OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.5
131 + description: Current temperature value of the sensor
132 + unit: "Cel"
133 metric_tags:
134 - symbol:
135 name: tempSensorDescription
@@ -138,6 +152,8 @@ metrics:
152 symbols:
153 - name: datadomain.fanProperties
154 constant_value_one: true
155 + description: A table containing entries of FanPropertiesEntry
156 + unit: "TBD"
157 metric_tags:
158 - symbol:
159 name: fanDescription
@@ -167,14 +183,24 @@ metrics:
183 symbols:
184 - name: datadomain.fileSystemSpaceSize
185 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.4
186 + description: Size of the file system resource in gigabytes
187 + unit: "GBy"
188 - name: datadomain.fileSystemSpaceUsed
189 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.5
190 + description: Amount of used space within the file system resource in gigabytes
191 + unit: "GBy"
192 - name: datadomain.fileSystemSpaceAvail
193 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.6
194 + description: Amount of available space within the file system resource in gigabytes
195 + unit: "GBy"
196 - name: datadomain.fileSystemPercentUsed
197 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.7
198 + description: Percentage of used space within the file system resource
199 + unit: "%"
200 - name: datadomain.fileSystemSpaceCleanable
201 OID: 1.3.6.1.4.1.19746.1.3.2.1.1.8
202 + description: Amount of file system space that can be cleaned
203 + unit: "GBy"
204 metric_tags:
205 - symbol:
206 name: fileSystemResourceName
@@ -191,20 +217,36 @@ metrics:
217 symbols:
218 - name: datadomain.fileSystemCompressionStartTime
219 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.3
220 + description: Start time of file system compression
221 + unit: "s"
222 - name: datadomain.fileSystemCompressionEndTime
223 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.4
224 + description: End time of file system compression
225 + unit: "s"
226 - name: datadomain.fileSystemPreCompressionSize
227 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.5
228 + description: Size of file system before compression
229 + unit: "By"
230 - name: datadomain.fileSystemPostCompressionSize
231 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.6
232 + description: Size of file system after compression
233 + unit: "By"
234 - name: datadomain.fileSystemGlobalCompressionFactor
235 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.7
236 + description: Global compression factor of the file system
237 + unit: "1"
238 - name: datadomain.fileSystemLocalCompressionFactor
239 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.8
240 + description: Local compression factor of the file system
241 + unit: "1"
242 - name: datadomain.fileSystemTotalCompressionFactor
243 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.9
244 + description: Total compression factor of the file system
245 + unit: "1"
246 - name: datadomain.fileSystemReductionPercent1
247 OID: 1.3.6.1.4.1.19746.1.3.3.1.1.11
248 + description: Percentage reduction of the file system size due to compression
249 + unit: "%"
250 metric_tags:
251 - symbol:
252 name: fileSystemCompressionIndex
@@ -217,34 +259,64 @@ metrics:
259 symbols:
260 - name: cpu.usage
261 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.2
262 + description: CPU 0 percentage busy
263 + unit: "%"
264 - name: datadomain.cpuMaxPercentageBusy
265 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.3
266 + description: CPU 1 percentage busy
267 + unit: "%"
268 - name: datadomain.nfsOpsPerSecond
269 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.4
270 + description: Number of NFS operations performed per second
271 + unit: "{operation}/s"
272 - name: datadomain.nfsIdlePercentage
273 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.5
274 + description: Percentage of time NFS was idle
275 + unit: "%"
276 - name: datadomain.nfsProcPercentage
277 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.6
278 + description: Percentage of time NFS was processing
279 + unit: "%"
280 - name: datadomain.nfsSendPercentage
281 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.7
282 + description: Percentage of time NFS was sending requests
283 + unit: "%"
284 - name: datadomain.nfsReceivePercentage
285 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.8
286 + description: Percentage of time NFS was receiving requests
287 + unit: "%"
288 - name: datadomain.cifsOpsPerSecond
289 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.9
290 + description: Number of CIFS operations performed per second
291 + unit: "{operation}/s"
292 - name: datadomain.diskReadKBytesPerSecond
293 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.10
294 + description: Number of kilobytes per second read from disk
295 + unit: "kBy/s"
296 - name: datadomain.diskWriteKBytesPerSecond
297 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.11
298 + description: Number of kilobytes per second written to disk
299 + unit: "kBy/s"
300 - name: datadomain.diskBusyPercentage
301 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.12
302 + description: Percentage of time disks were busy
303 + unit: "%"
304 - name: datadomain.nvramReadKBytesPerSecond
305 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.13
306 + description: Number of kilobytes read per second from NVRAM
307 + unit: "kBy/s"
308 - name: datadomain.nvramWriteKBytesPerSecond
309 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.14
310 + description: Number of kilobytes written per second to NVRAM
311 + unit: "kBy/s"
312 - name: datadomain.replInKBytesPerSecond
313 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.15
314 + description: Number of kilobytes per second received for replication
315 + unit: "kBy/s"
316 - name: datadomain.replOutKBytesPerSecond
317 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.16
318 + description: Number of kilobytes per second sent for replication
319 + unit: "kBy/s"
320 metric_tags:
321 - symbol:
322 OID: 1.3.6.1.4.1.19746.1.5.1.1.1.1
@@ -257,6 +329,8 @@ metrics:
329 symbols:
330 - name: datadomain.diskProperties
331 constant_value_one: true
332 + description: A table containing entries of DiskPropertiesEntry
333 + unit: "TBD"
334 metric_tags:
335 - symbol:
336 name: diskPropEnclosureID
@@ -310,12 +384,20 @@ metrics:
384 symbols:
385 - name: datadomain.diskSectorsRead
386 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.3
387 + description: Number of disk sectors read per second
388 + unit: "{disk_sector}"
389 - name: datadomain.diskSectorsWritten
390 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.4
391 + description: Number of disk sectors written per second
392 + unit: "{disk_sector}"
393 - name: datadomain.diskTotalKBytes
394 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.5
395 + description: Total number of kilobytes read or written per second
396 + unit: "kBy/s"
397 - name: datadomain.diskBusy
398 OID: 1.3.6.1.4.1.19746.1.6.2.1.1.6
399 + description: Percentage of time disk is busy
400 + unit: "%"
401 metric_tags:
402 - symbol:
403 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-force10.yaml
+4
@@ -16,7 +16,11 @@ metrics:
16 symbol:
17 OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.4
18 name: cpu.usage
19 + description: Cpu utilization in percentage for last 5 minutes.
20 + unit: "%"
21 - MIB: F10-S-SERIES-CHASSIS-MIB
22 symbol:
23 OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.5
24 name: memory.usage
25 + description: Total memory usage in percentage.
26 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-os10.yaml
+28
@@ -25,6 +25,8 @@ metrics:
25 symbols:
26 - OID: 1.3.6.1.2.1.25.3.3.1.2
27 name: cpu.usage
28 + description: "Average over the last minute of the percentage of time that this processor was not idle"
29 + unit: "%"
30 metric_tags:
31 - tag: hr_processor_frw_id
32 symbol:
@@ -34,14 +36,20 @@ metrics:
36 symbol:
37 name: memory.total
38 OID: 1.3.6.1.2.1.25.2.3.1.5.1
39 + description: "Size of the storage represented by this entry in units of hrStorageAllocationUnits"
40 + unit: "kBy"
41 - MIB: HOST-RESOURCES-MIB
42 symbol:
43 name: memory.used
44 OID: 1.3.6.1.2.1.25.2.3.1.6.1
45 + description: "Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits"
46 + unit: "kBy"
47 - MIB: DELLEMC-OS10-CHASSIS-MIB
48 symbol:
49 name: dell.os10ChassisTemp
50 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.11
51 + description: "Temperature of the chassis"
52 + unit: "{temperature}"
53 - MIB: DELLEMC-OS10-CHASSIS-MIB
54 table:
55 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4
@@ -49,6 +57,8 @@ metrics:
57 symbols:
58 - OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.5
59 name: dell.os10CardTemp
60 + description: "Temperature of the card"
61 + unit: "{temperature}"
62 metric_tags:
63 - symbol:
64 OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.3
@@ -188,34 +198,50 @@ metrics:
198 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.6
199 name: dell.os10bgp4V2PeerLocalPort
200 tag: dell_os10bgp4_v2_peer_local_port
201 + description: "Local port for the TCP connection between the BGP peers"
202 + unit: "{port}"
203 - symbol:
204 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.7
205 name: dell.os10bgp4V2PeerLocalAs
206 tag: dell_os10bgp4_v2_peer_local_as
207 + description: "AS that this peering session is representing itself as to the remote peer"
208 + unit: "1"
209 - symbol:
210 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.8
211 name: dell.os10bgp4V2PeerLocalIdentifier
212 tag: dell_os10bgp4_v2_peer_local_identifier
213 + description: "BGP Identifier of the local system for this peering session"
214 + unit: "{identifier}"
215 - symbol:
216 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.9
217 name: dell.os10bgp4V2PeerRemotePort
218 tag: dell_os10bgp4_v2_peer_remote_port
219 + description: "Remote port for the TCP connection between the BGP peers"
220 + unit: "{port}"
221 - symbol:
222 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.10
223 name: dell.os10bgp4V2PeerRemoteAs
224 tag: dell_os10bgp4_v2_peer_remote_as
225 + description: "Remote autonomous system number received in the BGP OPEN message"
226 + unit: "1"
227 - symbol:
228 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.11
229 name: dell.os10bgp4V2PeerRemoteIdentifier
230 tag: dell_os10bgp4_v2_peer_remote_identifier
231 + description: "BGP Identifier of this entry's remote BGP peer"
232 + unit: "{identifier}"
233 - symbol:
234 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.14
235 name: dell.os10bgp4V2PeerDescription
236 tag: dell_os10bgp4_v2_peer_description
237 + description: "User configured description identifying this peer"
238 + unit: "TBD"
239 - symbol:
240 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.12
241 name: dell.os10bgp4V2PeerAdminStatus
242 tag: dell_os10bgp4_v2_peer_admin_status
243 + description: "Whether the BGP FSM for this remote peer is halted or running"
244 + unit: "TBD"
245 mapping:
246 1: halted
247 2: running
@@ -223,6 +249,8 @@ metrics:
249 OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.13
250 name: dell.os10bgp4V2PeerState
251 tag: dell_os10bgp4_v2_peer_state
252 + description: "BGP peer connection state"
253 + unit: "TBD"
254 mapping:
255 1: idle
256 2: connect
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-powerconnect.yaml
+12
@@ -99,14 +99,20 @@ metrics:
99 name: cpu.usage
100 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.9.0
101 extract_value: 60 Secs.*?(\d+[.]?\d+)
102 + description: "Cpu usage in percent over 60 seconds"
103 + unit: "%"
104 - MIB: DNOS-SWITCHING-MIB
105 symbol:
106 name: memory.free
107 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.1.0
108 + description: "Amount of free memory"
109 + unit: "By"
110 - MIB: DNOS-SWITCHING-MIB
111 symbol:
112 name: memory.total
113 OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.2.0
114 + description: "Total amount of memory"
115 + unit: "By"
116 # - MIB: Dell-Vendor-MIB
117 # symbol:
118 # name: productStatusGlobalStatus
@@ -123,6 +129,8 @@ metrics:
129 symbols:
130 - name: dell.envMonFanSpeed
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 metric_tags:
135 - symbol:
136 name: dell.envMonFanStatusDescr
@@ -146,8 +154,12 @@ metrics:
154 symbols:
155 - name: dell.envMonSupplyCurrentPower
156 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5
157 + description: "Current power consumption"
158 + unit: "W"
159 - name: dell.envMonSupplyAveragePower
160 OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6
161 + description: "Average power consumption"
162 + unit: "W"
163 metric_tags:
164 - symbol:
165 name: dell.envMonSupplyStatusDescr
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+141 -39
@@ -36,28 +36,52 @@ metrics:
36 symbols:
37 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.4
38 name: systemStateChassisStatus
39 + description: Status of the chassis
40 + unit: "1"
41 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.6
42 name: systemStatePowerUnitStatusRedundancy
43 + description: Redundancy status of the power unit
44 + unit: "{power_unit}"
45 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
46 name: systemStatePowerSupplyStatusCombined
47 + description: Combined status of the power supply
48 + unit: "{power_supply}"
49 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.15
50 name: systemStateAmperageStatusCombined
51 + description: Combined status of amperage
52 + unit: "A"
53 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.18
54 name: systemStateCoolingUnitStatusRedundancy
55 + description: Redundancy status of the cooling unit
56 + unit: "{cooling_unit}"
57 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.21
58 name: systemStateCoolingDeviceStatusCombined
59 + description: Combined status of the cooling device
60 + unit: "{cooling_device}"
61 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.24
62 name: systemStateTemperatureStatusCombined
63 + description: Combined status of temperature
64 + unit: "Cel"
65 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.27
66 name: systemStateMemoryDeviceStatusCombined
67 + description: Combined status of the memory device
68 + unit: "{memory_device}"
69 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.30
70 name: systemStateChassisIntrusionStatusCombined
71 + description: Combined status of chassis intrusion
72 + unit: "{intrusion}"
73 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.42
74 name: systemStatePowerUnitStatusCombined
75 + description: Combined status of the power unit
76 + unit: "{power_unit}"
77 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.44
78 name: systemStateCoolingUnitStatusCombined
79 + description: Combined status of the cooling unit
80 + unit: "{cooling_unit}"
81 - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.50
82 name: systemStateProcessorDeviceStatusCombined
83 + description: Combined status of the processor device
84 + unit: "{processor_device}"
85 metric_tags:
86 - symbol:
87 OID: 1.3.6.1.4.1.674.10892.1.200.10.1.1
@@ -93,14 +117,24 @@ metrics:
117 symbols:
118 - OID: 1.3.6.1.4.1.674.10892.1.400.20.1.6
119 name: operatingSystemMemoryAvailablePhysicalSize
120 + description: Available physical memory size
121 + unit: "By"
122 - OID: 1.3.6.1.4.1.674.10892.1.400.20.1.7
123 name: operatingSystemMemoryTotalPageFileSize
124 + description: Total page file size of operating system memory
125 + unit: "By"
126 - OID: 1.3.6.1.4.1.674.10892.1.400.20.1.8
127 name: operatingSystemMemoryAvailablePageFileSize
128 + description: Available page file size of operating system memory
129 + unit: "By"
130 - OID: 1.3.6.1.4.1.674.10892.1.400.20.1.9
131 name: operatingSystemMemoryTotalVirtualSize
132 + description: Total virtual memory size
133 + unit: "By"
134 - OID: 1.3.6.1.4.1.674.10892.1.400.20.1.10
135 name: operatingSystemMemoryAvailableVirtualSize
136 + description: Available virtual memory size
137 + unit: "By"
138 metric_tags:
139 - symbol:
140 OID: 1.3.6.1.4.1.674.10892.1.400.20.1.1
@@ -113,8 +147,12 @@ metrics:
147 symbols:
148 - OID: 1.3.6.1.4.1.674.10892.1.600.50.1.5
149 name: batteryStatus
150 + description: Status of the battery
151 + unit: "1"
152 - OID: 1.3.6.1.4.1.674.10892.1.600.50.1.6
153 name: batteryReading
154 + description: Reading value of the battery
155 + unit: "TBD"
156 metric_tags:
157 - symbol:
158 OID: 1.3.6.1.4.1.674.10892.1.600.50.1.1
@@ -135,6 +173,8 @@ metrics:
173 symbols:
174 - OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.5
175 name: pCIDeviceStatus
176 + description: Status of the PCI device
177 + unit: "{pci_device}"
178 metric_tags:
179 - symbol:
180 OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.9
@@ -151,6 +191,8 @@ metrics:
191 symbols:
192 - OID: 1.3.6.1.4.1.674.10892.1.300.50.1.5
193 name: systemBIOSStatus
194 + description: Status of the system BIOS
195 + unit: "1"
196 metric_tags:
197 - symbol:
198 OID: 1.3.6.1.4.1.674.10892.1.300.50.1.1
@@ -167,8 +209,12 @@ metrics:
209 symbols:
210 - OID: 1.3.6.1.4.1.674.10892.1.300.70.1.5
211 name: intrusionStatus
212 + description: Status of the intrusion
213 + unit: "{intrusion}"
214 - OID: 1.3.6.1.4.1.674.10892.1.300.70.1.6
215 name: intrusionReading
216 + description: Reading value of the intrusion
217 + unit: "TBD"
218 metric_tags:
219 - symbol:
220 OID: 1.3.6.1.4.1.674.10892.1.300.70.1.1
@@ -189,8 +235,12 @@ metrics:
235 symbols:
236 - OID: 1.3.6.1.4.1.674.10892.1.600.20.1.5
237 name: voltageProbeStatus
238 + description: Status of the voltage probe
239 + unit: "{voltage_probe}"
240 - OID: 1.3.6.1.4.1.674.10892.1.600.20.1.6
241 name: voltageProbeReading
242 + description: Reading value of the voltage probe
243 + unit: "V"
244 metric_tags:
245 - symbol:
246 OID: 1.3.6.1.4.1.674.10892.1.600.20.1.1
@@ -205,25 +255,25 @@ metrics:
255 name: voltageProbeType
256 tag: probe_type
257 mapping:
208 - 1: voltage_probe_type_is_other
209 - 2: voltage_probe_type_is_unknown
210 - 3: voltage_probe_type_is_1point5_volt # 1.5 volt
211 - 4: voltage_probe_type_is_3point3_volt # 3.3 volt
212 - 5: voltage_probe_type_is_5_volt # 5 volt
213 - 6: voltage_probe_type_is_minus5_volt # -5 volt
214 - 7: voltage_probe_type_is_12_volt # 12 volt
215 - 8: voltage_probe_type_is_minus12_volt # -12 volt
216 - 9: voltage_probe_type_is_io
217 - 10: voltage_probe_type_is_core
218 - 11: voltage_probe_type_is_flea
219 - 12: voltage_probe_type_is_battery
220 - 13: voltage_probe_type_is_terminator
221 - 14: voltage_probe_type_is_2point5_volt # 2.5 volt
222 - 15: voltage_probe_type_is_gtl
223 - 16: voltage_probe_type_is_discrete
224 - 17: voltage_probe_type_is_generic_discrete
225 - 18: voltage_probe_type_is_ps_voltage
226 - 19: voltage_probe_type_is_memory_status
258 + 1: voltage_probe_type_is_other
259 + 2: voltage_probe_type_is_unknown
260 + 3: voltage_probe_type_is_1point5_volt # 1.5 volt
261 + 4: voltage_probe_type_is_3point3_volt # 3.3 volt
262 + 5: voltage_probe_type_is_5_volt # 5 volt
263 + 6: voltage_probe_type_is_minus5_volt # -5 volt
264 + 7: voltage_probe_type_is_12_volt # 12 volt
265 + 8: voltage_probe_type_is_minus12_volt # -12 volt
266 + 9: voltage_probe_type_is_io
267 + 10: voltage_probe_type_is_core
268 + 11: voltage_probe_type_is_flea
269 + 12: voltage_probe_type_is_battery
270 + 13: voltage_probe_type_is_terminator
271 + 14: voltage_probe_type_is_2point5_volt # 2.5 volt
272 + 15: voltage_probe_type_is_gtl
273 + 16: voltage_probe_type_is_discrete
274 + 17: voltage_probe_type_is_generic_discrete
275 + 18: voltage_probe_type_is_ps_voltage
276 + 19: voltage_probe_type_is_memory_status
277 - MIB: MIB-Dell-10892
278 table:
279 OID: 1.3.6.1.4.1.674.10892.1.600.30
@@ -231,34 +281,38 @@ metrics:
281 symbols:
282 - OID: 1.3.6.1.4.1.674.10892.1.600.30.1.5
283 name: amperageProbeStatus
284 + description: Status of the amperage probe
285 + unit: "1"
286 - OID: 1.3.6.1.4.1.674.10892.1.600.30.1.6
287 name: amperageProbeReading
288 + description: Reading value of the amperage probe
289 + unit: "A"
290 metric_tags:
291 - symbol:
292 OID: 1.3.6.1.4.1.674.10892.1.600.30.1.7
293 name: amperageProbeType
294 tag: probe_type
295 mapping:
242 - 1: amperage_probe_type_is_other
243 - 2: amperage_probe_type_is_unknown
244 - 3: amperage_probe_type_is_1point5_volt # 1.5 volt
245 - 4: amperage_probe_type_is_3point3_volt # 3.3 volt
246 - 5: amperage_probe_type_is_5_volt # 5 volt
247 - 6: amperage_probe_type_is_minus5_volt # -5 volt
248 - 7: amperage_probe_type_is_12_volt # 12 volt
249 - 8: amperage_probe_type_is_minus12_volt # -12 volt
250 - 9: amperage_probe_type_is_io
251 - 10: amperage_probe_type_is_core
252 - 11: amperage_probe_type_is_flea
253 - 12: amperage_probe_type_is_battery
254 - 13: amperage_probe_type_is_terminator
255 - 14: amperage_probe_type_is_2point5_volt # 2.5 volt
256 - 15: amperage_probe_type_is_gtl
257 - 16: amperage_probe_type_is_discrete
258 - 23: amperage_probe_type_is_power_supply_amps
259 - 24: amperage_probe_type_is_power_supply_watts
260 - 25: amperage_probe_type_is_system_amps
261 - 26: amperage_probe_type_is_system_watts
296 + 1: amperage_probe_type_is_other
297 + 2: amperage_probe_type_is_unknown
298 + 3: amperage_probe_type_is_1point5_volt # 1.5 volt
299 + 4: amperage_probe_type_is_3point3_volt # 3.3 volt
300 + 5: amperage_probe_type_is_5_volt # 5 volt
301 + 6: amperage_probe_type_is_minus5_volt # -5 volt
302 + 7: amperage_probe_type_is_12_volt # 12 volt
303 + 8: amperage_probe_type_is_minus12_volt # -12 volt
304 + 9: amperage_probe_type_is_io
305 + 10: amperage_probe_type_is_core
306 + 11: amperage_probe_type_is_flea
307 + 12: amperage_probe_type_is_battery
308 + 13: amperage_probe_type_is_terminator
309 + 14: amperage_probe_type_is_2point5_volt # 2.5 volt
310 + 15: amperage_probe_type_is_gtl
311 + 16: amperage_probe_type_is_discrete
312 + 23: amperage_probe_type_is_power_supply_amps
313 + 24: amperage_probe_type_is_power_supply_watts
314 + 25: amperage_probe_type_is_system_amps
315 + 26: amperage_probe_type_is_system_watts
316 - symbol:
317 OID: 1.3.6.1.4.1.674.10892.1.600.30.1.1
318 name: amperageProbechassisIndex
@@ -275,12 +329,20 @@ metrics:
329 symbols:
330 - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.5
331 name: powerSupplyStatus
332 + description: Status of the power supply
333 + unit: "{power_supply}"
334 - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.6
335 name: powerSupplyOutputWatts
336 + description: Output power in watts of the power supply
337 + unit: "W"
338 - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.9
339 name: powerSupplyMaximumInputVoltage
340 + description: Maximum input voltage of the power supply
341 + unit: "V"
342 - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.16
343 name: powerSupplyCurrentInputVoltage
344 + description: Current input voltage of the power supply
345 + unit: "V"
346 metric_tags:
347 - symbol:
348 OID: 1.3.6.1.4.1.674.10892.1.600.12.1.1
@@ -297,6 +359,8 @@ metrics:
359 symbols:
360 - OID: 1.3.6.1.4.1.674.10892.1.600.60.1.5
361 name: powerUsageStatus
362 + description: Status of the power usage
363 + unit: "{power_usage}"
364 metric_tags:
365 - symbol:
366 OID: 1.3.6.1.4.1.674.10892.1.600.60.1.1
@@ -317,8 +381,12 @@ metrics:
381 symbols:
382 - OID: 1.3.6.1.4.1.674.10892.1.700.10.1.5
383 name: coolingUnitRedundancyStatus
384 + description: Redundancy status of the cooling unit
385 + unit: "{cooling_unit}"
386 - OID: 1.3.6.1.4.1.674.10892.1.700.10.1.8
387 name: coolingUnitStatus
388 + description: Status of the cooling unit
389 + unit: "{cooling_unit}"
390 metric_tags:
391 - symbol:
392 OID: 1.3.6.1.4.1.674.10892.1.700.10.1.1
@@ -339,10 +407,16 @@ metrics:
407 symbols:
408 - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.5
409 name: coolingDeviceStatus
410 + description: Status of the cooling device
411 + unit: "{cooling_device}"
412 - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.6
413 name: coolingDeviceReading
414 + description: Reading value of the cooling device
415 + unit: "TBD"
416 - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.18
417 name: coolingDeviceDiscreteReading
418 + description: Discrete reading of the cooling device
419 + unit: "TBD"
420 metric_tags:
421 - symbol:
422 OID: 1.3.6.1.4.1.674.10892.1.700.12.1.1
@@ -380,8 +454,12 @@ metrics:
454 symbols:
455 - OID: 1.3.6.1.4.1.674.10892.1.700.20.1.5
456 name: temperatureProbeStatus
457 + description: Status of the temperature probe
458 + unit: "{temperature_probe}"
459 - OID: 1.3.6.1.4.1.674.10892.1.700.20.1.6
460 name: temperatureProbeReading
461 + description: Reading value of the temperature probe
462 + unit: "Cel"
463 metric_tags:
464 - symbol:
465 OID: 1.3.6.1.4.1.674.10892.1.700.20.1.1
@@ -412,8 +490,12 @@ metrics:
490 symbols:
491 - OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.5
492 name: processorDeviceStatus
493 + description: Status of the processor device
494 + unit: "{processor_device}"
495 - OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.19
496 name: processorDeviceThreadCount
497 + description: Number of threads in the processor device
498 + unit: "{thread}"
499 metric_tags:
500 - symbol:
501 OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.1
@@ -430,8 +512,12 @@ metrics:
512 symbols:
513 - OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.5
514 name: processorDeviceStatusStatus
515 + description: Status of the processor device status
516 + unit: "{processor_device_status}"
517 - OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.6
518 name: processorDeviceStatusReading
519 + description: Reading value of the processor device status
520 + unit: "TBD"
521 metric_tags:
522 - symbol:
523 OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.1
@@ -453,10 +539,16 @@ metrics:
539 symbols:
540 - OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.5
541 name: cacheDeviceStatus
542 + description: Status of the cache device
543 + unit: "1"
544 - OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.12
545 name: cacheDeviceMaximumSize
546 + description: Maximum size of the cache device
547 + unit: "By"
548 - OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.13
549 name: cacheDeviceCurrentSize
550 + description: Current size of the cache device
551 + unit: "By"
552 metric_tags:
553 - symbol:
554 OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.1
@@ -474,8 +566,12 @@ metrics:
566 symbols:
567 - OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.5
568 name: memoryDeviceStatus
569 + description: Status of the memory device
570 + unit: "{memory_device}"
571 - OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.20
572 name: memoryDeviceFailureModes
573 + description: Failure modes of the memory device
574 + unit: "TBD"
575 # Sent as bit masks:
576 # (0) -- memory device has no faults.
577 # (1) -- ECC single bit correction warning rate exceeded
@@ -504,6 +600,8 @@ metrics:
600 symbols:
601 - OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.3
602 name: networkDeviceStatus
603 + description: Status of the network device
604 + unit: "{network_device}"
605 metric_tags:
606 - symbol:
607 OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.11
@@ -516,6 +614,8 @@ metrics:
614 symbols:
615 - OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.5
616 name: systemSlotStatus
617 + description: Status of the system slot
618 + unit: "{system_slot}"
619 metric_tags:
620 - symbol:
621 OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.8
@@ -532,6 +632,8 @@ metrics:
632 symbols:
633 - OID: 1.3.6.1.4.1.674.10892.1.2000.10.1.3
634 name: fruInformationStatus
635 + description: Status of the field replaceable unit information
636 + unit: "{fru_information}"
637 metric_tags:
638 - symbol:
639 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/dell-sonicwall.yaml
+28
@@ -30,22 +30,32 @@ metrics:
30 symbol:
31 name: cpu.usage
32 OID: 1.3.6.1.4.1.8741.1.3.1.3.0
33 + description: Instantaneous CPU Utilization in percent
34 + unit: "%"
35 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
36 symbol:
37 name: memory.usage
38 OID: 1.3.6.1.4.1.8741.1.3.1.4.0
39 + description: Instantaneous RAM Utilization in percent
40 + unit: "%"
41 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
42 symbol:
43 name: sonicMaxConnCacheEntries
44 OID: 1.3.6.1.4.1.8741.1.3.1.1.0
45 + description: Maximum number of connection cache entries allowed through the firewall
46 + unit: "{entry}"
47 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
48 symbol:
49 name: sonicCurrentConnCacheEntries
50 OID: 1.3.6.1.4.1.8741.1.3.1.2.0
51 + description: Number of active connection cache entries through the firewall
52 + unit: "{entry}"
53 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
54 symbol:
55 name: sonicNatTranslationCount
56 OID: 1.3.6.1.4.1.8741.1.3.1.5.0
57 + description: Current number of dynamic NAT translations being performed
58 + unit: "{translation}"
59 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
60 table:
61 name: sonicSAStatTable
@@ -53,16 +63,28 @@ metrics:
63 symbols:
64 - name: sonicSAStatEncryptPktCount
65 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.8
66 + description: Total encrypted packet count for this phase2 SA
67 + unit: "{packet}"
68 - name: sonicSAStatEncryptByteCount
69 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.9
70 + description: Total encrypted byte count for this phase2 SA
71 + unit: "By"
72 - name: sonicSAStatDecryptPktCount
73 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.10
74 + description: Total decrypted packet count for this phase2 SA
75 + unit: "{packet}"
76 - name: sonicSAStatDecryptByteCount
77 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.11
78 + description: Total decrypted byte count for this phase2 SA
79 + unit: "By"
80 - name: sonicSAStatInFragPktCount
81 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.12
82 + description: Incoming Fragmented packet count for this phase2 SA
83 + unit: "{packet}"
84 - name: sonicSAStatOutFragPktCount
85 OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.13
86 + description: Outgoing Fragmented packet count for this phase2 SA
87 + unit: "{packet}"
88 metric_tags:
89 - symbol:
90 name: sonicSAStatPeerGateway
@@ -96,11 +118,17 @@ metrics:
118 symbol:
119 name: sonicDpiSslConnCountCur
120 OID: 1.3.6.1.4.1.8741.1.3.5.1.0
121 + description: Current SSL-inspected connections through the firewall
122 + unit: "{connection}"
123 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
124 symbol:
125 name: sonicDpiSslConnCountHighWater
126 OID: 1.3.6.1.4.1.8741.1.3.5.2.0
127 + description: Highwater SSL-inspected connections through the firewall
128 + unit: "{connection}"
129 - MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
130 symbol:
131 name: sonicDpiSslConnCountMax
132 OID: 1.3.6.1.4.1.8741.1.3.5.3.0
133 + description: Maximum SSL-inspected connections through the firewall
134 + unit: "{connection}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dlink-dgs-switch.yaml
+12
@@ -19,6 +19,8 @@ metrics:
19 symbols:
20 - name: cpu.usage
21 OID: 1.3.6.1.4.1.171.14.5.1.7.1.3 # dEntityExtCpuUtilOneMinute
22 + description: Overall CPU busy percentage in the last 1 minute period
23 + unit: "%"
24 metric_tags:
25 - symbol:
26 OID: 1.3.6.1.4.1.171.14.5.1.7.1.1
@@ -39,8 +41,12 @@ metrics:
41 symbols:
42 - name: memory.total
43 OID: 1.3.6.1.4.1.171.14.5.1.4.1.3
44 + description: Total memory size of the entry
45 + unit: "By"
46 - name: memory.used
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 metric_tags:
51 - symbol:
52 name: dEntityExtMemUtilUnitId
@@ -61,6 +67,8 @@ metrics:
67 symbols:
68 - name: dlink.dEntityExtEnvTempCurrent
69 OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.4
70 + description: Current measurement of the testpoint
71 + unit: "Cel"
72 metric_tags:
73 - symbol:
74 name: dEntityExtEnvTempUnitId
@@ -115,8 +123,12 @@ metrics:
123 symbols:
124 - name: dlink.dEntityExtEnvPowerUsedPower
125 OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.4
126 + description: Amount of the power that has been allocated
127 + unit: "W"
128 - name: dlink.dEntityExtEnvPowerMaxPower
129 OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.5
130 + description: Maximum power which the power module can supply
131 + unit: "W"
132 metric_tags:
133 - symbol:
134 name: dEntityExtEnvPowerUnitId
src/go/plugin/go.d/config/go.d/snmp.profiles/default/eaton-epdu.yaml
+36
@@ -46,6 +46,8 @@ metrics:
46 symbols:
47 - name: eaton.epdu.inputFrequency
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 metric_tags:
52 - symbol:
53 OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.10
@@ -65,6 +67,8 @@ metrics:
67 symbols:
68 - name: eaton.epdu.inputVoltage
69 OID: 1.3.6.1.4.1.534.6.6.7.3.2.1.3
70 + description: An input voltage measurement value
71 + unit: "mV"
72 metric_tags:
73 - symbol:
74 OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
@@ -87,8 +91,12 @@ metrics:
91 symbols:
92 - name: eaton.epdu.inputCurrent
93 OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.4
94 + description: An input current measurement value
95 + unit: "mA"
96 - name: eaton.epdu.inputCurrentPercentLoad
97 OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.11
98 + description: Current percent load based on the rated current capacity
99 + unit: "%"
100 metric_tags:
101 - symbol:
102 OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
@@ -111,8 +119,12 @@ metrics:
119 symbols:
120 - name: eaton.epdu.inputVA
121 OID: 1.3.6.1.4.1.534.6.6.7.3.4.1.3
122 + description: An input VA value
123 + unit: "VA"
124 - name: eaton.epdu.inputWatts
125 OID: 1.3.6.1.4.1.534.6.6.7.3.4.1.4
126 + description: An input Watts value
127 + unit: "W"
128 metric_tags:
129 - symbol:
130 OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
@@ -156,6 +168,8 @@ metrics:
168 symbols:
169 - name: eaton.epdu.groupVoltage
170 OID: 1.3.6.1.4.1.534.6.6.7.5.3.1.3
171 + description: Units are millivolts
172 + unit: "mV"
173 metric_tags:
174 - symbol:
175 OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -189,8 +203,12 @@ metrics:
203 symbols:
204 - name: eaton.epdu.groupCurrent
205 OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.3
206 + description: A group current measurement value
207 + unit: "mA"
208 - name: eaton.epdu.groupCurrentPercentLoad
209 OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.10
210 + description: Current percent load based on the rated current capacity
211 + unit: "%"
212 metric_tags:
213 - symbol:
214 OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -224,8 +242,12 @@ metrics:
242 symbols:
243 - name: eaton.epdu.groupVA
244 OID: 1.3.6.1.4.1.534.6.6.7.5.5.1.2
245 + description: A group VA value
246 + unit: "VA"
247 - name: eaton.epdu.groupWatts
248 OID: 1.3.6.1.4.1.534.6.6.7.5.5.1.3
249 + description: A group Watts value
250 + unit: "W"
251 metric_tags:
252 - symbol:
253 OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
@@ -281,6 +303,8 @@ metrics:
303 symbols:
304 - name: eaton.epdu.outletVoltage
305 OID: 1.3.6.1.4.1.534.6.6.7.6.3.1.2
306 + description: Units are millivolts
307 + unit: "mV"
308 metric_tags:
309 - symbol:
310 OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -303,8 +327,12 @@ metrics:
327 symbols:
328 - name: eaton.epdu.outletCurrent
329 OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.3
330 + description: An outlet current measurement value
331 + unit: "mA"
332 - name: eaton.epdu.outletCurrentPercentLoad
333 OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.10
334 + description: Current percent load based on the rated current capacity
335 + unit: "%"
336 metric_tags:
337 - symbol:
338 OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -327,8 +355,12 @@ metrics:
355 symbols:
356 - name: eaton.epdu.outletVA
357 OID: 1.3.6.1.4.1.534.6.6.7.6.5.1.2
358 + description: An outlet VA value
359 + unit: "VA"
360 - name: eaton.epdu.outletWatts
361 OID: 1.3.6.1.4.1.534.6.6.7.6.5.1.3
362 + description: An outlet Watts value
363 + unit: "W"
364 metric_tags:
365 - symbol:
366 OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
@@ -341,6 +373,8 @@ metrics:
373 symbols:
374 - name: eaton.epdu.temperatureValue
375 OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.4
376 + 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
377 + unit: "Cel"
378 metric_tags:
379 - symbol:
380 OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.2
@@ -371,6 +405,8 @@ metrics:
405 symbols:
406 - name: eaton.epdu.humidityValue
407 OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.4
408 + description: Units are tenths of a percent relative humidity Divide the value by 10 to get %RH
409 + unit: "%"
410 metric_tags:
411 - symbol:
412 OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/exagrid.yaml
+30
@@ -19,62 +19,92 @@ metrics:
19 symbol:
20 OID: 1.3.6.1.4.1.14941.4.1.1.0
21 name: egLandingSpaceConfiguredWholeGigabytes
22 + description: The amount of configured landing space scaled to GigaBytes (10^9) bytes
23 + unit: "By"
24 - MIB: EXAGRID-MIB
25 symbol:
26 OID: 1.3.6.1.4.1.14941.4.1.2.0
27 name: egLandingSpaceConfiguredFractionalGigabytes
28 + description: The amount of configured landing space below 1 Gigabyte in bytes
29 + unit: "By"
30 - MIB: EXAGRID-MIB
31 symbol:
32 OID: 1.3.6.1.4.1.14941.4.1.3.0
33 name: egLandingSpaceAvailableWholeGigabytes
34 + description: The amount of available landing space scaled to GigaBytes (10^9) bytes
35 + unit: "By"
36 - MIB: EXAGRID-MIB
37 symbol:
38 OID: 1.3.6.1.4.1.14941.4.1.4.0
39 name: egLandingSpaceAvailableFractionalGigabytes
40 + description: The amount of available landing space below 1 Gigabyte in bytes
41 + unit: "By"
42 - MIB: EXAGRID-MIB
43 symbol:
44 OID: 1.3.6.1.4.1.14941.4.2.1.0
45 name: egRetentionSpaceConfiguredWholeGigabytes
46 + description: The amount of configured retention space scaled to GigaBytes (10^9) bytes
47 + unit: "By"
48 - MIB: EXAGRID-MIB
49 symbol:
50 OID: 1.3.6.1.4.1.14941.4.2.2.0
51 name: egRetentionSpaceConfiguredFractionalGigabytes
52 + description: The amount of configured retention space below 1 Gigabyte in bytes
53 + unit: "By"
54 - MIB: EXAGRID-MIB
55 symbol:
56 OID: 1.3.6.1.4.1.14941.4.2.3.0
57 name: egRetentionSpaceAvailableWholeGigabytes
58 + description: The amount of available retention space scaled to GigaBytes (10^9) bytes
59 + unit: "By"
60 - MIB: EXAGRID-MIB
61 symbol:
62 OID: 1.3.6.1.4.1.14941.4.2.4.0
63 name: egRetentionSpaceAvailableFractionalGigabytes
64 + description: The amount of available retention space below 1 Gigabyte in bytes
65 + unit: "By"
66 - MIB: EXAGRID-MIB
67 symbol:
68 OID: 1.3.6.1.4.1.14941.4.3.1.0
69 name: egBackupDataAvailableWholeGigabytes
70 + description: The amount of data available for restore by a backup application scaled to GigaBytes (10^9) bytes
71 + unit: "By"
72 - MIB: EXAGRID-MIB
73 symbol:
74 OID: 1.3.6.1.4.1.14941.4.3.2.0
75 name: egBackupDataAvailableFractionalGigabytes
76 + description: The amount of data available for restore by a backup application below 1 Gigabyte in bytes
77 + unit: "By"
78 - MIB: EXAGRID-MIB
79 symbol:
80 OID: 1.3.6.1.4.1.14941.4.3.3.0
81 name: egBackupDataSpaceConsumedWholeGigabytes
82 + description: The amount of consumed retention space scaled to GigaBytes (10^9) bytes
83 + unit: "By"
84 - MIB: EXAGRID-MIB
85 symbol:
86 OID: 1.3.6.1.4.1.14941.4.3.4.0
87 name: egBackupDataSpaceConsumedFractionalGigabytes
88 + description: The amount of consumed retention space below 1 Gigabyte in bytes
89 + unit: "By"
90 - MIB: EXAGRID-MIB
91 symbol:
92 OID: 1.3.6.1.4.1.14941.4.4.1.0
93 name: egPendingDeduplicationWholeGigabytes
94 + description: The amount of data not yet deduplicated scaled to GigaBytes (10^9) bytes
95 + unit: "By"
96 - MIB: EXAGRID-MIB
97 symbol:
98 OID: 1.3.6.1.4.1.14941.4.4.2.0
99 name: egPendingDeduplicationFractionalGigabytes
100 + description: The amount of data not yet deduplicated below 1 Gigabyte in bytes
101 + unit: "By"
102 - MIB: EXAGRID-MIB
103 symbol:
104 OID: 1.3.6.1.4.1.14941.4.4.3.0
105 name: egPendingDeduplicationAge
106 + description: The amount of time that data has been available for deduplication, but has not yet been deduplicated
107 + unit: "ms"
108 # - MIB: EXAGRID-MIB
109 # symbol:
110 # OID: 1.3.6.1.4.1.14941.4.6
src/go/plugin/go.d/config/go.d/snmp.profiles/default/extreme-switching.yaml
+10
@@ -20,6 +20,8 @@ metrics:
20 symbol:
21 name: cpu.usage
22 OID: 1.3.6.1.4.1.1916.1.32.1.2.0
23 + description: Total CPU utlization (percentage) as of last sampling.
24 + unit: "%"
25 - MIB: EXTREME-SOFTWARE-MONITOR-MIB
26 table:
27 name: extremeMemoryMonitorSystemTable
@@ -27,8 +29,12 @@ metrics:
29 symbols:
30 - name: memory.total
31 OID: 1.3.6.1.4.1.1916.1.32.2.2.1.2
32 + description: Total amount of DRAM in Kbytes in the system.
33 + unit: "kBy"
34 - name: memory.free
35 OID: 1.3.6.1.4.1.1916.1.32.2.2.1.3
36 + description: Total amount of free memory in Kbytes in the system.
37 + unit: "kBy"
38 metric_tags:
39 - index: 1 # extremeMemoryMonitorSystemSlotId
40 tag: mem
@@ -45,6 +51,8 @@ metrics:
51 symbol:
52 name: extremeCurrentTemperature
53 OID: 1.3.6.1.4.1.1916.1.1.1.8.0
54 + description: Current temperature in degrees celcius measured inside device enclosure.
55 + unit: "Cel"
56 # - MIB: EXTREME-SYSTEM-MIB
57 # symbol:
58 # name: extremePrimaryPowerOperational
@@ -87,6 +95,8 @@ metrics:
95 symbol:
96 name: extremeInputPowerVoltage
97 OID: 1.3.6.1.4.1.1916.1.1.1.20.0
98 + description: The input power voltage at which the system is currently operating.
99 + unit: "V"
100 # - MIB: EXTREME-SYSTEM-MIB
101 # symbol:
102 # name: extremePowerStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/f5-big-ip.yaml
+210 -7
@@ -61,41 +61,57 @@ metrics:
61 symbol:
62 OID: 1.3.6.1.4.1.3375.2.1.1.2.1.44.0
63 name: sysStatMemoryTotal
64 + description: The total memory available in bytes for TMM (Traffic Management Module)
65 + unit: "By"
66 - MIB: F5-BIGIP-SYSTEM-MIB
67 metric_type: gauge
68 symbol:
69 OID: 1.3.6.1.4.1.3375.2.1.1.2.1.45.0
70 name: sysStatMemoryUsed
71 + description: The memory in use in bytes for TMM (Traffic Management Module)
72 + unit: "By"
73 - MIB: F5-BIGIP-SYSTEM-MIB
74 metric_type: gauge
75 symbol:
76 OID: 1.3.6.1.4.1.3375.2.1.1.2.21.28.0
77 name: sysGlobalTmmStatMemoryTotal
78 + description: The total memory available in bytes for TMM (Traffic Management Module)
79 + unit: "By"
80 - MIB: F5-BIGIP-SYSTEM-MIB
81 metric_type: gauge
82 symbol:
83 OID: 1.3.6.1.4.1.3375.2.1.1.2.21.29.0
84 name: sysGlobalTmmStatMemoryUsed
85 + description: The memory in use in bytes for TMM (Traffic Management Module)
86 + unit: "By"
87 - MIB: F5-BIGIP-SYSTEM-MIB
88 metric_type: gauge
89 symbol:
90 OID: 1.3.6.1.4.1.3375.2.1.1.2.20.44.0
91 name: sysGlobalHostOtherMemoryTotal
92 + description: The total other non-TMM memory in bytes for the system
93 + unit: "By"
94 - MIB: F5-BIGIP-SYSTEM-MIB
95 metric_type: gauge
96 symbol:
97 OID: 1.3.6.1.4.1.3375.2.1.1.2.20.45.0
98 name: sysGlobalHostOtherMemoryUsed
99 + description: The other non-TMM memory in bytes currently in use for the system
100 + unit: "By"
101 - MIB: F5-BIGIP-SYSTEM-MIB
102 metric_type: gauge
103 symbol:
104 OID: 1.3.6.1.4.1.3375.2.1.1.2.20.46.0
105 name: sysGlobalHostSwapTotal
106 + description: The total swap in bytes for the system
107 + unit: "By"
108 - MIB: F5-BIGIP-SYSTEM-MIB
109 metric_type: gauge
110 symbol:
111 OID: 1.3.6.1.4.1.3375.2.1.1.2.20.47.0
112 name: sysGlobalHostSwapUsed
113 + description: The swap in bytes currently in use for the system
114 + unit: "By"
115 # CPU
116 - MIB: F5-BIGIP-SYSTEM-MIB
117 table:
@@ -105,6 +121,8 @@ metrics:
121 symbols:
122 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.11
123 name: sysMultiHostCpuUsageRatio
124 + description: This is usage ratio of CPU for the associated host
125 + unit: "%"
126 metric_tags:
127 - symbol:
128 OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.3
@@ -118,18 +136,32 @@ metrics:
136 symbols:
137 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.4
138 name: sysMultiHostCpuUser
139 + description: The average time spent by the specified processor in user context for the associated host
140 + unit: "%"
141 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.5
142 name: sysMultiHostCpuNice
143 + description: The average time spent by the specified processor running niced processes for the associated host
144 + unit: "%"
145 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.6
146 name: sysMultiHostCpuSystem
147 + description: The average time spent by the specified processor servicing system calls for the associated host
148 + unit: "%"
149 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.7
150 name: sysMultiHostCpuIdle
151 + description: The average time spent by the specified processor doing nothing for the associated host
152 + unit: "%"
153 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.8
154 name: sysMultiHostCpuIrq
155 + description: The average time spent by the specified processor servicing hardware interrupts for the associated host
156 + unit: "%"
157 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.9
158 name: sysMultiHostCpuSoftirq
159 + description: The average time spent by the specified processor servicing soft interrupts for the associated host
160 + unit: "%"
161 - OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.10
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 metric_tags:
166 - symbol:
167 OID: 1.3.6.1.4.1.3375.2.1.7.5.2.1.3
@@ -141,92 +173,130 @@ metrics:
173 symbol:
174 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.2.0
175 name: sysTcpStatOpen
176 + description: The number of current open connections
177 + unit: "{connection}"
178 - MIB: F5-BIGIP-SYSTEM-MIB
179 symbol:
180 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.3.0
181 name: sysTcpStatCloseWait
182 + description: The number of current connections in CLOSE-WAIT/LAST-ACK
183 + unit: "{connection}"
184 - MIB: F5-BIGIP-SYSTEM-MIB
185 symbol:
186 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.4.0
187 name: sysTcpStatFinWait
188 + description: The number of current connections in FIN-WAIT/CLOSING
189 + unit: "{connection}"
190 - MIB: F5-BIGIP-SYSTEM-MIB
191 symbol:
192 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.5.0
193 name: sysTcpStatTimeWait
194 + description: The number of current connections in TIME-WAIT
195 + unit: "{connection}"
196 - MIB: F5-BIGIP-SYSTEM-MIB
197 metric_type: monotonic_count
198 symbol:
199 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.6.0
200 name: sysTcpStatAccepts
201 + description: The number of connections accepted
202 + unit: "{connection}"
203 - MIB: F5-BIGIP-SYSTEM-MIB
204 metric_type: monotonic_count
205 symbol:
206 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.7.0
207 name: sysTcpStatAcceptfails
208 + description: The number of connections not accepted
209 + unit: "{connection}"
210 - MIB: F5-BIGIP-SYSTEM-MIB
211 metric_type: monotonic_count
212 symbol:
213 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.8.0
214 name: sysTcpStatConnects
215 + description: The number of connections established
216 + unit: "{connection}"
217 - MIB: F5-BIGIP-SYSTEM-MIB
218 metric_type: monotonic_count
219 symbol:
220 OID: 1.3.6.1.4.1.3375.2.1.1.2.12.9.0
221 name: sysTcpStatConnfails
222 + description: The number of connections failures
223 + unit: "{connection}"
224 # UDP stats
225 - MIB: F5-BIGIP-SYSTEM-MIB
226 symbol:
227 OID: 1.3.6.1.4.1.3375.2.1.1.2.13.2.0
228 name: sysUdpStatOpen
229 + description: The number of current open connections
230 + unit: "{connection}"
231 - MIB: F5-BIGIP-SYSTEM-MIB
232 metric_type: monotonic_count
233 symbol:
234 OID: 1.3.6.1.4.1.3375.2.1.1.2.13.3.0
235 name: sysUdpStatAccepts
236 + description: The number of connections accepted
237 + unit: "{connection}"
238 - MIB: F5-BIGIP-SYSTEM-MIB
239 metric_type: monotonic_count
240 symbol:
241 OID: 1.3.6.1.4.1.3375.2.1.1.2.13.4.0
242 name: sysUdpStatAcceptfails
243 + description: The number of connections not accepted
244 + unit: "{connection}"
245 - MIB: F5-BIGIP-SYSTEM-MIB
246 metric_type: monotonic_count
247 symbol:
248 OID: 1.3.6.1.4.1.3375.2.1.1.2.13.5.0
249 name: sysUdpStatConnects
250 + description: The number of connections established
251 + unit: "{connection}"
252 - MIB: F5-BIGIP-SYSTEM-MIB
253 metric_type: monotonic_count
254 symbol:
255 OID: 1.3.6.1.4.1.3375.2.1.1.2.13.6.0
256 name: sysUdpStatConnfails
257 + description: The number of connections failures
258 + unit: "{connection}"
259 - MIB: F5-BIGIP-SYSTEM-MIB
260 symbol:
261 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.2.0
262 name: sysClientsslStatCurConns
263 + description: The current number of concurrent connections with established SSL sessions being maintained by the filter
264 + unit: "{connection}"
265 - MIB: F5-BIGIP-SYSTEM-MIB
266 metric_type: monotonic_count
267 symbol:
268 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.10.0
269 name: sysClientsslStatEncryptedBytesIn
270 + description: The total encrypted bytes received
271 + unit: "By"
272 - MIB: F5-BIGIP-SYSTEM-MIB
273 metric_type: monotonic_count
274 symbol:
275 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.11.0
276 name: sysClientsslStatEncryptedBytesOut
277 + description: The total encrypted bytes sent
278 + unit: "By"
279 - MIB: F5-BIGIP-SYSTEM-MIB
280 metric_type: monotonic_count
281 symbol:
282 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.12.0
283 name: sysClientsslStatDecryptedBytesIn
284 + description: The total decrypted bytes received
285 + unit: "By"
286 - MIB: F5-BIGIP-SYSTEM-MIB
287 metric_type: monotonic_count
288 symbol:
289 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.13.0
290 name: sysClientsslStatDecryptedBytesOut
291 + description: The total decrypted bytes sent
292 + unit: "By"
293 - MIB: F5-BIGIP-SYSTEM-MIB
294 metric_type: monotonic_count
295 symbol:
296 OID: 1.3.6.1.4.1.3375.2.1.1.2.9.29.0
297 name: sysClientsslStatHandshakeFailures
298 + description: The total number of handshake failures
299 + unit: "{connection}"
300
301 # Metrics from F5-BIGIP-LOCAL-MIB provide monitoring information about virtual servers, nodes, and pools.
302 # These concepts are related to the LTM (Local Traffic Management) features of BIG IP devices.
@@ -241,6 +311,8 @@ metrics:
311 symbol:
312 OID: 1.3.6.1.4.1.3375.2.2.10.1.1
313 name: ltmVirtualServNumber
314 + description: The number of ltmVirtualServ entries in the table
315 + unit: "{virtual_server}"
316
317 - MIB: F5-BIGIP-LOCAL-MIB
318 table:
@@ -250,8 +322,12 @@ metrics:
322 # Gauges
323 - OID: 1.3.6.1.4.1.3375.2.2.10.1.2.1.9
324 name: ltmVirtualServEnabled
325 + description: The state indicating whether the specified virtual server is enabled or not
326 + unit: "{virtual_server}"
327 - OID: 1.3.6.1.4.1.3375.2.2.10.1.2.1.10
328 name: ltmVirtualServConnLimit
329 + description: The maximum number of connections the specified virtual server is allowed to have open at one time
330 + unit: "{connection}"
331 metric_tags:
332 - tag: server
333 symbol:
@@ -271,13 +347,6 @@ metrics:
347 symbol:
348 OID: 1.3.6.1.4.1.3375.2.2.10.13.2.1.2
349 name: ltmVsStatusAvailState
274 - mapping:
275 - 0: none
276 - 1: green
277 - 2: yellow
278 - 3: red
279 - 4: blue
280 - 5: gray
350 - tag: ltm_vs_status_name
351 symbol:
352 OID: 1.3.6.1.4.1.3375.2.2.10.13.2.1.1
@@ -299,25 +368,45 @@ metrics:
368 # Counters (= rates)
369 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.6
370 name: ltmVirtualServStatClientPktsIn
371 + description: The number of packets received by the specified virtual server from client-side
372 + unit: "{packet}"
373 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.7
374 name: ltmVirtualServStatClientBytesIn
375 + description: The number of bytes received by the specified virtual server from client-side
376 + unit: "By"
377 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.8
378 name: ltmVirtualServStatClientPktsOut
379 + description: The number of packets sent to client-side from the specified virtual server
380 + unit: "{packet}"
381 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.9
382 name: ltmVirtualServStatClientBytesOut
383 + description: The number of bytes sent to client-side from the specified virtual server
384 + unit: "By"
385 # Gauges
386 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.12
387 name: ltmVirtualServStatClientCurConns
388 + description: The current connections from client-side to the specified virtual server
389 + unit: "{connection}"
390 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.31
391 name: ltmVirtualServStatVsUsageRatio5s
392 + description: The percentage of time Virtual Server was busy over the last 5 seconds
393 + unit: "%"
394 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.32
395 name: ltmVirtualServStatVsUsageRatio1m
396 + description: The percentage of time Virtual Server was busy over the last 1 minute
397 + unit: "%"
398 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.33
399 name: ltmVirtualServStatVsUsageRatio5m
400 + description: The percentage of time Virtual Server was busy over the last 5 minutes
401 + unit: "%"
402 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.34
403 name: ltmVirtualServStatCurrentConnsPerSec
404 + description: The number of current connections per second to the specified virtual server
405 + unit: "1.s"
406 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.35
407 name: ltmVirtualServStatDurationRateExceeded
408 + description: Duration of time in seconds the specified virtual server has exceeded the configured connection rate limit
409 + unit: "s"
410 metric_tags:
411 - tag: server
412 symbol:
@@ -331,14 +420,24 @@ metrics:
420 symbols:
421 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.5
422 name: ltmVirtualServStatNoNodesErrors
423 + description: The number of no-node errors
424 + unit: "{error}"
425 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.11
426 name: ltmVirtualServStatClientTotConns
427 + description: The total connections from client-side to the specified virtual server
428 + unit: "{connection}"
429 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.27
430 name: ltmVirtualServStatTotRequests
431 + description: The total number of requests going through the specified virtual server
432 + unit: "{request}"
433 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.40
434 name: ltmVirtualServStatClientEvictedConns
435 + description: The number of client-side connections that have been evicted on the specified virtual server
436 + unit: "{connection}"
437 - OID: 1.3.6.1.4.1.3375.2.2.10.2.3.1.41
438 name: ltmVirtualServStatClientSlowKilled
439 + description: The number of slow client-side connections that have been killed on the specified virtual server
440 + unit: "{connection}"
441 metric_type: monotonic_count
442 metric_tags:
443 - tag: server
@@ -352,6 +451,8 @@ metrics:
451 symbol:
452 OID: 1.3.6.1.4.1.3375.2.2.4.1.1
453 name: ltmNodeAddrNumber
454 + description: The number of ltmNodeAddr entries in the table
455 + unit: "{node}"
456
457 - MIB: F5-BIGIP-LOCAL-MIB
458 table:
@@ -361,16 +462,28 @@ metrics:
462 # Gauges
463 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.3
464 name: ltmNodeAddrConnLimit
465 + description: The maximum number of connections the specified node address is allowed to have open at one time
466 + unit: "{connection}"
467 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.4
468 name: ltmNodeAddrRatio
469 + description: The ratio of the specified node address used in load balance algorithm
470 + unit: "{ratio}"
471 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.5
472 name: ltmNodeAddrDynamicRatio
473 + description: The dynamic ratio of the specified node address used in load balance algorithm
474 + unit: "{ratio}"
475 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.6
476 name: ltmNodeAddrMonitorState
477 + description: The internal tmm monitor state for the specified node address
478 + unit: "TBD"
479 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.7
480 name: ltmNodeAddrMonitorStatus
481 + description: The hierarchical load balance state for the specified node address including parent status
482 + unit: "TBD"
483 - OID: 1.3.6.1.4.1.3375.2.2.4.1.2.1.10
484 name: ltmNodeAddrSessionStatus
485 + description: The hierarchical status of the session including parent status for the specified node address
486 + unit: "TBD"
487 metric_tags:
488 - tag: node
489 symbol:
@@ -439,21 +552,37 @@ metrics:
552 # Counters (= rates)
553 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.3
554 name: ltmNodeAddrStatServerPktsIn
555 + description: The number of packets received by the specified node address from server-side
556 + unit: "{packet}"
557 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.4
558 name: ltmNodeAddrStatServerBytesIn
559 + description: The number of bytes received by the specified node address from server-side
560 + unit: "By"
561 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.5
562 name: ltmNodeAddrStatServerPktsOut
563 + description: The number of packets sent to server-side from the specified node address
564 + unit: "{packet}"
565 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.6
566 name: ltmNodeAddrStatServerBytesOut
567 + description: The number of bytes sent to server-side from the specified node address
568 + unit: "By"
569 # Gauges
570 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.9
571 name: ltmNodeAddrStatServerCurConns
572 + description: The current connections from server-side to the specified node address
573 + unit: "{connection}"
574 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.21
575 name: ltmNodeAddrStatCurSessions
576 + description: The number of current sessions going through the specified node address
577 + unit: "{session}"
578 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.22
579 name: ltmNodeAddrStatCurrentConnsPerSec
580 + description: The number of current connections per second to the specified node address
581 + unit: "1.s"
582 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.23
583 name: ltmNodeAddrStatDurationRateExceeded
584 + description: Duration of time in seconds the specified node address has exceeded the configured connection rate limit
585 + unit: "s"
586 metric_tags:
587 - tag: node
588 symbol:
@@ -467,8 +596,12 @@ metrics:
596 symbols:
597 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.8
598 name: ltmNodeAddrStatServerTotConns
599 + description: The total connections from server-side to the specified node address
600 + unit: "{connection}"
601 - OID: 1.3.6.1.4.1.3375.2.2.4.2.3.1.17
602 name: ltmNodeAddrStatTotRequests
603 + description: The total number of requests going through the specified node address
604 + unit: "{request}"
605 metric_type: monotonic_count
606 metric_tags:
607 - tag: node
@@ -482,6 +615,8 @@ metrics:
615 symbol:
616 OID: 1.3.6.1.4.1.3375.2.2.5.1.1
617 name: ltmPoolNumber
618 + description: The number of ltmPool entries in the table
619 + unit: "{pool}"
620
621 - MIB: F5-BIGIP-LOCAL-MIB
622 table:
@@ -491,10 +626,16 @@ metrics:
626 # Gauges
627 - OID: 1.3.6.1.4.1.3375.2.2.5.1.2.1.8
628 name: ltmPoolActiveMemberCnt
629 + description: The number of the current active members in the specified pool
630 + unit: "{member}"
631 - OID: 1.3.6.1.4.1.3375.2.2.5.1.2.1.16
632 name: ltmPoolDynamicRatioSum
633 + description: The sum of the dynamic ratio from all the members of the specified pool
634 + unit: "{ratio}"
635 - OID: 1.3.6.1.4.1.3375.2.2.5.1.2.1.23
636 name: ltmPoolMemberCnt
637 + description: The total number of members in the specified pool
638 + unit: "{member}"
639 metric_tags:
640 - tag: pool
641 symbol:
@@ -509,21 +650,37 @@ metrics:
650 # Counters (= rates)
651 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.2
652 name: ltmPoolStatServerPktsIn
653 + description: The number of packets received by the specified pool from server-side
654 + unit: "{packet}"
655 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.3
656 name: ltmPoolStatServerBytesIn
657 + description: The number of bytes received by the specified pool from server-side
658 + unit: "By"
659 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.4
660 name: ltmPoolStatServerPktsOut
661 + description: The number of packets sent to server-side from the specified pool
662 + unit: "{packet}"
663 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.5
664 name: ltmPoolStatServerBytesOut
665 + description: The number of bytes sent to server-side from the specified pool
666 + unit: "By"
667 # Gauges
668 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.8
669 name: ltmPoolStatServerCurConns
670 + description: The current connections from server-side to the specified pool
671 + unit: "{connection}"
672 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.18
673 name: ltmPoolStatConnqDepth
674 + description: Number of connections currently in queue, sum
675 + unit: "{connection}"
676 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.19
677 name: ltmPoolStatConnqAgeHead
678 + description: Age in milliseconds of the oldest queue entry, max
679 + unit: "ms"
680 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.31
681 name: ltmPoolStatCurSessions
682 + description: The current number of sessions to the specified pool
683 + unit: "{session}"
684 metric_tags:
685 - tag: pool
686 symbol:
@@ -537,10 +694,16 @@ metrics:
694 symbols:
695 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.7
696 name: ltmPoolStatServerTotConns
697 + description: The total connections from server-side to the specified pool
698 + unit: "{connection}"
699 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.23
700 name: ltmPoolStatConnqServiced
701 + description: Number of entries that have been removed from the queue, sum
702 + unit: "{connection}"
703 - OID: 1.3.6.1.4.1.3375.2.2.5.2.3.1.30
704 name: ltmPoolStatTotRequests
705 + description: The total number of requests to the specified pool
706 + unit: "{request}"
707 metric_type: monotonic_count
708 metric_tags:
709 - tag: pool
@@ -554,6 +717,8 @@ metrics:
717 symbol:
718 OID: 1.3.6.1.4.1.3375.2.2.5.3.1
719 name: ltmPoolMemberNumber
720 + description: The number of ltmPoolMember entries in the table
721 + unit: "{member}"
722
723 - MIB: F5-BIGIP-LOCAL-MIB
724 table:
@@ -563,16 +728,28 @@ metrics:
728 # Gauges
729 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.5
730 name: ltmPoolMemberConnLimit
731 + description: The maximum connections allowed to the specified pool member
732 + unit: "{connection}"
733 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.6
734 name: ltmPoolMemberRatio
735 + description: The load balancing ratio of the specified pool member used in pool member ratio load balancing mode
736 + unit: "{ratio}"
737 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.9
738 name: ltmPoolMemberDynamicRatio
739 + description: The dynamic ratio for the specified pool member used in load balance algorithm
740 + unit: "{ratio}"
741 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.10
742 name: ltmPoolMemberMonitorState
743 + description: The internal tmm monitor state for the specified node address
744 + unit: "TBD"
745 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.11
746 name: ltmPoolMemberMonitorStatus
747 + description: The hierarchical load balance state for the specified node address including parent status
748 + unit: "TBD"
749 - OID: 1.3.6.1.4.1.3375.2.2.5.3.2.1.13
750 name: ltmPoolMemberSessionStatus
751 + description: The hierarchical status of the session including parent status for the specified pool member
752 + unit: "TBD"
753 metric_tags:
754 - tag: pool
755 symbol:
@@ -624,25 +801,45 @@ metrics:
801 # Counters (= rates)
802 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.5
803 name: ltmPoolMemberStatServerPktsIn
804 + description: The number of packets received by the specified pool member from server-side
805 + unit: "{packet}"
806 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.6
807 name: ltmPoolMemberStatServerBytesIn
808 + description: The number of bytes received by the specified pool member from server-side
809 + unit: "By"
810 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.7
811 name: ltmPoolMemberStatServerPktsOut
812 + description: The number of packets sent to server-side from the specified pool member
813 + unit: "{packet}"
814 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.8
815 name: ltmPoolMemberStatServerBytesOut
816 + description: The number of bytes sent to server-side from the specified pool member
817 + unit: "By"
818 # Gauges
819 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.11
820 name: ltmPoolMemberStatServerCurConns
821 + description: The current connections from server-side to the pool member
822 + unit: "{connection}"
823 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.22
824 name: ltmPoolMemberStatConnqDepth
825 + description: Number of connections currently in queue, sum
826 + unit: "{connection}"
827 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.23
828 name: ltmPoolMemberStatConnqAgeHead
829 + description: Age in milliseconds of the oldest queue entry, max
830 + unit: "ms"
831 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.29
832 name: ltmPoolMemberStatCurSessions
833 + description: The number of current sessions going through the specified pool member
834 + unit: "{session}"
835 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.30
836 name: ltmPoolMemberStatCurrentConnsPerSec
837 + description: The number of current connections per second to the specified pool member
838 + unit: "1.s"
839 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.31
840 name: ltmPoolMemberStatDurationRateExceeded
841 + description: Duration of time in seconds the specified pool member has exceeded the configured connection rate limit
842 + unit: "s"
843 metric_tags:
844 - tag: pool
845 symbol:
@@ -660,10 +857,16 @@ metrics:
857 symbols:
858 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.10
859 name: ltmPoolMemberStatServerTotConns
860 + description: The total connections from server-side to the specified pool member
861 + unit: "{connection}"
862 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.19
863 name: ltmPoolMemberStatTotRequests
864 + description: The total number of requests going through the specified pool member
865 + unit: "{request}"
866 - OID: 1.3.6.1.4.1.3375.2.2.5.4.3.1.27
867 name: ltmPoolMemberStatConnqServiced
868 + description: Number of entries that have been removed from the queue, sum
869 + unit: "{connection}"
870 metric_type: monotonic_count
871 metric_tags:
872 - tag: pool
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fireeye.yaml
+38
@@ -19,6 +19,8 @@ metrics:
19 symbols:
20 - OID: 1.3.6.1.2.1.25.3.3.1.2
21 name: cpu.usage
22 + description: Average percentage of time that this processor was not idle
23 + unit: "%"
24 metric_tags:
25 - tag: hr_processor_frw_id
26 symbol:
@@ -28,14 +30,20 @@ metrics:
30 symbol:
31 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 = Physical memory
32 name: memory.total
33 + description: Amount of physical memory allocated in units of allocation units
34 + unit: "By"
35 - MIB: HOST-RESOURCES-MIB
36 symbol:
37 OID: 1.3.6.1.2.1.25.2.3.1.6.6 # hrStorageUsed.6 = Memory buffers
38 name: feMemoryBuffers
39 + description: Amount of memory used for buffers in units of allocation units
40 + unit: "By"
41 - MIB: HOST-RESOURCES-MIB
42 symbol:
43 OID: 1.3.6.1.2.1.25.2.3.1.6.7 # hrStorageUsed.7 = Cached memory
44 name: feCachedMemory
45 + description: Amount of cached memory in units of allocation units
46 + unit: "By"
47 # - MIB: FE-FIREEYE-MIB
48 # symbol:
49 # OID: 1.3.6.1.4.1.25597.11.5.1.10.0
@@ -75,6 +83,8 @@ metrics:
83 symbols:
84 - name: fePhysicalDisk
85 constant_value_one: true
86 + description: Physical disk entity
87 + unit: "{physical_disk}"
88 metric_tags:
89 - symbol:
90 OID: 1.3.6.1.4.1.25597.11.2.1.3.1.2
@@ -109,68 +119,96 @@ metrics:
119 symbol:
120 OID: 1.3.6.1.4.1.25597.13.1.1.0
121 name: feTotalEmailCount
122 + description: Count of all emails coming into postfix including those without URL or attachment
123 + unit: "{email}"
124 metric_type: monotonic_count
125 - MIB: FE-FIREEYE-MIB
126 symbol:
127 OID: 1.3.6.1.4.1.25597.13.1.4.0
128 name: feInfectedEmailCount
129 + description: Count of all emails determined to be malicious
130 + unit: "{email}"
131 metric_type: monotonic_count
132 - MIB: FE-FIREEYE-MIB
133 symbol:
134 OID: 1.3.6.1.4.1.25597.13.1.7.0
135 name: feAnalyzedEmailCount
136 + description: Cumulative count of all emails analyzed
137 + unit: "{email}"
138 metric_type: monotonic_count
139 - MIB: FE-FIREEYE-MIB
140 symbol:
141 OID: 1.3.6.1.4.1.25597.13.1.10.0
142 name: feTotalUrlCount
143 + description: Count of all URLs received whether processed or not
144 + unit: "{url}"
145 metric_type: monotonic_count
146 - MIB: FE-FIREEYE-MIB
147 symbol:
148 OID: 1.3.6.1.4.1.25597.13.1.13.0
149 name: feInfectedUrlCount
150 + description: Count of all URLs determined to be malicious
151 + unit: "{url}"
152 metric_type: monotonic_count
153 - MIB: FE-FIREEYE-MIB
154 symbol:
155 OID: 1.3.6.1.4.1.25597.13.1.16.0
156 name: feAnalyzedUrlCount
157 + description: Cumulative count of all URLs analyzed
158 + unit: "{url}"
159 metric_type: monotonic_count
160 - MIB: FE-FIREEYE-MIB
161 symbol:
162 OID: 1.3.6.1.4.1.25597.13.1.19.0
163 name: feTotalAttachmentCount
164 + description: Count of all attachments received whether processed or not
165 + unit: "{attachment}"
166 metric_type: monotonic_count
167 - MIB: FE-FIREEYE-MIB
168 symbol:
169 OID: 1.3.6.1.4.1.25597.13.1.22.0
170 name: feInfectedAttachmentCount
171 + description: Count of all attachments determined to be malicious
172 + unit: "{attachment}"
173 metric_type: monotonic_count
174 - MIB: FE-FIREEYE-MIB
175 symbol:
176 OID: 1.3.6.1.4.1.25597.13.1.25.0
177 name: feAnalyzedAttachmentCount
178 + description: Cumulative count of all attachments analyzed for maliciousness
179 + unit: "{attachment}"
180 metric_type: monotonic_count
181 - MIB: FE-FIREEYE-MIB
182 symbol:
183 OID: 1.3.6.1.4.1.25597.13.1.40.0
184 name: feeQuarantineUsage
185 + description: Consumed capacity as percentage of max capacity
186 + unit: "%"
187 - MIB: FE-FIREEYE-MIB
188 symbol:
189 OID: 1.3.6.1.4.1.25597.13.1.44.0
190 name: feDeferredEmailCount
191 + description: Count of deferred emails representing current snapshot value
192 + unit: "{email}"
193 - MIB: FE-FIREEYE-MIB
194 symbol:
195 OID: 1.3.6.1.4.1.25597.13.1.45.0
196 name: feHoldQueueEmailCount
197 + description: Count of emails in the hold queue representing current snapshot value
198 + unit: "{email}"
199 - MIB: FE-FIREEYE-MIB
200 symbol:
201 OID: 1.3.6.1.4.1.25597.15.1.1.0
202 name: feTotalObjectAnalyzedCount
203 + description: Count of all objects analyzed including all children of any samples
204 + unit: "{object}"
205 metric_type: monotonic_count
206 - MIB: FE-FIREEYE-MIB
207 symbol:
208 OID: 1.3.6.1.4.1.25597.15.1.4.0
209 name: feTotalMaliciousObjectCount
210 + description: Count of all malicious samples detected
211 + unit: "{object}"
212 metric_type: monotonic_count
213 metric_tags:
214 - tag: fe_hardware_model
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-appliance.yaml
+24
@@ -73,30 +73,44 @@ metrics:
73 symbol:
74 name: cpu.usage
75 OID: 1.3.6.1.4.1.12356.103.2.1.1.0
76 + description: Current CPU usage (percentage)
77 + unit: "%"
78 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
79 symbol:
80 name: memory.used
81 OID: 1.3.6.1.4.1.12356.103.2.1.2.0
82 + description: Current memory used
83 + unit: "kBy"
84 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
85 symbol:
86 name: memory.total
87 OID: 1.3.6.1.4.1.12356.103.2.1.3.0
88 + description: Total physical and swap memory installed
89 + unit: "kBy"
90 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
91 symbol:
92 name: fmSysDiskUsage
93 OID: 1.3.6.1.4.1.12356.103.2.1.4.0
94 + description: Current hard disk usage
95 + unit: "MBy"
96 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
97 symbol:
98 name: fmSysDiskCapacity
99 OID: 1.3.6.1.4.1.12356.103.2.1.5.0
100 + description: Total hard disk capacity
101 + unit: "MBy"
102 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
103 symbol:
104 name: fmSysCpuUsageExcludedNice
105 OID: 1.3.6.1.4.1.12356.103.2.1.6.0
106 + description: Current CPU usage excluded nice processes usage (percentage)
107 + unit: "%"
108 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
109 symbol:
110 name: fmLogRate
111 OID: 1.3.6.1.4.1.12356.103.2.1.9.0
112 + description: Log receiving rate in number of logs per second
113 + unit: "{log}"
114 # - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
115 # symbol:
116 # name: fmRaidLevel
@@ -137,10 +151,14 @@ metrics:
151 symbol:
152 name: fmRaidSize
153 OID: 1.3.6.1.4.1.12356.103.7.1.3.0
154 + description: Raid size in GB
155 + unit: "GBy"
156 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
157 symbol:
158 name: fmRaidDiskNumber
159 OID: 1.3.6.1.4.1.12356.103.7.1.4.0
160 + description: Disk numbers in the Raid
161 + unit: "{disk}"
162 # - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
163 # symbol:
164 # name: fmHaMode
@@ -155,10 +173,14 @@ metrics:
173 symbol:
174 name: fmHaClusterId
175 OID: 1.3.6.1.4.1.12356.103.9.1.2.0
176 + description: Ha cluster ID
177 + unit: "TBD"
178 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
179 symbol:
180 name: fmHaPeerNumber
181 OID: 1.3.6.1.4.1.12356.103.9.1.3.0
182 + description: Peer numbers in the Ha
183 + unit: "{peer}"
184 - MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
185 table:
186 OID: 1.3.6.1.4.1.12356.103.6.2
@@ -270,6 +292,8 @@ metrics:
292 symbols:
293 - name: fmRaidDiskEntSize
294 OID: 1.3.6.1.4.1.12356.103.7.2.1.3
295 + description: Raid disk size in GB
296 + unit: "GBy"
297 metric_tags:
298 - symbol:
299 OID: 1.3.6.1.4.1.12356.103.7.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-fortigate.yaml
+60
@@ -74,6 +74,8 @@ metrics:
74 # Current CPU usage (percentage).
75 OID: 1.3.6.1.4.1.12356.101.4.1.3.0
76 name: fgSysCpuUsage
77 + description: Current CPU usage (percentage)
78 + unit: "%"
79
80 ### Processors
81 # Only valid for processors types that support these statistics.
@@ -86,12 +88,18 @@ metrics:
88 # The total number of packets received by this processor.
89 - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.6
90 name: fgProcessorPktRxCount
91 + description: Number of packets received by this processor
92 + unit: "{packet}"
93 # The total number of packets transmitted by this processor.
94 - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.7
95 name: fgProcessorPktTxCount
96 + description: Number of packets transmitted by this processor
97 + unit: "{packet}"
98 # The total number of packets dropped by this processor.
99 - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.8
100 name: fgProcessorPktDroppedCount
101 + description: Number of packets dropped by this processor
102 + unit: "{packet}"
103 metric_tags:
104 # A unique identifier within the fgProcessorTable.
105 - tag: processor_index
@@ -106,9 +114,13 @@ metrics:
114 # The processor's CPU usage (percentage), which is an average calculated over the last minute.
115 - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.2
116 name: fgProcessorUsage
117 + description: Processor CPU usage (percentage) averaged over last minute
118 + unit: "%"
119 # The processor's CPU system space usage, which is an average calculated over the last minute.
120 - OID: 1.3.6.1.4.1.12356.101.4.4.2.1.10
121 name: fgProcessorSysUsage
122 + description: Processor CPU system space usage averaged over last minute
123 + unit: "%"
124 metric_tags:
125 # A unique identifier within the fgProcessorTable.
126 - tag: processor_index
@@ -122,21 +134,29 @@ metrics:
134 # Current memory utilization (percentage).
135 OID: 1.3.6.1.4.1.12356.101.4.1.4.0
136 name: fgSysMemUsage
137 + description: Current memory utilization (percentage)
138 + unit: "%"
139 - MIB: FORTINET-FORTIGATE-MIB
140 symbol:
141 # Total physical memory (RAM) installed (KB).
142 OID: 1.3.6.1.4.1.12356.101.4.1.5.0
143 name: fgSysMemCapacity
144 + description: Total physical memory installed in kilobytes
145 + unit: "kBy"
146 - MIB: FORTINET-FORTIGATE-MIB
147 symbol:
148 # Current lowmem utilization (percentage). Lowmem is memory available for the kernel's own data structures and kernel specific tables. The system can get into a bad state if it runs out of lowmem.
149 OID: 1.3.6.1.4.1.12356.101.4.1.9.0
150 name: fgSysLowMemUsage
151 + description: Current low memory utilization (percentage)
152 + unit: "%"
153 - MIB: FORTINET-FORTIGATE-MIB
154 symbol:
155 # Total lowmem capacity (KB). See fgSysLowMemUsage for the description of lowmem.
156 OID: 1.3.6.1.4.1.12356.101.4.1.10.0
157 name: fgSysLowMemCapacity
158 + description: Total low memory capacity in kilobytes
159 + unit: "kBy"
160
161 ### Disk
162 - MIB: FORTINET-FORTIGATE-MIB
@@ -144,11 +164,15 @@ metrics:
164 # Current hard disk usage (MB), if disk is present.
165 OID: 1.3.6.1.4.1.12356.101.4.1.6.0
166 name: fgSysDiskUsage
167 + description: Current hard disk usage in megabytes
168 + unit: "MBy"
169 - MIB: FORTINET-FORTIGATE-MIB
170 symbol:
171 # Total hard disk capacity (MB), if disk is present.
172 OID: 1.3.6.1.4.1.12356.101.4.1.7.0
173 name: fgSysDiskCapacity
174 + description: Total hard disk capacity in megabytes
175 + unit: "MBy"
176
177 ### Virtual Domains
178 # A table of virtual domains configured on the device.
@@ -160,21 +184,33 @@ metrics:
184 # Operation mode of the virtual domain: nat(1), transparent(2)
185 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.3
186 name: fgVdEntOpMode
187 + description: Operation mode of the virtual domain (nat or transparent)
188 + unit: "TBD"
189 # HA cluster member state of the virtual domain on this device: master(1), backup(2), standalone(3)
190 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.4
191 name: fgVdEntHaState
192 + description: HA cluster member state of the virtual domain
193 + unit: "TBD"
194 # CPU usage of the virtual domain (percentage).
195 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.5
196 name: fgVdEntCpuUsage
197 + description: CPU usage of the virtual domain (percentage)
198 + unit: "%"
199 # Memory usage of the virtual domain (percentage).
200 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.6
201 name: fgVdEntMemUsage
202 + description: Memory usage of the virtual domain (percentage)
203 + unit: "%"
204 # Number of active sessions on the virtual domain.
205 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.7
206 name: fgVdEntSesCount
207 + description: Number of active sessions on the virtual domain
208 + unit: "{session}"
209 # The session setup rate on the virtual domain.
210 - OID: 1.3.6.1.4.1.12356.101.3.2.1.1.8
211 name: fgVdEntSesRate
212 + description: Session setup rate on the virtual domain
213 + unit: "1.s"
214 metric_tags:
215 - tag: virtualdomain_index
216 symbol:
@@ -215,11 +251,15 @@ metrics:
251 # The number of virtual domains in vdTable.
252 OID: 1.3.6.1.4.1.12356.101.3.1.1.0
253 name: fgVdNumber
254 + description: Number of virtual domains in vdTable
255 + unit: "{virtual_domain}"
256 - MIB: FORTINET-FORTIGATE-MIB
257 symbol:
258 # The maximum number of virtual domains allowed on the device as allowed by hardware and/or licensing.
259 OID: 1.3.6.1.4.1.12356.101.3.1.2.0
260 name: fgVdMaxVdoms
261 + description: Maximum number of virtual domains allowed on the device
262 + unit: "{virtual_domain}"
263
264 ### Interfaces
265 # Fortinet specific extensions to MIB-2 ifTable.
@@ -250,31 +290,43 @@ metrics:
290 # Number of active sessions on the device.
291 OID: 1.3.6.1.4.1.12356.101.4.1.8.0
292 name: fgSysSesCount
293 + description: Number of active sessions on the device
294 + unit: "{session}"
295 - MIB: FORTINET-FORTIGATE-MIB
296 symbol:
297 # The average session setup rate over the past minute.
298 OID: 1.3.6.1.4.1.12356.101.4.1.11.0
299 name: fgSysSesRate1
300 + description: Average session setup rate over the past minute
301 + unit: "1.s"
302 - MIB: FORTINET-FORTIGATE-MIB
303 symbol:
304 # Number of active ipv6 sessions on the device.
305 OID: 1.3.6.1.4.1.12356.101.4.1.15.0
306 name: fgSysSes6Count
307 + description: Number of active IPv6 sessions on the device
308 + unit: "{session}"
309 - MIB: FORTINET-FORTIGATE-MIB
310 symbol:
311 # The average ipv6 session setup rate over the past minute.
312 OID: 1.3.6.1.4.1.12356.101.4.1.16.0
313 name: fgSysSes6Rate1
314 + description: Average IPv6 session setup rate over the past minute
315 + unit: "1.s"
316 - MIB: FORTINET-FORTIGATE-MIB
317 symbol:
318 # HTTP proxy current connections.
319 OID: 1.3.6.1.4.1.12356.101.10.100.4.0
320 name: fgApHTTPConnections
321 + description: Current number of HTTP proxy connections
322 + unit: "{connection}"
323 - MIB: FORTINET-FORTIGATE-MIB
324 symbol:
325 # Maximum number of connections supported by HTTP proxy.
326 OID: 1.3.6.1.4.1.12356.101.10.100.5.0
327 name: fgApHTTPMaxConnections
328 + description: Maximum number of connections supported by HTTP proxy
329 + unit: "{connection}"
330
331 ### Firewall
332 # Firewall policy statistics table.
@@ -287,9 +339,13 @@ metrics:
339 # Number of packets matched to policy (passed or blocked, depending on policy action). Count is from the time the policy became active.
340 - OID: 1.3.6.1.4.1.12356.101.5.1.2.1.1.2
341 name: fgFwPolPktCount
342 + description: Number of packets matched to firewall policy
343 + unit: "{packet}"
344 # Number of bytes in packets matching the policy.
345 - OID: 1.3.6.1.4.1.12356.101.5.1.2.1.1.3
346 name: fgFwPolByteCount
347 + description: Number of bytes in packets matching firewall policy
348 + unit: "By"
349 metric_tags:
350 # Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
351 - index: 1
@@ -307,9 +363,13 @@ metrics:
363 # Number of packets matched to policy (passed or blocked, depending on policy action). Count is from the time the policy became active.
364 - OID: 1.3.6.1.4.1.12356.101.5.1.2.2.1.2
365 name: fgFwPol6PktCount
366 + description: Number of packets matched to firewall policy6
367 + unit: "{packet}"
368 # Number of bytes in packets matching the policy. See fgFwPol6PktCount.
369 - OID: 1.3.6.1.4.1.12356.101.5.1.2.2.1.3
370 name: fgFwPol6ByteCount
371 + description: Number of bytes in packets matching firewall policy6
372 + unit: "By"
373 metric_tags:
374 # Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
375 - index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-fortiswitch.yaml
+10
@@ -15,22 +15,32 @@ metrics:
15 symbol:
16 name: cpu.usage
17 OID: 1.3.6.1.4.1.12356.106.4.1.2.0
18 + description: Current CPU usage (percentage)
19 + unit: "%"
20 - MIB: FORTINET-FORTISWITCH-MIB
21 symbol:
22 name: memory.used
23 OID: 1.3.6.1.4.1.12356.106.4.1.3.0
24 + description: Current system memory usage (KB)
25 + unit: "kBy"
26 - MIB: FORTINET-FORTISWITCH-MIB
27 symbol:
28 name: memory.total
29 OID: 1.3.6.1.4.1.12356.106.4.1.4.0
30 + description: Total physical memory (RAM) installed (KB)
31 + unit: "kBy"
32 - MIB: FORTINET-FORTISWITCH-MIB
33 symbol:
34 name: fsSysDiskUsage
35 OID: 1.3.6.1.4.1.12356.106.4.1.5.0
36 + description: Current hard disk usage (KB), if disk is present
37 + unit: "kBy"
38 - MIB: FORTINET-FORTISWITCH-MIB
39 symbol:
40 name: fsSysDiskCapacity
41 OID: 1.3.6.1.4.1.12356.106.4.1.6.0
42 + description: Total hard disk capacity (KB), if disk is present
43 + unit: "kBy"
44 metric_tags:
45 - OID: 1.3.6.1.4.1.12356.106.1.1.1.0
46 symbol: fsSysSerial
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet.yaml
-1
@@ -14,4 +14,3 @@ metadata:
14 sysobjectid:
15 - 1.3.6.1.4.1.12356.103.* # Fortinet Appliance
16 - 1.3.6.1.4.1.12356.106.* # Fortinet fortiswitch
17 -
\ No newline at end of file
src/go/plugin/go.d/config/go.d/snmp.profiles/default/gigamon.yaml
+7 -1
@@ -17,14 +17,20 @@ sysobjectid:
17 # name: cpu.usage
18 # OID: 1.3.6.1.4.1.26866.2.18.4.0
19 # extract_value: '(\d+)'.
20 +# description: Cpu usage
21 +# unit: "%"
22 # - MIB: GIGAMON-SNMP-MIB
23 # symbol:
24 # name: memory.total
25 # OID: 1.3.6.1.4.1.26866.2.19.1.0
26 +# description: Total memory
27 +# unit: "By"
28 # - MIB: GIGAMON-SNMP-MIB
29 # symbol:
30 # name: memory.free
31 # OID: 1.3.6.1.4.1.26866.2.19.2.0
32 +# description: Free memory
33 +# unit: "By"
34 # The latest version we could find (from 2018) doesn't contain these metrics
35 # https://github.com/librenms/librenms/blob/master/mibs/gigamon/GIGAMON-SNMP-MIB
30 -# keeping this until we can confirm furthermore these metrics
\ No newline at end of file
36 +# keeping this until we can confirm furthermore these metrics
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hp-h3c-switch.yaml
+6
@@ -19,6 +19,8 @@ metrics:
19 symbols:
20 - OID: 1.3.6.1.4.1.25506.2.6.1.4.1.1.3
21 name: hh3cProcessUtil5Min
22 + description: "General idea of how busy a process caused the processor to be over a 5 minute period"
23 + unit: "%"
24 metric_tags:
25 - symbol:
26 OID: 1.3.6.1.4.1.25506.2.6.1.4.1.1.1
@@ -35,6 +37,8 @@ metrics:
37 symbols:
38 - OID: 1.3.6.1.4.1.25506.2.6.1.1.1.1.6
39 name: cpu.usage
40 + description: "Cpu usage for this entity"
41 + unit: "%"
42 metric_tags:
43 - MIB: HH3C-ENTITY-EXT-MIB
44 symbol:
@@ -57,6 +61,8 @@ metrics:
61 symbols:
62 - OID: 1.3.6.1.4.1.25506.2.6.1.1.1.1.8
63 name: memory.usage
64 + description: "Memory usage for the entity"
65 + unit: "%"
66 metric_tags:
67 - MIB: HH3C-ENTITY-EXT-MIB
68 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hp-icf-switch.yaml
+6
@@ -16,6 +16,8 @@ metrics:
16 symbol:
17 name: cpu.usage
18 OID: 1.3.6.1.4.1.11.2.14.11.5.1.9.6.1.0
19 + description: The CPU utilization in percent(%).
20 + unit: "%"
21 - MIB: NETSWITCH-MIB
22 table:
23 name: hpLocalMemTable
@@ -23,8 +25,12 @@ metrics:
25 symbols:
26 - name: memory.total
27 OID: 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.5
28 + description: The number of currently installed bytes.
29 + unit: "By"
30 - name: memory.free
31 OID: 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.6
32 + description: The number of available (unallocated) bytes.
33 + unit: "By"
34 metric_tags:
35 - symbol:
36 OID: 1.3.6.1.4.1.11.2.14.11.5.1.1.2.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hp-ilo.yaml
+92 -40
@@ -21,120 +21,166 @@ metadata:
21 metrics:
22 # iLO controller metrics.
23
24 - - # Power state.
24 + # Power state.
25 # NOTE: unknown(1), poweredOff(2), poweredOn(3), insufficientPowerOrPowerOnDenied(4)
26 - MIB: CPQSM2-MIB
26 + - MIB: CPQSM2-MIB
27 symbol:
28 OID: 1.3.6.1.4.1.232.9.2.2.32.0
29 name: cpqSm2CntlrServerPowerState
30 + description: Power state of the server
31 + unit: "{state}"
32
31 - - # Status of battery.
33 + # Status of battery.
34 # NOTE: other(1), batteryOk(2), batteryFailed(3), batteryDisconnected(4)
33 - MIB: CPQSM2-MIB
35 + - MIB: CPQSM2-MIB
36 symbol:
37 OID: 1.3.6.1.4.1.232.9.2.2.5.0
38 name: cpqSm2CntlrBatteryStatus
39 + description: Status of the battery
40 + unit: "{state}"
41
38 - - # Charge level of battery.
39 - MIB: CPQSM2-MIB
42 + # Charge level of battery.
43 + - MIB: CPQSM2-MIB
44 symbol:
45 OID: 1.3.6.1.4.1.232.9.2.2.6.0
46 name: cpqSm2CntlrBatteryPercentCharged
47 + description: Charge level of the battery
48 + unit: "%"
49
44 - - # A bitmap of self-test errors.
50 + # A bitmap of self-test errors.
51 # NOTE: 0 indicates that no errors have occurred.
46 - MIB: CPQSM2-MIB
52 + - MIB: CPQSM2-MIB
53 symbol:
54 OID: 1.3.6.1.4.1.232.9.2.2.9.0
55 name: cpqSm2CntlrSelfTestErrors
56 + description: Bitmap of self-test errors
57 + unit: "{error}"
58
51 - - # Whether a remote session is active.
59 + # Whether a remote session is active.
60 # NOTE: other(1), active(2), inactive(3)
53 - MIB: CPQSM2-MIB
61 + - MIB: CPQSM2-MIB
62 symbol:
63 OID: 1.3.6.1.4.1.232.9.2.2.16.0
64 name: cpqSm2CntlrRemoteSessionStatus
65 + description: Status of remote session activity
66 + unit: "{state}"
67
58 - - # Status of the remote interface.
68 + # Status of the remote interface.
69 # NOTE: other(1), ok(2), notResponding(3)
60 - MIB: CPQSM2-MIB
70 + - MIB: CPQSM2-MIB
71 symbol:
72 OID: 1.3.6.1.4.1.232.9.2.2.17.0
73 name: cpqSm2CntlrInterfaceStatus
74 + description: Status of the remote interface
75 + unit: "{state}"
76
77 # Event log.
78
67 - - # Number of entries in the event log.
68 - MIB: CPQSM2-MIB
79 + # Number of entries in the event log.
80 + - MIB: CPQSM2-MIB
81 symbol:
82 OID: 1.3.6.1.4.1.232.9.2.3.1.0
83 name: cpqSm2EventTotalEntries
84 + description: Number of entries in the event log
85 + unit: "{entry}"
86
87 # Network interfaces and traffic.
88
75 - - # Network interface card statistics.
76 - MIB: CPQSM2-MIB
89 + # Network interface card statistics.
90 + - MIB: CPQSM2-MIB
91 table:
92 OID: 1.3.6.1.4.1.232.9.2.5.2
93 name: cpqSm2NicStatsTable
94 symbols:
95 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.2
96 name: cpqSm2NicXmitBytes
97 + description: Number of bytes transmitted by the network interface controller
98 + unit: "By"
99 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.3
100 name: cpqSm2NicXmitTotalPackets
101 + description: Total number of packets transmitted by the network interface controller
102 + unit: "{packet}"
103 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.6
104 name: cpqSm2NicXmitDiscardPackets
105 + description: Total number of discarded packets transmitted by the network interface controller
106 + unit: "{packet}"
107 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.7
108 name: cpqSm2NicXmitErrorPackets
109 + description: Total number of error packets transmitted by the network interface controller
110 + unit: "{packet}"
111 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.8
112 name: cpqSm2NicXmitQueueLength
113 + description: Number of outstanding packets in the transmit queue
114 + unit: "{packet}"
115 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.9
116 name: cpqSm2NicRecvBytes
117 + description: Number of bytes received by the network interface controller
118 + unit: "By"
119 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.10
120 name: cpqSm2NicRecvTotalPackets
121 + description: Total number of packets received by the network interface controller
122 + unit: "{packet}"
123 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.13
124 name: cpqSm2NicRecvDiscardPackets
125 + description: Total number of discarded packets received by the network interface controller
126 + unit: "{packet}"
127 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.14
128 name: cpqSm2NicRecvErrorPackets
129 + description: Total number of error packets received by the network interface controller
130 + unit: "{packet}"
131 - OID: 1.3.6.1.4.1.232.9.2.5.2.1.15
132 name: cpqSm2NicRecvUnknownPackets
133 + description: Number of unknown protocol packets received by the network interface controller
134 + unit: "{packet}"
135 metric_type: monotonic_count # Sent as Counter (would be ingested as rates if not forced).
136 metric_tags:
103 - - # Location of the controller (embedded controller vs. PC card).
137 + # Location of the controller (embedded controller vs. PC card).
138 # NOTE: other(1), embedded(2), pcmcia(3)
105 - tag: nic_stats_location
139 + - tag: nic_stats_location
140 symbol:
141 OID: 1.3.6.1.4.1.232.9.2.5.2.1.1
142 name: cpqSm2NicStatsLocation
143
110 - - # Network physical adapters statistics (counts).
111 - MIB: CPQNIC-MIB
144 + # Network physical adapters statistics (counts).
145 + - MIB: CPQNIC-MIB
146 table:
147 OID: 1.3.6.1.4.1.232.18.2.3.1
148 name: cpqNicIfPhysAdapterTable
149 symbols:
116 - - # Number of frames successfully transmitted.
117 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.16
150 + # Number of frames successfully transmitted.
151 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.16
152 name: cpqNicIfPhysAdapterGoodTransmits
119 - - # Number of frames successfully received.
120 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.17
153 + description: Count of frames successfully transmitted by the physical adapter
154 + unit: "{frame}"
155 + # Number of frames successfully received.
156 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.17
157 name: cpqNicIfPhysAdapterGoodReceives
122 - - # Number of frames not transmitted because of an error.
158 + description: Count of frames successfully received by the physical adapter
159 + unit: "{frame}"
160 + # Number of frames not transmitted because of an error.
161 # NOTE: this is the sum of 4 other metrics. (As a result, we don't submit those 4 metrics.)
162 # NOTE: MIB recommends looking at details stats and take action if this counter increments frequently.
125 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.18
163 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.18
164 name: cpqNicIfPhysAdapterBadTransmits
127 - - # Number of frames not received because of an error.
165 + description: Count of frames not transmitted due to errors by the physical adapter
166 + unit: "{frame}"
167 + # Number of frames not received because of an error.
168 # NOTE: this is the sum of 4 other metrics. (As a result, we don't submit those 4 metrics.)
169 # NOTE: MIB recommends looking at details stats and take action if this counter increments frequently.
130 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.19
170 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.19
171 name: cpqNicIfPhysAdapterBadReceives
132 - - # Number of octets received.
133 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.37
172 + description: Count of frames not received due to errors by the physical adapter
173 + unit: "{frame}"
174 + # Number of octets received.
175 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.37
176 name: cpqNicIfPhysAdapterInOctets
135 - - # Number of octets sent.
136 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.38
177 + description: Count of octets received on the physical adapter
178 + unit: "By"
179 + # Number of octets sent.
180 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.38
181 name: cpqNicIfPhysAdapterOutOctets
182 + description: Count of octets sent on the physical adapter
183 + unit: "By"
184 metric_type: monotonic_count # Sent as Counters (not forcing would make us ingest them as rates).
185 metric_tags:
186 - tag: interface
@@ -142,19 +188,23 @@ metrics:
188 OID: 1.3.6.1.4.1.232.18.2.3.1.1.39
189 name: cpqNicIfPhysAdapterName
190
145 - - # Network physical adapters statistics (rates).
146 - MIB: CPQNIC-MIB
191 + # Network physical adapters statistics (rates).
192 + - MIB: CPQNIC-MIB
193 table:
194 OID: 1.3.6.1.4.1.232.18.2.3.1
195 name: cpqNicIfPhysAdapterTable
196 symbols:
151 - - # Estimate of current bandwidth in bps.
197 + # Estimate of current bandwidth in bps.
198 # NOTE: this is zero if the value exceeds 4Gbps.
153 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.33
199 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.33
200 name: cpqNicIfPhysAdapterSpeed
155 - - # Estimate of current bandwidth in Mbps.
156 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.36
201 + description: Estimate of the interface's current bandwidth in bits per second
202 + unit: "bit/s"
203 + # Estimate of current bandwidth in Mbps.
204 + - OID: 1.3.6.1.4.1.232.18.2.3.1.1.36
205 name: cpqNicIfPhysAdapterSpeedMbps
206 + description: Estimate of the interface's current bandwidth in Megabits per second
207 + unit: "Mbit/s"
208 # NOTE: no 'metric_type', as these are correctly sent as gauges.
209 metric_tags:
210 - tag: interface
@@ -164,9 +214,11 @@ metrics:
214
215 # Miscellaneous.
216
167 - - # Virus activity detection.
217 + # Virus activity detection.
218 # NOTE: notDetected(1), detected(2)
169 - MIB: CPQNIC-MIB
219 + - MIB: CPQNIC-MIB
220 symbol:
221 OID: 1.3.6.1.4.1.232.18.2.5.3.0
222 name: cpqNicVtVirusActivity
223 + description: Virus activity detection status
224 + unit: "{state}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-bladesystem-enclosure.yaml
+24
@@ -13,6 +13,8 @@ metrics:
13 symbols:
14 - name: cpqRackCommonEnclosureTempCurrent
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 metric_tags:
19 - symbol:
20 OID: 1.3.6.1.4.1.232.22.2.3.1.2.1.4
@@ -47,6 +49,8 @@ metrics:
49 symbols:
50 - name: cpqRackCommonEnclosureFan
51 constant_value_one: true
52 + description: Fan presence indicator
53 + unit: "{fan}"
54 metric_tags:
55 - symbol:
56 OID: 1.3.6.1.4.1.232.22.2.3.1.3.1.5
@@ -100,6 +104,8 @@ metrics:
104 symbols:
105 - name: cpqRackCommonEnclosureFuse
106 constant_value_one: true
107 + description: Fuse presence indicator
108 + unit: "{fuse}"
109 metric_tags:
110 - symbol:
111 OID: 1.3.6.1.4.1.232.22.2.3.1.4.1.4
@@ -132,6 +138,8 @@ metrics:
138 symbols:
139 - name: cpqRackCommonEnclosureManager
140 constant_value_one: true
141 + description: Manager presence indicator
142 + unit: "{manager}"
143 metric_tags:
144 - symbol:
145 OID: 1.3.6.1.4.1.232.22.2.3.1.6.1.4
@@ -192,6 +200,8 @@ metrics:
200 symbols:
201 - name: cpqRackPowerEnclosure
202 constant_value_one: true
203 + description: Power enclosure presence indicator
204 + unit: "{power_enclosure}"
205 metric_tags:
206 - symbol:
207 OID: 1.3.6.1.4.1.232.22.2.3.3.1.1.3
@@ -249,8 +259,12 @@ metrics:
259 symbols:
260 - name: cpqRackServerBladeFaultMajor
261 OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.22
262 + description: The major fault code of the blade fault reported by the enclosure manager
263 + unit: "{fault_code}"
264 - name: cpqRackServerBladeFaultMinor
265 OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.23
266 + description: The minor fault code of the blade fault reported by the enclosure manager
267 + unit: "{fault_code}"
268 # - name: cpqRackServerBladeFaultDiagnosticString
269 # OID: 1.3.6.1.4.1.232.22.2.4.1.1.1.24
270 # string metric is not supported yet (keep this metric and this comment in profile until it's fixed)
@@ -342,6 +356,8 @@ metrics:
356 symbols:
357 - name: cpqRackServerTempSensorCurrent
358 OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.8
359 + description: This is the current temperature sensor reading in degrees celsius
360 + unit: "Cel"
361 metric_tags:
362 - symbol:
363 OID: 1.3.6.1.4.1.232.22.2.4.3.1.1.4
@@ -376,10 +392,16 @@ metrics:
392 symbols:
393 - name: cpqRackPowerSupplyCurPwrOutput
394 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.10
395 + description: The current power output of the power supply in watts
396 + unit: "W"
397 - name: cpqRackPowerSupplyIntakeTemp
398 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.12
399 + description: The current air temperature at the intake of the power supply in degrees celsius
400 + unit: "Cel"
401 - name: cpqRackPowerSupplyExhaustTemp
402 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.13
403 + description: The current air temperature at the exhaust of the power supply in degrees celsius
404 + unit: "Cel"
405 metric_tags:
406 - symbol:
407 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.4
@@ -405,6 +427,8 @@ metrics:
427 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.9
428 name: cpqRackPowerSupplyMaxPwrOutput
429 tag: cpq_rack_power_supply_max_pwr_output
430 + description: The maximum power output of the power supply in watts
431 + unit: "W"
432 - symbol:
433 OID: 1.3.6.1.4.1.232.22.2.5.1.1.1.16
434 name: cpqRackPowerSupplyPresent
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-msa.yaml
+22
@@ -25,6 +25,8 @@ metrics:
25 OID: 1.3.6.1.3.94.1.8.1.3
26 name: connUnitSensorName
27 tag: hpe_fibrechannel_conn_unit_sensor_name
28 + description: Textual identification of the sensor intended primarily for operator use
29 + unit: "{sensor}"
30 - symbol:
31 OID: 1.3.6.1.3.94.1.8.1.8
32 name: connUnitSensorCharacteristic
@@ -40,6 +42,8 @@ metrics:
42 8: frequency
43 9: power
44 10: door
45 + description: Characteristics being monitored by this sensor
46 + unit: "1"
47 - symbol:
48 OID: 1.3.6.1.3.94.1.8.1.4
49 name: connUnitSensorStatus
@@ -50,6 +54,8 @@ metrics:
54 3: ok
55 4: warning
56 5: failed
57 + description: Status indicated by the sensor
58 + unit: "{status}"
59 - MIB: FCMGMT-MIB
60 table:
61 OID: 1.3.6.1.3.94.1.10
@@ -82,6 +88,8 @@ metrics:
88 17: ac
89 18: dc
90 19: ssa
91 + description: Type of the port
92 + unit: "{port_type}"
93 - symbol:
94 OID: 1.3.6.1.3.94.1.10.1.8
95 name: connUnitPortTransmitterType
@@ -98,6 +106,8 @@ metrics:
106 9: shortwave_no_ofc
107 10: longwave_led
108 11: ssa
109 + description: Technology of the port transceiver
110 + unit: "{transmitter_type}"
111 - symbol:
112 OID: 1.3.6.1.3.94.1.10.1.9
113 name: connUnitPortModuleType
@@ -112,18 +122,26 @@ metrics:
122 7: gbic_no_serial_id
123 8: gbic_not_installed
124 9: small_form_factor
125 + description: Module type of the port connector
126 + unit: "{module_type}"
127 - symbol:
128 OID: 1.3.6.1.3.94.1.10.1.10
129 name: connUnitPortWwn
130 tag: hpe_fibrechannel_conn_unit_port_wwn
131 + description: World Wide Name of the port if applicable
132 + unit: "{wwn}"
133 - symbol:
134 OID: 1.3.6.1.3.94.1.10.1.15
135 name: connUnitPortSpeed
136 tag: hpe_fibrechannel_conn_unit_port_speed
137 + description: Speed of the port in kilobytes per second
138 + unit: "kBy/s"
139 - symbol:
140 OID: 1.3.6.1.3.94.1.10.1.17
141 name: connUnitPortName
142 tag: hpe_fibrechannel_conn_unit_port_name
143 + description: String describing the addressed port
144 + unit: "{port}"
145 - symbol:
146 OID: 1.3.6.1.3.94.1.10.1.6
147 name: connUnitPortState
@@ -134,6 +152,8 @@ metrics:
152 3: offline
153 4: bypassed
154 5: diagnostics
155 + description: User selected state of the port hardware
156 + unit: "{state}"
157 - symbol:
158 OID: 1.3.6.1.3.94.1.10.1.7
159 name: connUnitPortStatus
@@ -148,6 +168,8 @@ metrics:
168 7: initializing
169 8: bypass
170 9: ols
171 + description: Overall protocol status for the port
172 + unit: "{status}"
173 metric_tags:
174 - tag: hpe_fibrechannel_cpq_si_sys_serial_num
175 OID: 1.3.6.1.4.1.232.2.2.2.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-nimble.yaml
+42
@@ -16,22 +16,38 @@ metrics:
16 symbols:
17 - name: nimble.volSizeLow
18 OID: 1.3.6.1.4.1.37447.1.2.1.4
19 + description: Maximum defined size of a volume in bytes - low order bytes.
20 + unit: "By"
21 - name: nimble.volSizeHigh
22 OID: 1.3.6.1.4.1.37447.1.2.1.5
23 + description: Maximum defined size of a volume in bytes - high order bytes.
24 + unit: "By"
25 - name: nimble.volUsageLow
26 OID: 1.3.6.1.4.1.37447.1.2.1.6
27 + description: Current number of bytes a volume is using - low order bytes.
28 + unit: "By"
29 - name: nimble.volUsageHigh
30 OID: 1.3.6.1.4.1.37447.1.2.1.7
31 + description: Current number of bytes a volume is using - high order bytes.
32 + unit: "By"
33 - name: nimble.volReserveLow
34 OID: 1.3.6.1.4.1.37447.1.2.1.8
35 + description: Number of bytes reserved for a volume - low order bytes.
36 + unit: "By"
37 - name: nimble.volReserveHigh
38 OID: 1.3.6.1.4.1.37447.1.2.1.9
39 + description: Number of bytes reserved for a volume - high order bytes.
40 + unit: "By"
41 - name: nimble.volIoReads
42 OID: 1.3.6.1.4.1.37447.1.2.1.13
43 metric_type: monotonic_count
44 + description: Total cumulative number of Read I/Os (sequential and random).
45 + unit: "{read_io}"
46 - name: nimble.volIoWrites
47 OID: 1.3.6.1.4.1.37447.1.2.1.34
48 metric_type: monotonic_count
49 + description: Total cumulative number of Write I/Os.
50 + unit: "{write_io}"
51 metric_tags:
52 - symbol:
53 OID: 1.3.6.1.4.1.37447.1.2.1.3
@@ -48,60 +64,86 @@ metrics:
64 symbol:
65 OID: 1.3.6.1.4.1.37447.1.3.2.0
66 name: nimble.ioReads
67 + description: Total cumulative number of Read I/Os (sequential and random).
68 + unit: "{read_io}"
69 metric_type: monotonic_count
70 - MIB: NIMBLE-MIB
71 symbol:
72 OID: 1.3.6.1.4.1.37447.1.3.4.0
73 name: nimble.ioWrites
74 + description: Total cumulative number of Write I/Os.
75 + unit: "{write_io}"
76 metric_type: monotonic_count
77 - MIB: NIMBLE-MIB
78 symbol:
79 OID: 1.3.6.1.4.1.37447.1.3.6.0
80 name: nimble.ioReadTimeMicrosec
81 + description: Total cumulative microseconds the system has spent processing Read I/Os. This includes system and disk latency, but not any network latency back to the initiator.
82 + unit: "us"
83 metric_type: monotonic_count
84 - MIB: NIMBLE-MIB
85 symbol:
86 OID: 1.3.6.1.4.1.37447.1.3.7.0
87 name: nimble.ioWriteTimeMicrosec
88 + description: Total cumulative microseconds the system has spent processing Write I/Os. This includes system and disk latency, but not any network latency back to the initiator.
89 + unit: "us"
90 metric_type: monotonic_count
91 - MIB: NIMBLE-MIB
92 symbol:
93 OID: 1.3.6.1.4.1.37447.1.3.8.0
94 name: nimble.ioReadBytes
95 + description: Total cumulative number of Read I/O bytes (sequential and random).
96 + unit: "By"
97 metric_type: monotonic_count
98 - MIB: NIMBLE-MIB
99 symbol:
100 OID: 1.3.6.1.4.1.37447.1.3.9.0
101 name: nimble.ioSeqReadBytes
102 + description: Total cumulative number of Sequential Read I/O bytes.
103 + unit: "By"
104 metric_type: monotonic_count
105 - MIB: NIMBLE-MIB
106 symbol:
107 OID: 1.3.6.1.4.1.37447.1.3.10.0
108 name: nimble.ioWriteBytes
109 + description: Total cumulative number of Write I/O bytes (sequential and random).
110 + unit: "By"
111 metric_type: monotonic_count
112 - MIB: NIMBLE-MIB
113 symbol:
114 OID: 1.3.6.1.4.1.37447.1.3.11.0
115 name: nimble.ioSeqWriteBytes
116 + description: Total cumulative number of Sequential Write I/O bytes.
117 + unit: "By"
118 metric_type: monotonic_count
119 - MIB: NIMBLE-MIB
120 symbol:
121 OID: 1.3.6.1.4.1.37447.1.3.12.0
122 name: nimble.diskVolBytesUsedLow
123 + description: Total number of bytes used on disk for volumes - low order bytes.
124 + unit: "By"
125 - MIB: NIMBLE-MIB
126 symbol:
127 OID: 1.3.6.1.4.1.37447.1.3.13.0
128 name: nimble.diskVolBytesUsedHigh
129 + description: Total number of bytes used on disk for volumes - high order bytes.
130 + unit: "By"
131 - MIB: NIMBLE-MIB
132 symbol:
133 OID: 1.3.6.1.4.1.37447.1.3.14.0
134 name: nimble.diskSnapBytesUsedLow
135 + description: Total number of bytes used on disk for snapshots - low order bytes.
136 + unit: "By"
137 - MIB: NIMBLE-MIB
138 symbol:
139 OID: 1.3.6.1.4.1.37447.1.3.15.0
140 name: nimble.diskSnapBytesUsedHigh
141 + description: Total number of bytes used on disk for snapshots - high order bytes.
142 + unit: "By"
143 - MIB: NIMBLE-MIB
144 symbol:
145 OID: 1.3.6.1.4.1.37447.1.3.16.0
146 name: nimble.ioNonseqReadHits
147 + description: Total cumulative number of cache hits for Non-Sequential Read I/Os.
148 + unit: "{cache_hit}"
149 metric_type: monotonic_count
src/go/plugin/go.d/config/go.d/snmp.profiles/default/hpe-proliant.yaml
+54
@@ -34,18 +34,32 @@ metrics:
34 symbols:
35 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.2
36 name: cpqSeCpuSlot
37 + description: Cpu slot number
38 + unit: "{slot}"
39 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.4
40 name: cpqSeCpuSpeed
41 + description: Current internal speed of the processor in megahertz
42 + unit: "MHz"
43 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.6
44 name: cpqSeCpuStatus
45 + description: Status of the processor
46 + unit: "TBD"
47 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.7
48 name: cpqSeCpuExtSpeed
49 + description: External frequency of the processor bus in megahertz
50 + unit: "MHz"
51 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.15
52 name: cpqSeCpuCore
53 + description: Number of cores in the CPU module
54 + unit: "{core}"
55 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.25
56 name: cpqSeCPUCoreMaxThreads
57 + description: Maximum number of threads a CPU core is capable of
58 + unit: "{thread}"
59 - OID: 1.3.6.1.4.1.232.1.2.2.1.1.27
60 name: cpqSeCpuPrimary
61 + description: Indicates if the CPU is primary
62 + unit: "TBD"
63 metric_tags:
64 - symbol:
65 OID: 1.3.6.1.4.1.232.1.2.2.1.1.1
@@ -58,12 +72,20 @@ metrics:
72 symbols:
73 - OID: 1.3.6.1.4.1.232.11.2.3.1.1.2
74 name: cpqHoCpuUtilMin
75 + description: Cpu utilization as a percentage of the theoretical maximum during the last minute
76 + unit: "%"
77 - OID: 1.3.6.1.4.1.232.11.2.3.1.1.3
78 name: cpqHoCpuUtilFiveMin
79 + description: Cpu utilization as a percentage of the theoretical maximum during the last five minutes
80 + unit: "%"
81 - OID: 1.3.6.1.4.1.232.11.2.3.1.1.4
82 name: cpqHoCpuUtilThirtyMin
83 + description: Cpu utilization as a percentage of the theoretical maximum during the last thirty minutes
84 + unit: "%"
85 - OID: 1.3.6.1.4.1.232.11.2.3.1.1.5
86 name: cpqHoCpuUtilHour
87 + description: Cpu utilization as a percentage of the theoretical maximum during the last hour
88 + unit: "%"
89 metric_tags:
90 - symbol:
91 OID: 1.3.6.1.4.1.232.11.2.3.1.1.1
@@ -76,16 +98,28 @@ metrics:
98 symbols:
99 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.3
100 name: cpqHoFileSysSpaceTotal
101 + description: File system size in megabytes
102 + unit: "MBy"
103 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.4
104 name: cpqHoFileSysSpaceUsed
105 + description: Megabytes of file system space currently in use
106 + unit: "MBy"
107 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.5
108 name: cpqHoFileSysPercentSpaceUsed
109 + description: Percent of file system space currently in use
110 + unit: "%"
111 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.6
112 name: cpqHoFileSysAllocUnitsTotal
113 + description: Total number of files that can be stored on the file system if a limit exists
114 + unit: "{file}"
115 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.7
116 name: cpqHoFileSysAllocUnitsUsed
117 + description: Number of files on the file system
118 + unit: "{file}"
119 - OID: 1.3.6.1.4.1.232.11.2.4.1.1.8
120 name: cpqHoFileSysStatus
121 + description: Threshold status of the file system
122 + unit: "TBD"
123 metric_tags:
124 - symbol:
125 OID: 1.3.6.1.4.1.232.11.2.4.1.1.1
@@ -98,18 +132,32 @@ metrics:
132 symbols:
133 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.3
134 name: cpqSiMemModuleSize
135 + description: Module memory size in kilobytes
136 + unit: "kBy"
137 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.4
138 name: cpqSiMemModuleType
139 + description: Type of memory module installed
140 + unit: "TBD"
141 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.5
142 name: cpqSiMemModuleSpeed
143 + description: Module memory speed in nanoseconds
144 + unit: "ns"
145 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.6
146 name: cpqSiMemModuleTechnology
147 + description: Technology type of memory module installed
148 + unit: "TBD"
149 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.11
150 name: cpqSiMemModuleECCStatus
151 + description: Current status of correctable memory errors for this memory module
152 + unit: "TBD"
153 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.13
154 name: cpqSiMemModuleFrequency
155 + description: Memory module frequency in megahertz
156 + unit: "MHz"
157 - OID: 1.3.6.1.4.1.232.2.2.4.5.1.15
158 name: cpqSiMemModuleCellStatus
159 + description: Current status for this memory module
160 + unit: "TBD"
161 metric_tags:
162 - symbol:
163 OID: 1.3.6.1.4.1.232.2.2.4.5.1.1
@@ -126,8 +174,12 @@ metrics:
174 symbols:
175 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.13
176 name: cpqNicIfPhysAdapterState
177 + description: Fault tolerant state of the physical adapter
178 + unit: "TBD"
179 - OID: 1.3.6.1.4.1.232.18.2.3.1.1.14
180 name: cpqNicIfPhysAdapterStatus
181 + description: Physical adapter status
182 + unit: "TBD"
183 metric_tags:
184 - symbol:
185 OID: 1.3.6.1.4.1.232.18.2.3.1.1.4
@@ -144,6 +196,8 @@ metrics:
196 symbols:
197 - OID: 1.3.6.1.4.1.232.3.2.2.1.1.6
198 name: cpqDaCntlrCondition
199 + description: Condition of the device controller
200 + unit: "TBD"
201 metric_tags:
202 - symbol:
203 OID: 1.3.6.1.4.1.232.3.2.2.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-routers.yaml
+44
@@ -15,12 +15,20 @@ metrics:
15 symbols:
16 - name: huawei.hwBgpPeerNegotiatedVersion
17 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.1
18 + description: The version negotiated with the remote BGP peer.
19 + unit: "{version}"
20 - name: huawei.hwBgpPeerRemoteAs
21 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.2
22 + description: The AS number of the remote BGP peer.
23 + unit: "1"
24 - name: huawei.hwBgpPeerFsmEstablishedCounter
25 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.6
26 + description: The counter that records the times the remote BGP peer is correctly connected.
27 + unit: "{connection}"
28 - name: huawei.hwBgpPeerFsmEstablishedTime
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 metric_tags:
33 - symbol:
34 name: huawei.hwBgpPeerVrfName
@@ -63,12 +71,18 @@ metrics:
71 - name: huawei.hwBgpPeerPrefixRcvCounter
72 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.1
73 metric_type: monotonic_count
74 + description: The number of prefixes received from the remote BGP peer.
75 + unit: "{prefix}"
76 - name: huawei.hwBgpPeerPrefixActiveCounter
77 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.2
78 metric_type: monotonic_count
79 + description: The number of active prefixes received from the remote BGP peer.
80 + unit: "{prefix}"
81 - name: huawei.hwBgpPeerPrefixAdvCounter
82 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.3
83 metric_type: monotonic_count
84 + description: The number of prefixes sent to the remote BGP peer.
85 + unit: "{prefix}"
86 metric_tags:
87 - symbol:
88 name: huawei.hwBgpPeerVrfName
@@ -87,39 +101,63 @@ metrics:
101 - name: huawei.hwBgpPeerInTotalMsgCounter
102 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.1
103 metric_type: monotonic_count
104 + description: The total number of protocol packets received from the remote BGP peer.
105 + unit: "{packet}"
106 - name: huawei.hwBgpPeerOutTotalMsgCounter
107 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.2
108 metric_type: monotonic_count
109 + description: The total number of protocol packets sent to the remote BGP peer.
110 + unit: "{packet}"
111 - name: huawei.hwBgpPeerInOpenMsgCounter
112 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.3
113 metric_type: monotonic_count
114 + description: The total number of Open packets received from the remote BGP peer.
115 + unit: "{packet}"
116 - name: huawei.hwBgpPeerInUpdateMsgCounter
117 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.4
118 metric_type: monotonic_count
119 + description: The total number of Update packets received from the remote BGP peer.
120 + unit: "{packet}"
121 - name: huawei.hwBgpPeerInNotificationMsgCounter
122 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.5
123 metric_type: monotonic_count
124 + description: The total number of Notification packets received from the remote BGP peer.
125 + unit: "{packet}"
126 - name: huawei.hwBgpPeerInKeepAliveMsgCounter
127 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.6
128 metric_type: monotonic_count
129 + description: The total number of Keepalive packets received from the remote BGP peer.
130 + unit: "{packet}"
131 - name: huawei.hwBgpPeerInRouteFreshMsgCounter
132 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.7
133 metric_type: monotonic_count
134 + description: The total number of Route-Refresh packets received from the remote BGP peer.
135 + unit: "{packet}"
136 - name: huawei.hwBgpPeerOutOpenMsgCounter
137 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.8
138 metric_type: monotonic_count
139 + description: The total number of Open packets sent to the remote BGP peer.
140 + unit: "{packet}"
141 - name: huawei.hwBgpPeerOutUpdateMsgCounter
142 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.9
143 metric_type: monotonic_count
144 + description: The total number of Update packets sent to the remote BGP peer.
145 + unit: "{packet}"
146 - name: huawei.hwBgpPeerOutNotificationMsgCounter
147 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.10
148 metric_type: monotonic_count
149 + description: The total number of Notification packets sent to the remote BGP peer.
150 + unit: "{packet}"
151 - name: huawei.hwBgpPeerOutKeepAliveMsgCounter
152 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.11
153 metric_type: monotonic_count
154 + description: The total number of Keepalive packets sent to the remote BGP peer.
155 + unit: "{packet}"
156 - name: huawei.hwBgpPeerOutRouteFreshMsgCounter
157 OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.12
158 metric_type: monotonic_count
159 + description: The total number of Route-Refresh packets sent to the remote BGP peer.
160 + unit: "{packet}"
161 metric_tags:
162 - symbol:
163 name: huawei.hwBgpPeerVrfName
@@ -137,6 +175,8 @@ metrics:
175 symbols:
176 - name: huawei.hwDnsTtl
177 OID: 1.3.6.1.4.1.2011.5.25.194.1.1.1.3
178 + description: DnsTtl indicates the TTL of a mapping entry, which is a 32-bit integer,in seconds.
179 + unit: "s"
180 metric_tags:
181 - symbol:
182 name: huawei.hwDnsDomainName
@@ -213,6 +253,8 @@ metrics:
253 symbols:
254 - name: huawei.hwFwConnectionStatCount
255 OID: 1.3.6.1.4.1.2011.5.25.222.1.2.2.2.1.4
256 + description: This is an integer that contains the value of the resource statistic.
257 + unit: "{statistic}"
258 metric_tags:
259 - symbol:
260 name: huawei.hwFwConnectionStatDescription
@@ -225,6 +267,8 @@ metrics:
267 symbols:
268 - name: huawei.hwNatAddrPoolRefTimes
269 OID: 1.3.6.1.4.1.2011.5.25.226.2.3.2.1.4
270 + description: Number of times the NAT address pool is referenced.
271 + unit: "{reference}"
272 metric_tags:
273 - symbol:
274 name: huawei.hwNatAddrPoolStartAddr
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-switches.yaml
+6
@@ -36,6 +36,8 @@ metrics:
36 symbol:
37 name: huawei.hwStackReservedVlanId
38 OID: 1.3.6.1.4.1.2011.5.25.183.1.6.0
39 + description: Stack reserved-vlanId
40 + unit: "{vlan_id}"
41 - MIB: HUAWEI-STACK-MIB
42 table:
43 name: hwStackMemberInfoTable
@@ -43,6 +45,8 @@ metrics:
45 symbols:
46 - name: huawei.hwMemberStackPriority
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 metric_tags:
51 - symbol:
52 name: huawei.hwMemberStackMacAddress
@@ -84,3 +88,5 @@ metrics:
88 mapping:
89 1: up
90 2: down
91 + description: The status of the stack port
92 + unit: "{status}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei.yaml
+24
@@ -19,8 +19,12 @@ metrics:
19 # TODO : Handle conditional metric collection NDM-2232
20 - name: huawei.hwEntityTemperature
21 OID: 1.3.6.1.4.1.2011.5.25.31.1.1.1.1.11
22 + description: The temperature for the entity
23 + unit: "Cel"
24 - name: huawei.hwEntityVoltage
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 metric_tags:
29 - symbol:
30 name: huawei.hwEntityBoardName
@@ -79,6 +83,8 @@ metrics:
83 symbols:
84 - name: huawei.hwEntityFanSpeed
85 OID: 1.3.6.1.4.1.2011.5.25.31.1.1.10.1.5
86 + description: This object indicates the rotation speed in percentage of the full speed of the fan
87 + unit: "%"
88 metric_tags:
89 - symbol:
90 name: huawei.hwEntityFanSlot
@@ -125,10 +131,16 @@ metrics:
131 symbols:
132 - name: huawei.hwSystemPowerTotalPower
133 OID: 1.3.6.1.4.1.2011.5.25.31.1.1.14.1.2
134 + description: Device total power
135 + unit: "W"
136 - name: huawei.hwSystemPowerUsedPower
137 OID: 1.3.6.1.4.1.2011.5.25.31.1.1.14.1.3
138 + description: Device used power
139 + unit: "W"
140 - name: huawei.hwSystemPowerRemainPower
141 OID: 1.3.6.1.4.1.2011.5.25.31.1.1.14.1.4
142 + description: Device remaining power
143 + unit: "W"
144 metric_tags:
145 - symbol:
146 name: huawei.hwSystemPowerDeviceID
@@ -141,10 +153,16 @@ metrics:
153 symbols:
154 - name: huawei.hwOspfv2NbrPriority
155 OID: 1.3.6.1.4.1.2011.5.25.155.6.1.12
156 + description: Priority of this neighbor in the designated router election algorithm
157 + unit: "{neighbor}"
158 - name: huawei.hwOspfv2NbrUpTime
159 OID: 1.3.6.1.4.1.2011.5.25.155.6.1.13
160 + description: Time in seconds since the state of this neighbor has been full
161 + unit: "s"
162 - name: huawei.hwOspfv2NbrDeadTimeLeft
163 OID: 1.3.6.1.4.1.2011.5.25.155.6.1.15
164 + description: Period in seconds after which this neighbor is declared dead
165 + unit: "s"
166 metric_tags:
167 - symbol:
168 name: huawei.hwOspfv2SelfRouterId
@@ -206,6 +224,8 @@ metrics:
224 symbols:
225 - name: huawei.hwAvgDuty1min
226 OID: 1.3.6.1.4.1.2011.6.3.4.1.3
227 + description: The overall CPU duty percentage in the last 1 minute period
228 + unit: "%"
229 metric_tags:
230 - tag: cpu
231 index: 1
@@ -217,9 +237,13 @@ metrics:
237 - name: huawei.hwMemoryDevSize
238 OID: 1.3.6.1.4.1.2011.6.3.5.1.1.2
239 metric_type: monotonic_count
240 + description: Indicates the total size of the memory module which is on the managed object
241 + unit: "By"
242 - name: huawei.hwMemoryDevFree
243 OID: 1.3.6.1.4.1.2011.6.3.5.1.1.3
244 metric_type: monotonic_count
245 + description: Indicates the free size of the memory
246 + unit: "By"
247 metric_tags:
248 - tag: mem
249 index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ibm-datapower-gateway.yaml
+88
@@ -7,134 +7,200 @@ metrics:
7 symbol:
8 name: cpu.usage
9 OID: 1.3.6.1.4.1.14685.3.1.14.2.0 # dpStatusCPUUsageoneMinute
10 + description: Cpu usage percentage over one minute
11 + unit: "%"
12 - MIB: DATAPOWER-STATUS-MIB
13 symbol:
14 name: memory.usage
15 OID: 1.3.6.1.4.1.14685.3.1.5.1.0 # dpStatusMemoryStatusUsage
16 + description: Memory usage percentage
17 + unit: "%"
18 - MIB: DATAPOWER-STATUS-MIB
19 symbol:
20 name: ibm.dpStatusSystemUsageLoad
21 OID: 1.3.6.1.4.1.14685.3.1.52.2.0
22 + description: System load average
23 + unit: "TBD"
24 - MIB: DATAPOWER-STATUS-MIB
25 symbol:
26 name: ibm.dpStatusTCPSummaryestablished
27 OID: 1.3.6.1.4.1.14685.3.1.12.1.0
28 + description: Number of established TCP connections
29 + unit: "{connection}"
30 - MIB: DATAPOWER-STATUS-MIB
31 symbol:
32 name: ibm.dpStatusTCPSummarysynsent
33 OID: 1.3.6.1.4.1.14685.3.1.12.2.0
34 + description: Number of TCP connections in SYN sent state
35 + unit: "{connection}"
36 - MIB: DATAPOWER-STATUS-MIB
37 symbol:
38 name: ibm.dpStatusTCPSummarysynreceived
39 OID: 1.3.6.1.4.1.14685.3.1.12.3.0
40 + description: Number of TCP connections in SYN received state
41 + unit: "{connection}"
42 - MIB: DATAPOWER-STATUS-MIB
43 symbol:
44 name: ibm.dpStatusTCPSummaryfinwait1
45 OID: 1.3.6.1.4.1.14685.3.1.12.4.0
46 + description: Number of TCP connections in FIN wait 1 state
47 + unit: "{connection}"
48 - MIB: DATAPOWER-STATUS-MIB
49 symbol:
50 name: ibm.dpStatusTCPSummaryfinwait2
51 OID: 1.3.6.1.4.1.14685.3.1.12.5.0
52 + description: Number of TCP connections in FIN wait 2 state
53 + unit: "{connection}"
54 - MIB: DATAPOWER-STATUS-MIB
55 symbol:
56 name: ibm.dpStatusTCPSummarytimewait
57 OID: 1.3.6.1.4.1.14685.3.1.12.6.0
58 + description: Number of TCP connections in TIME wait state
59 + unit: "{connection}"
60 - MIB: DATAPOWER-STATUS-MIB
61 symbol:
62 name: ibm.dpStatusTCPSummaryclosed
63 OID: 1.3.6.1.4.1.14685.3.1.12.7.0
64 + description: Number of TCP connections in closed state
65 + unit: "{connection}"
66 - MIB: DATAPOWER-STATUS-MIB
67 symbol:
68 name: ibm.dpStatusTCPSummaryclosewait
69 OID: 1.3.6.1.4.1.14685.3.1.12.8.0
70 + description: Number of TCP connections in close wait state
71 + unit: "{connection}"
72 - MIB: DATAPOWER-STATUS-MIB
73 symbol:
74 name: ibm.dpStatusTCPSummarylastack
75 OID: 1.3.6.1.4.1.14685.3.1.12.9.0
76 + description: Number of TCP connections in last ACK state
77 + unit: "{connection}"
78 - MIB: DATAPOWER-STATUS-MIB
79 symbol:
80 name: ibm.dpStatusTCPSummarylisten
81 OID: 1.3.6.1.4.1.14685.3.1.12.10.0
82 + description: Number of TCP connections in listen state
83 + unit: "{connection}"
84 - MIB: DATAPOWER-STATUS-MIB
85 symbol:
86 name: ibm.dpStatusTCPSummaryclosing
87 OID: 1.3.6.1.4.1.14685.3.1.12.11.0
88 + description: Number of TCP connections in closing state
89 + unit: "{connection}"
90 - MIB: DATAPOWER-STATUS-MIB
91 symbol:
92 name: ibm.dpStatusConnectionsAcceptedtenSeconds
93 OID: 1.3.6.1.4.1.14685.3.1.13.1.0
94 + description: Number of connections accepted in last ten seconds
95 + unit: "{connection}"
96 - MIB: DATAPOWER-STATUS-MIB
97 symbol:
98 name: ibm.dpStatusConnectionsAcceptedoneMinute
99 OID: 1.3.6.1.4.1.14685.3.1.13.2.0
100 + description: Number of connections accepted in last one minute
101 + unit: "{connection}"
102 - MIB: DATAPOWER-STATUS-MIB
103 symbol:
104 name: ibm.dpStatusConnectionsAcceptedtenMinutes
105 OID: 1.3.6.1.4.1.14685.3.1.13.3.0
106 + description: Number of connections accepted in last ten minutes
107 + unit: "{connection}"
108 - MIB: DATAPOWER-STATUS-MIB
109 symbol:
110 name: ibm.dpStatusConnectionsAcceptedoneHour
111 OID: 1.3.6.1.4.1.14685.3.1.13.4.0
112 + description: Number of connections accepted in last one hour
113 + unit: "{connection}"
114 - MIB: DATAPOWER-STATUS-MIB
115 symbol:
116 name: ibm.dpStatusConnectionsAcceptedoneDay
117 OID: 1.3.6.1.4.1.14685.3.1.13.5.0
118 + description: Number of connections accepted in last one day
119 + unit: "{connection}"
120 - MIB: DATAPOWER-STATUS-MIB
121 symbol:
122 name: ibm.dpStatusFilesystemStatusFreeEncrypted
123 OID: 1.3.6.1.4.1.14685.3.1.29.1.0
124 + description: Free encrypted filesystem space
125 + unit: "By"
126 - MIB: DATAPOWER-STATUS-MIB
127 symbol:
128 name: ibm.dpStatusFilesystemStatusTotalEncrypted
129 OID: 1.3.6.1.4.1.14685.3.1.29.2.0
130 + description: Total encrypted filesystem space
131 + unit: "By"
132 - MIB: DATAPOWER-STATUS-MIB
133 symbol:
134 name: ibm.dpStatusFilesystemStatusFreeTemporary
135 OID: 1.3.6.1.4.1.14685.3.1.29.5.0
136 + description: Free temporary filesystem space
137 + unit: "By"
138 - MIB: DATAPOWER-STATUS-MIB
139 symbol:
140 name: ibm.dpStatusFilesystemStatusTotalTemporary
141 OID: 1.3.6.1.4.1.14685.3.1.29.6.0
142 + description: Total temporary filesystem space
143 + unit: "By"
144 - MIB: DATAPOWER-STATUS-MIB
145 symbol:
146 name: ibm.dpStatusFilesystemStatusFreeInternal
147 OID: 1.3.6.1.4.1.14685.3.1.29.7.0
148 + description: Free internal filesystem space
149 + unit: "By"
150 - MIB: DATAPOWER-STATUS-MIB
151 symbol:
152 name: ibm.dpStatusFilesystemStatusTotalInternal
153 OID: 1.3.6.1.4.1.14685.3.1.29.8.0
154 + description: Total internal filesystem space
155 + unit: "By"
156 - MIB: DATAPOWER-STATUS-MIB
157 symbol:
158 name: ibm.dpStatusEnvironmentalSensorssystemTemp
159 OID: 1.3.6.1.4.1.14685.3.1.55.1.0
160 + description: System temperature sensor reading
161 + unit: "Cel"
162 - MIB: DATAPOWER-STATUS-MIB
163 symbol:
164 name: ibm.dpStatusEnvironmentalSensorscpu1Temp
165 OID: 1.3.6.1.4.1.14685.3.1.55.2.0
166 + description: CPU 1 temperature sensor reading
167 + unit: "Cel"
168 - MIB: DATAPOWER-STATUS-MIB
169 symbol:
170 name: ibm.dpStatusEnvironmentalSensorscpu2Temp
171 OID: 1.3.6.1.4.1.14685.3.1.55.3.0
172 + description: CPU 2 temperature sensor reading
173 + unit: "Cel"
174 - MIB: DATAPOWER-STATUS-MIB
175 symbol:
176 name: ibm.dpStatusEnvironmentalSensorscpu1rpm
177 OID: 1.3.6.1.4.1.14685.3.1.55.4.0
178 + description: CPU 1 fan speed in revolutions per minute
179 + unit: "1.min"
180 - MIB: DATAPOWER-STATUS-MIB
181 symbol:
182 name: ibm.dpStatusEnvironmentalSensorscpu2rpm
183 OID: 1.3.6.1.4.1.14685.3.1.55.5.0
184 + description: CPU 2 fan speed in revolutions per minute
185 + unit: "1.min"
186 - MIB: DATAPOWER-STATUS-MIB
187 symbol:
188 name: ibm.dpStatusEnvironmentalSensorschassis1rpm
189 OID: 1.3.6.1.4.1.14685.3.1.55.6.0
190 + description: Chassis 1 fan speed in revolutions per minute
191 + unit: "1.min"
192 - MIB: DATAPOWER-STATUS-MIB
193 symbol:
194 name: ibm.dpStatusEnvironmentalSensorschassis2rpm
195 OID: 1.3.6.1.4.1.14685.3.1.55.7.0
196 + description: Chassis 2 fan speed in revolutions per minute
197 + unit: "1.min"
198 - MIB: DATAPOWER-STATUS-MIB
199 symbol:
200 name: ibm.dpStatusEnvironmentalSensorschassis3rpm
201 OID: 1.3.6.1.4.1.14685.3.1.55.8.0
202 + description: Chassis 3 fan speed in revolutions per minute
203 + unit: "1.min"
204 # - MIB: DATAPOWER-STATUS-MIB
205 # symbol:
206 # name: ibm.dpStatusEnvironmentalSensorsCaseOpen
@@ -164,12 +230,18 @@ metrics:
230 - name: ibm.dpStatusLogTargetStatusEventsProcessed
231 OID: 1.3.6.1.4.1.14685.3.1.28.1.3
232 metric_type: monotonic_count
233 + description: Number of log target events processed
234 + unit: "{event}"
235 - name: ibm.dpStatusLogTargetStatusEventsDropped
236 OID: 1.3.6.1.4.1.14685.3.1.28.1.4
237 metric_type: monotonic_count
238 + description: Number of log target events dropped
239 + unit: "{event}"
240 - name: ibm.dpStatusLogTargetStatusEventsPending
241 OID: 1.3.6.1.4.1.14685.3.1.28.1.5
242 metric_type: monotonic_count
243 + description: Number of log target events pending
244 + unit: "{event}"
245 metric_tags:
246 - symbol:
247 name: ibm.dpStatusLogTargetStatusLogTarget
@@ -197,27 +269,43 @@ metrics:
269 - name: ibm.dpStatusNetworkInterfaceStatusRxHCBytes
270 OID: 1.3.6.1.4.1.14685.3.1.124.1.19
271 metric_type: monotonic_count
272 + description: Number of received high capacity bytes
273 + unit: "By"
274 - name: ibm.dpStatusNetworkInterfaceStatusRxHCPackets
275 OID: 1.3.6.1.4.1.14685.3.1.124.1.20
276 metric_type: monotonic_count
277 + description: Number of received high capacity packets
278 + unit: "{packet}"
279 - name: ibm.dpStatusNetworkInterfaceStatusRxErrors2
280 OID: 1.3.6.1.4.1.14685.3.1.124.1.21
281 metric_type: monotonic_count
282 + description: Number of receive errors
283 + unit: "{error}"
284 - name: ibm.dpStatusNetworkInterfaceStatusRxDrops2
285 OID: 1.3.6.1.4.1.14685.3.1.124.1.22
286 metric_type: monotonic_count
287 + description: Number of received packets dropped
288 + unit: "{packet}"
289 - name: ibm.dpStatusNetworkInterfaceStatusTxHCBytes
290 OID: 1.3.6.1.4.1.14685.3.1.124.1.23
291 metric_type: monotonic_count
292 + description: Number of transmitted high capacity bytes
293 + unit: "By"
294 - name: ibm.dpStatusNetworkInterfaceStatusTxHCPackets
295 OID: 1.3.6.1.4.1.14685.3.1.124.1.24
296 metric_type: monotonic_count
297 + description: Number of transmitted high capacity packets
298 + unit: "{packet}"
299 - name: ibm.dpStatusNetworkInterfaceStatusTxErrors2
300 OID: 1.3.6.1.4.1.14685.3.1.124.1.25
301 metric_type: monotonic_count
302 + description: Number of transmit errors
303 + unit: "{error}"
304 - name: ibm.dpStatusNetworkInterfaceStatusTxDrops2
305 OID: 1.3.6.1.4.1.14685.3.1.124.1.26
306 metric_type: monotonic_count
307 + description: Number of transmitted packets dropped
308 + unit: "{packet}"
309 metric_tags:
310 - symbol:
311 name: ibm.dpStatusNetworkInterfaceStatusInterfaceType
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ibm-lenovo-server.yaml
+6
@@ -29,6 +29,8 @@ metrics:
29 symbols:
30 - name: ibm.imm.tempReading
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 metric_tags:
35 - symbol:
36 name: ibm.imm.tempDescr
@@ -45,6 +47,8 @@ metrics:
47 symbols:
48 - name: ibm.imm.voltReading
49 OID: 1.3.6.1.4.1.2.3.51.3.1.2.2.1.3
50 + description: The measured voltage.
51 + unit: "V"
52 metric_tags:
53 - symbol:
54 name: ibm.imm.voltDescr
@@ -62,6 +66,8 @@ metrics:
66 - name: ibm.imm.fanSpeed
67 OID: 1.3.6.1.4.1.2.3.51.3.1.3.2.1.3
68 extract_value: '(\d+)%' # Example value : '74% of maximum'
69 + description: Fan speed expressed in percent of maximum RPM.
70 + unit: "%"
71 metric_tags:
72 - symbol:
73 name: ibm.imm.fanDescr
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ibm.yaml
+1 -1
@@ -4,4 +4,4 @@ metadata:
4 device:
5 fields:
6 vendor:
7 - value: "ibm"
\ No newline at end of file
7 + value: "ibm"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/idrac.yaml
+3 -3
@@ -12,8 +12,8 @@ device:
12 vendor: "dell"
13
14 sysobjectid:
15 - - 1.3.6.1.4.1.674.10892.2 # DRAC v1-v5 and iDRAC v6-v7
16 - - 1.3.6.1.4.1.674.10892.5 # iDRAC v7+
15 + - 1.3.6.1.4.1.674.10892.2 # DRAC v1-v5 and iDRAC v6-v7
16 + - 1.3.6.1.4.1.674.10892.5 # iDRAC v7+
17
18 metadata:
19 device:
@@ -26,7 +26,7 @@ metadata:
26 OID: 1.3.6.1.4.1.674.10892.5.1.3.2.0
27 name: systemServiceTag # Serial number of the system, `GX0DH03`
28 version:
29 - symbol:
29 + symbol:
30 MIB: IDRAC-MIB-SMIv2
31 OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.8.1.1 # First element of a table
32 name: systemBIOSVersionName # This attribute defines the version name of the system BIOS.
src/go/plugin/go.d/config/go.d/snmp.profiles/default/infinera-coriant-groove.yaml
+16
@@ -20,8 +20,12 @@ metrics:
20 symbols:
21 - OID: 1.3.6.1.4.1.42229.1.2.3.1.1.1.3
22 name: coriant.groove.shelfInletTemperature # Type CoriantTypesTemperature is a string that represents a float in Celcius e.g. 23.8
23 + description: Temperature at the monitoring point
24 + unit: "Cel"
25 - OID: 1.3.6.1.4.1.42229.1.2.3.1.1.1.4
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 metric_tags:
30 - symbol:
31 OID: 1.3.6.1.4.1.42229.1.2.3.1.1.1.2
@@ -79,8 +83,12 @@ metrics:
83 symbols:
84 - OID: 1.3.6.1.4.1.42229.1.2.3.3.1.1.7
85 name: coriant.groove.cardFanSpeedRate
86 + description: The fan speed of percentage
87 + unit: "%"
88 - OID: 1.3.6.1.4.1.42229.1.2.3.3.1.1.9
89 name: coriant.groove.cardTemperature # Type CoriantTypesTemperature is a string that represents a float in Celcius e.g. 23.8
90 + description: Temperature at the monitoring point
91 + unit: "Cel"
92 metric_tags:
93 - symbol:
94 OID: 1.3.6.1.4.1.42229.1.2.3.3.1.1.1
@@ -194,8 +202,12 @@ metrics:
202 symbols:
203 - OID: 1.3.6.1.4.1.42229.1.2.3.6.1.1.4
204 name: coriant.groove.portRxOpticalPower # Type CoriantTypesOpticalPower is a string that represents a float in dBm unit e.g. -14.5
205 + description: Received optical power
206 + unit: "dBm"
207 - OID: 1.3.6.1.4.1.42229.1.2.3.6.1.1.5
208 name: coriant.groove.portTxOpticalPower # Type CoriantTypesOpticalPower is a string that represents a float in dBm unit e.g. -14.5
209 + description: Transmitted optical power
210 + unit: "dBm"
211 metric_tags:
212 - symbol:
213 OID: 1.3.6.1.4.1.42229.1.2.3.6.1.1.16
@@ -220,8 +232,12 @@ metrics:
232 symbols:
233 - OID: 1.3.6.1.4.1.42229.1.2.4.1.19.1.1.23
234 name: coriant.groove.ochOsCD
235 + description: Value of Chromatic Dispersion
236 + unit: "ps/nm"
237 - OID: 1.3.6.1.4.1.42229.1.2.4.1.19.1.1.24
238 name: coriant.groove.ochOsOSNR # Type CoriantTypesOpticalDB is a string that represents a float in dB unit e.g. 33.5
239 + description: Current value of OSNR
240 + unit: "dB"
241 metric_tags:
242 - symbol:
243 OID: 1.3.6.1.4.1.42229.1.2.4.1.19.1.1.21
src/go/plugin/go.d/config/go.d/snmp.profiles/default/infoblox-ipam.yaml
+32
@@ -64,14 +64,20 @@ metrics:
64 symbol:
65 name: cpu.usage
66 OID: 1.3.6.1.4.1.7779.3.1.1.2.1.8.1.1.0
67 + description: Current average CPU usage
68 + unit: "%"
69 - MIB: IB-PLATFORMONE-MIB
70 symbol:
71 name: memory.usage
72 OID: 1.3.6.1.4.1.7779.3.1.1.2.1.8.2.1.0
73 + description: Current Memory usage
74 + unit: "%"
75 - MIB: IB-DHCPONE-MIB
76 symbol:
77 name: ibDhcpDeferredQueueSize
78 OID: 1.3.6.1.4.1.7779.3.1.1.4.1.4.0
79 + description: The size of deferred dynamic DNS update queue
80 + unit: "{session}"
81 - MIB: IB-DNSONE-MIB
82 table:
83 name: ibZoneStatisticsTable
@@ -80,21 +86,33 @@ metrics:
86 - name: ibBindZoneSuccess
87 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.2
88 metric_type: monotonic_count
89 + description: Number of Successful responses since DNS process started
90 + unit: "{response}"
91 - name: ibBindZoneReferral
92 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.3
93 metric_type: monotonic_count
94 + description: Number of DNS referrals since DNS process started
95 + unit: "{referral}"
96 - name: ibBindZoneNxRRset
97 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.4
98 metric_type: monotonic_count
99 + description: Number of DNS query received for non-existent record
100 + unit: "{query}"
101 - name: ibBindZoneNxDomain
102 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.5
103 metric_type: monotonic_count
104 + description: Number of DNS query received for non-existent domain
105 + unit: "{query}"
106 - name: ibBindZoneRecursion
107 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.6
108 metric_type: monotonic_count
109 + description: Number of Queries received using recursion since DNS process started
110 + unit: "{query}"
111 - name: ibBindZoneFailure
112 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.1.1.7
113 metric_type: monotonic_count
114 + description: Number of Failed queries since DNS process started
115 + unit: "{query}"
116 metric_tags:
117 - symbol:
118 name: ibBindZoneName
@@ -105,25 +123,35 @@ metrics:
123 name: ibDDNSUpdateSuccess
124 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.3.1.0
125 metric_type: monotonic_count
126 + description: Number of successful dynamic DNS update
127 + unit: "{update}"
128 - MIB: IB-DNSONE-MIB
129 symbol:
130 name: ibDDNSUpdateFailure
131 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.3.2.0
132 metric_type: monotonic_count
133 + description: Number of failure dynamic DNS update
134 + unit: "{update}"
135 - MIB: IB-DNSONE-MIB
136 symbol:
137 name: ibDDNSUpdateReject
138 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.3.3.0
139 metric_type: monotonic_count
140 + description: Number of dynamic DNS update rejects maybe due to permission failure
141 + unit: "{update}"
142 - MIB: IB-DNSONE-MIB
143 symbol:
144 name: ibDDNSUpdatePrerequisiteReject
145 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.3.4.0
146 metric_type: monotonic_count
147 + description: Number of dynamic DNS update rejects due to prerequisite failure
148 + unit: "{update}"
149 - MIB: IB-DNSONE-MIB
150 symbol:
151 name: ibDnsQueryRate
152 OID: 1.3.6.1.4.1.7779.3.1.1.3.1.6.0
153 + description: DNS query rate
154 + unit: "cs"
155 - MIB: IB-PLATFORMONE-MIB
156 table:
157 name: ibClusterReplicationStatusTable
@@ -131,8 +159,12 @@ metrics:
159 symbols:
160 - name: ibNodeQueueFromMaster
161 OID: 1.3.6.1.4.1.7779.3.1.1.2.1.2.1.3
162 + description: Sent queue size from master
163 + unit: "{session}"
164 - name: ibNodeQueueToMaster
165 OID: 1.3.6.1.4.1.7779.3.1.1.2.1.2.1.5
166 + description: Receive queue size to master
167 + unit: "{session}"
168 metric_tags:
169 - symbol:
170 name: ibNodeIPAddress
src/go/plugin/go.d/config/go.d/snmp.profiles/default/isilon.yaml
+36
@@ -78,6 +78,8 @@ metrics:
78 symbols:
79 - OID: 1.3.6.1.4.1.12124.2.53.1.4
80 name: fanSpeed
81 + description: The current speed of the fan in revolutions per minute
82 + unit: "rpm"
83 metric_tags:
84 - tag: fan_name
85 symbol:
@@ -93,38 +95,54 @@ metrics:
95 symbol:
96 OID: 1.3.6.1.4.1.12124.1.1.2.0
97 name: clusterHealth
98 + description: The overall health of the cluster
99 + unit: "{state}"
100 - MIB: ISILON-MIB
101 symbol:
102 OID: 1.3.6.1.4.1.12124.1.2.1.1.0
103 name: clusterIfsInBytes
104 + description: The cumulative number of bytes into /ifs
105 + unit: "By"
106 - MIB: ISILON-MIB
107 symbol:
108 OID: 1.3.6.1.4.1.12124.1.2.1.3.0
109 name: clusterIfsOutBytes
110 + description: The cumulative number of bytes out of /ifs
111 + unit: "By"
112
113 # file system
114 - MIB: ISILON-MIB
115 symbol:
116 OID: 1.3.6.1.4.1.12124.1.3.2.0
117 name: ifsUsedBytes
118 + description: The number of bytes used in the /ifs filesystem
119 + unit: "By"
120 - MIB: ISILON-MIB
121 symbol:
122 OID: 1.3.6.1.4.1.12124.1.3.1.0
123 name: ifsTotalBytes
124 + description: The total cluster capacity of the /ifs filesystem in bytes
125 + unit: "By"
126
127 # node
128 - MIB: ISILON-MIB
129 symbol:
130 OID: 1.3.6.1.4.1.12124.2.1.2.0
131 name: nodeHealth
132 + description: The overall health of the node
133 + unit: "{state}"
134 - MIB: ISILON-MIB
135 symbol:
136 OID: 1.3.6.1.4.1.12124.2.2.1.1.0
137 name: nodeIfsInBytes
138 + description: The number of bytes into /ifs through this node
139 + unit: "By"
140 - MIB: ISILON-MIB
141 symbol:
142 OID: 1.3.6.1.4.1.12124.2.2.1.3.0
143 name: nodeIfsOutBytes
144 + description: The number of bytes out of /ifs through this node
145 + unit: "By"
146
147 # disk
148 - MIB: ISILON-MIB
@@ -134,6 +152,8 @@ metrics:
152 symbols:
153 - OID: 1.3.6.1.4.1.12124.2.52.1.9
154 name: diskSizeBytes
155 + description: The size of the disk in bytes
156 + unit: "By"
157 metric_tags:
158 - symbol:
159 OID: 1.3.6.1.4.1.12124.2.52.1.5
@@ -153,12 +173,20 @@ metrics:
173 symbols:
174 - OID: 1.3.6.1.4.1.12124.2.2.10.1.3
175 name: protocolOpsPerSecond
176 + description: The number of operations per second for the last 5 second
177 + unit: "1.s"
178 - OID: 1.3.6.1.4.1.12124.2.2.10.1.14
179 name: latencyMin
180 + description: The minimum latency in microseconds for all operations for the protocol
181 + unit: "us"
182 - OID: 1.3.6.1.4.1.12124.2.2.10.1.15
183 name: latencyMax
184 + description: The maximum latency in microseconds for all operations for the protocol
185 + unit: "us"
186 - OID: 1.3.6.1.4.1.12124.2.2.10.1.16
187 name: latencyAverage
188 + description: The average latency in microseconds for all operations for the protocol
189 + unit: "us"
190 metric_tags:
191 - tag: protocol_name
192 symbol:
@@ -173,12 +201,20 @@ metrics:
201 symbols:
202 - OID: 1.3.6.1.4.1.12124.1.12.1.1.7
203 name: quotaHardThreshold
204 + description: The hard threshold in bytes
205 + unit: "By"
206 - OID: 1.3.6.1.4.1.12124.1.12.1.1.9
207 name: quotaSoftThreshold
208 + description: The soft threshold in bytes
209 + unit: "By"
210 - OID: 1.3.6.1.4.1.12124.1.12.1.1.13
211 name: quotaUsage
212 + description: The current quota usage in bytes
213 + unit: "By"
214 - OID: 1.3.6.1.4.1.12124.1.12.1.1.11
215 name: quotaAdvisoryThreshold
216 + description: The advisory threshold in bytes
217 + unit: "By"
218 metric_tags:
219 - tag: quota_type
220 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ixsystems-truenas.yaml
+80
@@ -30,30 +30,56 @@ metrics:
30 symbols:
31 - name: freenas.zpoolReadBytes
32 OID: 1.3.6.1.4.1.50536.1.1.1.1.10
33 + description: The bandwidth of all read operations (including metadata), expressed as units per second (averaged since system booted)
34 + unit: "By/s"
35 - name: freenas.zpoolWriteBytes
36 OID: 1.3.6.1.4.1.50536.1.1.1.1.11
37 + description: The bandwidth of all write operations, expressed as units per second (averaged since system booted).
38 + unit: "By/s"
39 - name: freenas.zpoolReadOps1sec
40 OID: 1.3.6.1.4.1.50536.1.1.1.1.12
41 + description: The number of read I/O operations sent to the pool or device, including metadata requests (over 1 second interval).
42 + unit: "{operation}"
43 - name: freenas.zpoolWriteOps1sec
44 OID: 1.3.6.1.4.1.50536.1.1.1.1.13
45 + description: The number of write I/O operations sent to the pool or device (over 1 second interval).
46 + unit: "{operation}"
47 - name: freenas.zpoolReadBytes1sec
48 OID: 1.3.6.1.4.1.50536.1.1.1.1.14
49 + description: The bandwidth of all read operations (including metadata), expressed as units per second (over 1 second interval)
50 + unit: "By/s"
51 - name: freenas.zpoolWriteBytes1sec
52 OID: 1.3.6.1.4.1.50536.1.1.1.1.15
53 + description: The bandwidth of all write operations, expressed as units per second (over 1 second interval).
54 + unit: "By/s"
55 - name: freenas.zpoolAllocationUnits
56 OID: 1.3.6.1.4.1.50536.1.1.1.1.3
57 + description: Allocation units for the pool
58 + unit: "By"
59 - name: freenas.zpoolSize
60 OID: 1.3.6.1.4.1.50536.1.1.1.1.4
61 + description: Size of the pool
62 + unit: "By"
63 - name: freenas.zpoolUsed
64 OID: 1.3.6.1.4.1.50536.1.1.1.1.5
65 + description: Used space in the pool
66 + unit: "By"
67 - name: freenas.zpoolAvailable
68 OID: 1.3.6.1.4.1.50536.1.1.1.1.6
69 + description: Available space in the pool
70 + unit: "By"
71 - name: freenas.zpoolHealth
72 OID: 1.3.6.1.4.1.50536.1.1.1.1.7
73 + description: The current health of the containing pool, as reported by zpool status.
74 + unit: "TBD"
75 - name: freenas.zpoolReadOps
76 OID: 1.3.6.1.4.1.50536.1.1.1.1.8
77 + description: The number of read I/O operations sent to the pool or device, including metadata requests (averaged since system booted).
78 + unit: "{operation}"
79 - name: freenas.zpoolWriteOps
80 OID: 1.3.6.1.4.1.50536.1.1.1.1.9
81 + description: The number of write I/O operations sent to the pool or device (averaged since system booted).
82 + unit: "{operation}"
83 metric_tags:
84 - symbol:
85 name: freenas.zpoolDescr
@@ -66,12 +92,20 @@ metrics:
92 symbols:
93 - name: freenas.datasetAllocationUnits
94 OID: 1.3.6.1.4.1.50536.1.2.1.1.3
95 + description: Allocation units for the dataset
96 + unit: "By"
97 - name: freenas.datasetSize
98 OID: 1.3.6.1.4.1.50536.1.2.1.1.4
99 + description: Size of the dataset
100 + unit: "By"
101 - name: freenas.datasetUsed
102 OID: 1.3.6.1.4.1.50536.1.2.1.1.5
103 + description: Used space in the dataset
104 + unit: "By"
105 - name: freenas.datasetAvailable
106 OID: 1.3.6.1.4.1.50536.1.2.1.1.6
107 + description: Available space in the dataset
108 + unit: "By"
109 metric_tags:
110 - symbol:
111 name: freenas.datasetDescr
@@ -84,14 +118,24 @@ metrics:
118 symbols:
119 - name: freenas.zvolAllocationUnits
120 OID: 1.3.6.1.4.1.50536.1.3.1.1.3
121 + description: Allocation units for the zvol
122 + unit: "By"
123 - name: freenas.zvolSize
124 OID: 1.3.6.1.4.1.50536.1.3.1.1.4
125 + description: Size of the zvol
126 + unit: "By"
127 - name: freenas.zvolUsed
128 OID: 1.3.6.1.4.1.50536.1.3.1.1.5
129 + description: Used space in the zvol
130 + unit: "By"
131 - name: freenas.zvolAvailable
132 OID: 1.3.6.1.4.1.50536.1.3.1.1.6
133 + description: Available space in the zvol
134 + unit: "By"
135 - name: freenas.zvolReferenced
136 OID: 1.3.6.1.4.1.50536.1.3.1.1.7
137 + description: Referenced space in the zvol
138 + unit: "By"
139 metric_tags:
140 - symbol:
141 name: freenas.zvolDescr
@@ -101,71 +145,107 @@ metrics:
145 symbol:
146 name: freenas.zfsArcSize
147 OID: 1.3.6.1.4.1.50536.1.4.1.0
148 + description: Size of the ARC cache
149 + unit: "By"
150 - MIB: FREENAS-MIB
151 symbol:
152 name: freenas.zfsArcCacheMissRatio # zfsArcCacheMissRatio is a string representing a float value
153 OID: 1.3.6.1.4.1.50536.1.4.10.0
154 + description: Arc cache miss ration percentage
155 + unit: "%"
156 - MIB: FREENAS-MIB
157 symbol:
158 name: freenas.zfsArcMeta
159 OID: 1.3.6.1.4.1.50536.1.4.2.0
160 + description: Metadata size in the ARC cache
161 + unit: "By"
162 - MIB: FREENAS-MIB
163 symbol:
164 name: freenas.zfsArcData
165 OID: 1.3.6.1.4.1.50536.1.4.3.0
166 + description: Data size in the ARC cache
167 + unit: "By"
168 - MIB: FREENAS-MIB
169 symbol:
170 name: freenas.zfsArcHits
171 OID: 1.3.6.1.4.1.50536.1.4.4.0
172 + description: Number of ARC cache hits
173 + unit: "{hit}"
174 - MIB: FREENAS-MIB
175 symbol:
176 name: freenas.zfsArcMisses
177 OID: 1.3.6.1.4.1.50536.1.4.5.0
178 + description: Number of ARC cache misses
179 + unit: "{miss}"
180 - MIB: FREENAS-MIB
181 symbol:
182 name: freenas.zfsArcC
183 OID: 1.3.6.1.4.1.50536.1.4.6.0
184 + description: ARC cache target size
185 + unit: "By"
186 - MIB: FREENAS-MIB
187 symbol:
188 name: freenas.zfsArcP
189 OID: 1.3.6.1.4.1.50536.1.4.7.0
190 + description: ARC cache size
191 + unit: "By"
192 - MIB: FREENAS-MIB
193 symbol:
194 name: freenas.zfsArcMissPercent # zfsArcMissPercent is a string representing a float value
195 OID: 1.3.6.1.4.1.50536.1.4.8.0
196 + description: Arc miss percentage
197 + unit: "%"
198 - MIB: FREENAS-MIB
199 symbol:
200 name: freenas.zfsArcCacheHitRatio # zfsArcCacheHitRatio is a string representing a float value
201 OID: 1.3.6.1.4.1.50536.1.4.9.0
202 + description: Arc cache hit ration percentage
203 + unit: "%"
204 - MIB: FREENAS-MIB
205 symbol:
206 name: freenas.zfsL2ArcHits
207 OID: 1.3.6.1.4.1.50536.1.5.1.0
208 + description: Number of L2ARC cache hits
209 + unit: "{hit}"
210 - MIB: FREENAS-MIB
211 symbol:
212 name: freenas.zfsL2ArcMisses
213 OID: 1.3.6.1.4.1.50536.1.5.2.0
214 + description: Number of L2ARC cache misses
215 + unit: "{miss}"
216 - MIB: FREENAS-MIB
217 symbol:
218 name: freenas.zfsL2ArcRead
219 OID: 1.3.6.1.4.1.50536.1.5.3.0
220 + description: Number of L2ARC reads
221 + unit: "{read}"
222 - MIB: FREENAS-MIB
223 symbol:
224 name: freenas.zfsL2ArcWrite
225 OID: 1.3.6.1.4.1.50536.1.5.4.0
226 + description: Number of L2ARC writes
227 + unit: "{write}"
228 - MIB: FREENAS-MIB
229 symbol:
230 name: freenas.zfsL2ArcSize
231 OID: 1.3.6.1.4.1.50536.1.5.5.0
232 + description: Size of the L2ARC cache
233 + unit: "By"
234 - MIB: FREENAS-MIB
235 symbol:
236 name: freenas.zfsZilstatOps1sec
237 OID: 1.3.6.1.4.1.50536.1.6.1.0
238 + description: The ops column parsed from the command zilstat 1 1
239 + unit: "{operation}"
240 - MIB: FREENAS-MIB
241 symbol:
242 name: freenas.zfsZilstatOps5sec
243 OID: 1.3.6.1.4.1.50536.1.6.2.0
244 + description: The ops column parsed from the command zilstat 5 1
245 + unit: "{operation}"
246 - MIB: FREENAS-MIB
247 symbol:
248 name: freenas.zfsZilstatOps10sec
249 OID: 1.3.6.1.4.1.50536.1.6.3.0
250 + description: The ops column parsed from the command zilstat 10 1
251 + unit: "{operation}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/juniper-pulse-secure.yaml
+48 -8
@@ -9,109 +9,149 @@ metrics:
9 symbol:
10 OID: 1.3.6.1.4.1.12532.1.0
11 name: juniper.ive.logFullPercent
12 + description: Percentage of log file full
13 + unit: "%"
14 - MIB: JUNIPER-IVE-MIB
15 symbol:
16 OID: 1.3.6.1.4.1.12532.2.0
17 name: juniper.ive.signedInWebUsers
18 + description: Number of signed-in web users
19 + unit: "{session}"
20 - MIB: JUNIPER-IVE-MIB
21 symbol:
22 OID: 1.3.6.1.4.1.12532.3.0
23 name: juniper.ive.signedInMailUsers
24 + description: Number of signed-in mail users
25 + unit: "{session}"
26 - MIB: JUNIPER-IVE-MIB
27 symbol:
28 OID: 1.3.6.1.4.1.12532.10.0
29 name: cpu.usage
30 + description: The cpu utilization of the ive system
31 + unit: "%"
32 - MIB: JUNIPER-IVE-MIB
33 symbol:
34 OID: 1.3.6.1.4.1.12532.11.0
35 name: memory.usage
36 + description: The memory utilization of the ive system
37 + unit: "%"
38 - MIB: JUNIPER-IVE-MIB
39 symbol:
40 OID: 1.3.6.1.4.1.12532.12.0
41 name: juniper.ive.iveConcurrentUsers
42 + description: The total number of concurrent user licenses used for the ive node
43 + unit: "{session}"
44 - MIB: JUNIPER-IVE-MIB
45 symbol:
46 OID: 1.3.6.1.4.1.12532.13.0
47 name: juniper.ive.clusterConcurrentUsers
48 + description: The total number of concurrent user licenses used for the cluster
49 + unit: "{session}"
50 - MIB: JUNIPER-IVE-MIB
51 symbol:
52 OID: 1.3.6.1.4.1.12532.14.0
53 name: juniper.ive.iveTotalHits
54 metric_type: monotonic_count
55 + description: The total number of hits to the ive since last reboot
56 + unit: "{hit}"
57 - MIB: JUNIPER-IVE-MIB
58 symbol:
59 OID: 1.3.6.1.4.1.12532.15.0
60 name: juniper.ive.iveFileHits
61 metric_type: monotonic_count
62 + description: The total number of file hits to the ive since last reboot
63 + unit: "{hit}"
64 - MIB: JUNIPER-IVE-MIB
65 symbol:
66 OID: 1.3.6.1.4.1.12532.16.0
67 name: juniper.ive.iveWebHits
68 metric_type: monotonic_count
69 + description: The total number of hits via the web interface since the last reboot
70 + unit: "{hit}"
71 - MIB: JUNIPER-IVE-MIB
72 symbol:
73 OID: 1.3.6.1.4.1.12532.17.0
74 name: juniper.ive.iveAppletHits
75 metric_type: monotonic_count
76 + description: The total number of applet hits to the ive since last reboot
77 + unit: "{hit}"
78 - MIB: JUNIPER-IVE-MIB
79 symbol:
80 OID: 1.3.6.1.4.1.12532.18.0
81 name: juniper.ive.ivetermHits
82 metric_type: monotonic_count
83 + description: The total number of terminal hits to the ive since last reboot
84 + unit: "{hit}"
85 - MIB: JUNIPER-IVE-MIB
86 symbol:
87 OID: 1.3.6.1.4.1.12532.19.0
88 name: juniper.ive.iveSAMHits
89 metric_type: monotonic_count
90 + description: The total number of sam secure application manager hits since last reboot
91 + unit: "{hit}"
92 - MIB: JUNIPER-IVE-MIB
93 symbol:
94 OID: 1.3.6.1.4.1.12532.20.0
95 name: juniper.ive.iveNCHits
96 metric_type: monotonic_count
97 + description: The total number of nc network connect hits since last reboot
98 + unit: "{hit}"
99 - MIB: JUNIPER-IVE-MIB
100 symbol:
101 OID: 1.3.6.1.4.1.12532.21.0
102 name: juniper.ive.meetingHits
103 metric_type: monotonic_count
104 + description: The total number of meeting hits since last reboot
105 + unit: "{hit}"
106 - MIB: JUNIPER-IVE-MIB
107 symbol:
108 OID: 1.3.6.1.4.1.12532.24.0
109 name: juniper.ive.iveSwapUtil
110 + description: The swap utilization of the ive system
111 + unit: "%"
112 - MIB: JUNIPER-IVE-MIB
113 symbol:
114 OID: 1.3.6.1.4.1.12532.25.0
115 name: juniper.ive.diskFullPercent
116 + description: Percentage of disk space full
117 + unit: "%"
118 - MIB: JUNIPER-IVE-MIB
119 symbol:
120 OID: 1.3.6.1.4.1.12532.42.0
121 name: juniper.ive.iveTemperature
122 + description: The temperature of mag application blade other platform such as sa and ic will return 0
123 + unit: "Cel"
124 - MIB: JUNIPER-IVE-MIB
125 symbol:
126 OID: 1.3.6.1.4.1.12532.43.0
127 name: juniper.ive.iveVPNTunnels
128 + description: The number of concurrent pulse ipsec and nc users
129 + unit: "{session}"
130 - MIB: JUNIPER-IVE-MIB
131 symbol:
132 OID: 1.3.6.1.4.1.12532.44.0
133 name: juniper.ive.iveSSLConnections
134 + description: Total number of ssl connection
135 + unit: "{connection}"
136 # Commented since iveTotalSignedInUsers is not present in the most recent JUNIPER-IVE-MIB we managed to find
137 # - MIB: JUNIPER-IVE-MIB
138 # symbol:
139 # OID: 1.3.6.1.4.1.12532.48.0
140 # name: juniper.ive.iveTotalSignedInUsers
141 metric_tags:
102 - - # MIB: PULSESECURE-PSG-MIB
103 - tag: juniper_ive_product_name
142 + # MIB: PULSESECURE-PSG-MIB
143 + - tag: juniper_ive_product_name
144 OID: 1.3.6.1.4.1.12532.6.0
145 symbol: productName
106 - - # MIB: PULSESECURE-PSG-MIB
107 - tag: juniper_ive_product_version
146 + # MIB: PULSESECURE-PSG-MIB
147 + - tag: juniper_ive_product_version
148 OID: 1.3.6.1.4.1.12532.7.0
149 symbol: productVersion
110 - - # MIB: PULSESECURE-PSG-MIB
111 - tag: juniper_ive_esap_version
150 + # MIB: PULSESECURE-PSG-MIB
151 + - tag: juniper_ive_esap_version
152 OID: 1.3.6.1.4.1.12532.45.0
153 symbol: esapVersion
114 - - # MIB: PULSESECURE-PSG-MIB
115 - tag: juniper_ive_ive_max_concurrent_users_license_capacity
154 + # MIB: PULSESECURE-PSG-MIB
155 + - tag: juniper_ive_ive_max_concurrent_users_license_capacity
156 OID: 1.3.6.1.4.1.12532.55.0
157 symbol: iveMaxConcurrentUsersLicenseCapacity
src/go/plugin/go.d/config/go.d/snmp.profiles/default/juniper.yaml
-1
@@ -18,4 +18,3 @@ extends:
18 sysobjectid:
19 - 1.3.6.1.4.1.2636.1.1.1.2.* # Products
20 - 1.3.6.1.4.1.2636.1.1.1.4.* # Variations
21 -
\ No newline at end of file
src/go/plugin/go.d/config/go.d/snmp.profiles/default/kyocera-printer.yaml
+6
@@ -18,6 +18,8 @@ metrics:
18 symbols:
19 - OID: 1.3.6.1.4.1.1347.43.18.2.1.3
20 name: kcprtAlertStateCode
21 + description: "Alert state code"
22 + unit: "TBD"
23 metric_tags:
24 - symbol:
25 OID: 1.3.6.1.4.1.1347.43.18.2.1.2
@@ -30,8 +32,12 @@ metrics:
32 symbols:
33 - OID: 1.3.6.1.4.1.1347.43.20.1.1.4
34 name: kcprtMemoryDeviceTotalSize
35 + description: "Total size of the memory device"
36 + unit: "By"
37 - OID: 1.3.6.1.4.1.1347.43.20.1.1.5
38 name: kcprtMemoryDeviceUsedSize
39 + description: "Used size of the memory device"
40 + unit: "By"
41 metric_tags:
42 - symbol:
43 OID: 1.3.6.1.4.1.1347.43.20.1.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/mcafee-web-gateway.yaml
+66
@@ -13,160 +13,224 @@ metrics:
13 symbol:
14 name: cpu.usage
15 OID: 1.3.6.1.4.1.1230.2.7.2.5.1.0
16 + description: Current overall CPU usage in percent
17 + unit: "%"
18 - MIB: MCAFEE-MWG-MIB
19 symbol:
20 name: memory.usage
21 OID: 1.3.6.1.4.1.1230.2.7.2.5.15.0
22 + description: Virtual memory consumption of the main processes divided by RAM + half of SWAP space. Projected to 0-100.
23 + unit: "%"
24 - MIB: MCAFEE-MWG-MIB
25 symbol:
26 name: mcafee.mwg.stMalwareDetected
27 OID: 1.3.6.1.4.1.1230.2.7.2.1.2.0
28 metric_type: monotonic_count
29 + description: Number of infections detected by the McAfee Gateway Antimalware Engine
30 + unit: "{infection}"
31 - MIB: MCAFEE-MWG-MIB
32 symbol:
33 name: mcafee.mwg.stConnectionsLegitimate
34 OID: 1.3.6.1.4.1.1230.2.7.2.1.3.0
35 metric_type: monotonic_count
36 + description: Number of connections that not have been blocked
37 + unit: "{connection}"
38 - MIB: MCAFEE-MWG-MIB
39 symbol:
40 name: mcafee.mwg.stBlockedByAntiMalware
41 OID: 1.3.6.1.4.1.1230.2.7.2.1.4.0
42 metric_type: monotonic_count
43 + description: Number of connections blocked by Anti-Malware
44 + unit: "{connection}"
45 - MIB: MCAFEE-MWG-MIB
46 symbol:
47 name: mcafee.mwg.stConnectionsBlocked
48 OID: 1.3.6.1.4.1.1230.2.7.2.1.5.0
49 metric_type: monotonic_count
50 + description: Number of blocked connections
51 + unit: "{connection}"
52 - MIB: MCAFEE-MWG-MIB
53 symbol:
54 name: mcafee.mwg.stBlockedByMediaFilter
55 OID: 1.3.6.1.4.1.1230.2.7.2.1.6.0
56 metric_type: monotonic_count
57 + description: Number of connections that have been blocked by the Media-Type filter
58 + unit: "{connection}"
59 - MIB: MCAFEE-MWG-MIB
60 symbol:
61 name: mcafee.mwg.stBlockedByURLFilter
62 OID: 1.3.6.1.4.1.1230.2.7.2.1.7.0
63 metric_type: monotonic_count
64 + description: Number of connection that have been blocked by the URL filter
65 + unit: "{connection}"
66 - MIB: MCAFEE-MWG-MIB
67 symbol:
68 name: mcafee.mwg.stMimeType
69 OID: 1.3.6.1.4.1.1230.2.7.2.1.8.0
70 metric_type: monotonic_count
71 + description: Number of media types detected by the Media Type filter
72 + unit: "{media_type}"
73 - MIB: MCAFEE-MWG-MIB
74 symbol:
75 name: mcafee.mwg.stCategories
76 OID: 1.3.6.1.4.1.1230.2.7.2.1.9.0
77 metric_type: monotonic_count
78 + description: Number of categories detected by the URL filter
79 + unit: "{category}"
80 - MIB: MCAFEE-MWG-MIB
81 symbol:
82 name: mcafee.mwg.stHttpRequests
83 OID: 1.3.6.1.4.1.1230.2.7.2.2.1.0
84 metric_type: monotonic_count
85 + description: Number of HTTP requests
86 + unit: "{request}"
87 - MIB: MCAFEE-MWG-MIB
88 symbol:
89 name: mcafee.mwg.stHttpTraffic
90 OID: 1.3.6.1.4.1.1230.2.7.2.2.2.0
91 metric_type: monotonic_count
92 + description: Number of bytes tranferred between proxy and server(s) using the HTTP protocol
93 + unit: "By"
94 - MIB: MCAFEE-MWG-MIB
95 symbol:
96 name: mcafee.mwg.stHttpBytesFromClient
97 OID: 1.3.6.1.4.1.1230.2.7.2.2.3.0
98 metric_type: monotonic_count
99 + description: Number of bytes transferred from client to proxy using the HTTP protocol
100 + unit: "By"
101 - MIB: MCAFEE-MWG-MIB
102 symbol:
103 name: mcafee.mwg.stHttpBytesFromServer
104 OID: 1.3.6.1.4.1.1230.2.7.2.2.4.0
105 metric_type: monotonic_count
106 + description: Number of bytes transferred from server to proxy using the HTTP protocol
107 + unit: "By"
108 - MIB: MCAFEE-MWG-MIB
109 symbol:
110 name: mcafee.mwg.stHttpBytesToClient
111 OID: 1.3.6.1.4.1.1230.2.7.2.2.5.0
112 metric_type: monotonic_count
113 + description: Number of bytes transferred from proxy to client(s) using the HTTP protocol
114 + unit: "By"
115 - MIB: MCAFEE-MWG-MIB
116 symbol:
117 name: mcafee.mwg.stHttpBytesToServer
118 OID: 1.3.6.1.4.1.1230.2.7.2.2.6.0
119 metric_type: monotonic_count
120 + description: Number of bytes transferred from proxy to server(s) using the HTTP protocol
121 + unit: "By"
122 - MIB: MCAFEE-MWG-MIB
123 symbol:
124 name: mcafee.mwg.stHttpsRequests
125 OID: 1.3.6.1.4.1.1230.2.7.2.3.1.0
126 metric_type: monotonic_count
127 + description: Number of HTTPS requests
128 + unit: "{request}"
129 - MIB: MCAFEE-MWG-MIB
130 symbol:
131 name: mcafee.mwg.stHttpsTraffic
132 OID: 1.3.6.1.4.1.1230.2.7.2.3.2.0
133 metric_type: monotonic_count
134 + description: Number of bytes tranferred between proxy and server(s) using the HTTPS protocol
135 + unit: "By"
136 - MIB: MCAFEE-MWG-MIB
137 symbol:
138 name: mcafee.mwg.stHttpsBytesFromClient
139 OID: 1.3.6.1.4.1.1230.2.7.2.3.3.0
140 metric_type: monotonic_count
141 + description: Number of bytes tranferred from client(s) to proxy using the HTTPS protocol
142 + unit: "By"
143 - MIB: MCAFEE-MWG-MIB
144 symbol:
145 name: mcafee.mwg.stHttpsBytesFromServer
146 OID: 1.3.6.1.4.1.1230.2.7.2.3.4.0
147 metric_type: monotonic_count
148 + description: Number of bytes tranferred from server(s) to proxy using the HTTPS protocol
149 + unit: "By"
150 - MIB: MCAFEE-MWG-MIB
151 symbol:
152 name: mcafee.mwg.stHttpsBytesToClient
153 OID: 1.3.6.1.4.1.1230.2.7.2.3.5.0
154 metric_type: monotonic_count
155 + description: Number of bytes tranferred from proxy to client(s) and proxy using the HTTPS protocol
156 + unit: "By"
157 - MIB: MCAFEE-MWG-MIB
158 symbol:
159 name: mcafee.mwg.stHttpsBytesToServer
160 OID: 1.3.6.1.4.1.1230.2.7.2.3.6.0
161 metric_type: monotonic_count
162 + description: Number of bytes tranferred from proxy to server(s) and proxy using the HTTPS protocol
163 + unit: "By"
164 - MIB: MCAFEE-MWG-MIB
165 symbol:
166 name: mcafee.mwg.stFtpTraffic
167 OID: 1.3.6.1.4.1.1230.2.7.2.4.1.0
168 metric_type: monotonic_count
169 + description: Number of bytes transmitted between proxy and server(s) using the FTP protocol
170 + unit: "By"
171 - MIB: MCAFEE-MWG-MIB
172 symbol:
173 name: mcafee.mwg.stFtpBytesFromClient
174 OID: 1.3.6.1.4.1.1230.2.7.2.4.2.0
175 metric_type: monotonic_count
176 + description: Number of bytes tranferred from proxy to client(s) using the FTP protocol
177 + unit: "By"
178 - MIB: MCAFEE-MWG-MIB
179 symbol:
180 name: mcafee.mwg.stFtpBytesFromServer
181 OID: 1.3.6.1.4.1.1230.2.7.2.4.3.0
182 metric_type: monotonic_count
183 + description: Number of bytes tranferred from server(s) to proxy using the FTP protocol
184 + unit: "By"
185 - MIB: MCAFEE-MWG-MIB
186 symbol:
187 name: mcafee.mwg.stFtpBytesToClient
188 OID: 1.3.6.1.4.1.1230.2.7.2.4.4.0
189 metric_type: monotonic_count
190 + description: Number of bytes tranferred from proxy to client(s) using the FTP protocol
191 + unit: "By"
192 - MIB: MCAFEE-MWG-MIB
193 symbol:
194 name: mcafee.mwg.stFtpBytesToServer
195 OID: 1.3.6.1.4.1.1230.2.7.2.4.5.0
196 metric_type: monotonic_count
197 + description: Number of bytes tranferred from proxy to server(s) using the FTP protocol
198 + unit: "By"
199 - MIB: MCAFEE-MWG-MIB
200 symbol:
201 name: mcafee.mwg.stClientCount
202 OID: 1.3.6.1.4.1.1230.2.7.2.5.2.0
203 metric_type: monotonic_count
204 + description: Currently connected clients
205 + unit: "{client}"
206 - MIB: MCAFEE-MWG-MIB
207 symbol:
208 name: mcafee.mwg.stConnectedSockets
209 OID: 1.3.6.1.4.1.1230.2.7.2.5.3.0
210 metric_type: monotonic_count
211 + description: Number of open network sockets in use by the proxy
212 + unit: "{socket}"
213 - MIB: MCAFEE-MWG-MIB
214 symbol:
215 name: mcafee.mwg.stResolveHostViaDNS
216 OID: 1.3.6.1.4.1.1230.2.7.2.5.6.0
217 metric_type: monotonic_count
218 + description: Time to resolve DNS in ms
219 + unit: "ms"
220 - MIB: MCAFEE-MWG-MIB
221 symbol:
222 name: mcafee.mwg.stTimeConsumedByRuleEngine
223 OID: 1.3.6.1.4.1.1230.2.7.2.5.7.0
224 metric_type: monotonic_count
225 + description: Average time used by the rule engine in ms
226 + unit: "ms"
227 - MIB: MCAFEE-MWG-MIB
228 symbol:
229 name: mcafee.mwg.stTimeForTransaction
230 OID: 1.3.6.1.4.1.1230.2.7.2.5.8.0
231 metric_type: monotonic_count
232 + description: Average time for transaction in ms
233 + unit: "ms"
234 - MIB: MCAFEE-MWG-MIB
235 table:
236 name: stCategoriesTable
@@ -175,6 +239,8 @@ metrics:
239 - name: mcafee.mwg.stCategoryCount
240 OID: 1.3.6.1.4.1.1230.2.7.2.1.10.1.2
241 metric_type: monotonic_count
242 + description: Number of times the URL filter detected this category
243 + unit: "{occurrence}"
244 metric_tags:
245 - symbol:
246 name: mcafee.mwg.stCategoryName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/meraki-cloud-controller.yaml
+14
@@ -28,8 +28,12 @@ metrics:
28 symbols:
29 - OID: 1.3.6.1.4.1.29671.1.1.4.1.3
30 name: devStatus
31 + description: "The status of the device's connection to the Meraki Cloud Controller Enumeration: 'offline': 0, 'online': 1."
32 + unit: "TBD"
33 - OID: 1.3.6.1.4.1.29671.1.1.4.1.5
34 name: devClientCount
35 + description: The number of clients currently associated with the device.
36 + unit: "{client}"
37 metric_tags:
38 # devMac is part of the devTable index
39 - symbol:
@@ -58,6 +62,8 @@ metrics:
62 symbols:
63 - name: meraki.dev
64 constant_value_one: true
65 + description: Meraki dev constant value one
66 + unit: "TBD"
67 metric_tags:
68 # devMac is part of the devTable index
69 - symbol:
@@ -93,12 +99,20 @@ metrics:
99 symbols:
100 - OID: 1.3.6.1.4.1.29671.1.1.5.1.4
101 name: devInterfaceSentPkts
102 + description: The number of packets sent on this interface.
103 + unit: "{packet}"
104 - OID: 1.3.6.1.4.1.29671.1.1.5.1.5
105 name: devInterfaceRecvPkts
106 + description: The number of packets received on this interface.
107 + unit: "{packet}"
108 - OID: 1.3.6.1.4.1.29671.1.1.5.1.6
109 name: devInterfaceSentBytes
110 + description: The number of bytes sent on this interface.
111 + unit: "By"
112 - OID: 1.3.6.1.4.1.29671.1.1.5.1.7
113 name: devInterfaceRecvBytes
114 + description: The number of bytes received on this interface.
115 + unit: "By"
116 metric_tags:
117 # devMac and devInterfaceIndex are part of the devInterfaceTable index
118 - symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/mikrotik-router.yaml
+30
@@ -18,16 +18,28 @@ metrics:
18 symbols:
19 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.6
20 name: mtxrOpticalTemperature
21 + description: Temperature at sensor chip
22 + unit: "Cel"
23 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.10
24 name: mtxrOpticalRxPower
25 + description: Received optical power
26 + unit: "mW"
27 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.7
28 name: mtxrOpticalSupplyVoltage
29 + description: Supply voltage
30 + unit: "V"
31 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.8
32 name: mtxrOpticalTxBiasCurrent
33 + description: Transmit bias current
34 + unit: "mA"
35 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.5
36 name: mtxrOpticalWavelength
37 + description: Optical wavelength
38 + unit: "nm"
39 - OID: 1.3.6.1.4.1.14988.1.1.19.1.1.9
40 name: mtxrOpticalTxPower
41 + description: Transmit optical power
42 + unit: "mW"
43 metric_tags:
44 - symbol:
45 OID: 1.3.6.1.4.1.14988.1.1.19.1.1.1
@@ -55,14 +67,20 @@ metrics:
67 symbol:
68 OID: 1.3.6.1.4.1.14988.1.1.3.6
69 name: mtxrHlCpuTemperature
70 + description: Temperature near cpu
71 + unit: "Cel"
72 - MIB: MIKROTIK-MIB
73 symbol:
74 OID: 1.3.6.1.4.1.14988.1.1.3.10
75 name: mtxrHlTemperature
76 + description: Temperature at sensor chip
77 + unit: "Cel"
78 - MIB: MIKROTIK-MIB
79 symbol:
80 OID: 1.3.6.1.4.1.14988.1.1.3.8
81 name: mtxrHlVoltage
82 + description: Core voltage
83 + unit: "V"
84 - MIB: MIKROTIK-MIB
85 table:
86 OID: 1.3.6.1.4.1.14988.1.1.15.1
@@ -70,10 +88,16 @@ metrics:
88 symbols:
89 - OID: 1.3.6.1.4.1.14988.1.1.15.1.1.6
90 name: mtxrPOEPower
91 + description: Power over ethernet
92 + unit: "W"
93 - OID: 1.3.6.1.4.1.14988.1.1.15.1.1.4
94 name: mtxrPOEVoltage
95 + description: Power over ethernet voltage
96 + unit: "V"
97 - OID: 1.3.6.1.4.1.14988.1.1.15.1.1.5
98 name: mtxrPOECurrent
99 + description: Power over ethernet current
100 + unit: "mA"
101 metric_tags:
102 - symbol:
103 OID: 1.3.6.1.4.1.14988.1.1.15.1.1.1
@@ -106,6 +130,8 @@ metrics:
130 symbol:
131 OID: 1.3.6.1.2.1.25.3.3.1.2.1
132 name: cpu.usage
133 + description: Average percentage of time that this processor was not idle
134 + unit: "%"
135 - MIB: HOST-RESOURCES-MIB
136 table:
137 OID: 1.3.6.1.2.1.25.2.3
@@ -113,8 +139,12 @@ metrics:
139 symbols:
140 - OID: 1.3.6.1.2.1.25.2.3.1.5
141 name: memory.total
142 + description: Size of the storage represented by this entry in allocation units
143 + unit: "{memory_allocation_unit}"
144 - OID: 1.3.6.1.2.1.25.2.3.1.6
145 name: memory.used
146 + description: Amount of the storage represented by this entry that is allocated
147 + unit: "{memory_allocation_unit}"
148 metric_tags:
149 - tag: mem
150 index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nasuni-filer.yaml
+116
@@ -21,197 +21,293 @@ metrics:
21 symbol:
22 OID: 1.3.6.1.4.1.42040.1.6.0
23 name: nasuni.filerTotalUnprotectedData
24 + description: Total amount of unprotected data on the filer
25 + unit: "By"
26 - MIB: NASUNI-FILER-MIB
27 symbol:
28 OID: 1.3.6.1.4.1.42040.1.7.0
29 name: nasuni.filerPushesCompleted
30 + description: Number of completed pushes
31 + unit: "{push}"
32 - MIB: NASUNI-FILER-MIB
33 symbol:
34 OID: 1.3.6.1.4.1.42040.1.8.0
35 name: nasuni.filerTotalPushed
36 + description: Total amount of data pushed
37 + unit: "By"
38 - MIB: NASUNI-FILER-MIB
39 symbol:
40 OID: 1.3.6.1.4.1.42040.1.9.0
41 name: nasuni.filerTotalRead
42 + description: Total amount of data read
43 + unit: "By"
44 - MIB: NASUNI-FILER-MIB
45 symbol:
46 OID: 1.3.6.1.4.1.42040.1.10.0
47 name: nasuni.filerOpensForRead
48 + description: Number of opens for read
49 + unit: "{open}"
50 - MIB: NASUNI-FILER-MIB
51 symbol:
52 OID: 1.3.6.1.4.1.42040.1.11.0
53 name: nasuni.filerOpensForWrite
54 + description: Number of opens for write
55 + unit: "{open}"
56 - MIB: NASUNI-FILER-MIB
57 symbol:
58 OID: 1.3.6.1.4.1.42040.1.12.0
59 name: nasuni.filerMergeConflicts
60 + description: Number of merge conflicts
61 + unit: "{conflict}"
62 - MIB: NASUNI-FILER-MIB
63 symbol:
64 OID: 1.3.6.1.4.1.42040.1.13.0
65 name: nasuni.filerReadHits
66 + description: Number of read hits
67 + unit: "{hit}"
68 - MIB: NASUNI-FILER-MIB
69 symbol:
70 OID: 1.3.6.1.4.1.42040.1.14.0
71 name: nasuni.filerReadMisses
72 + description: Number of read misses
73 + unit: "{miss}"
74 - MIB: NASUNI-FILER-MIB
75 metric_type: gauge
76 symbol:
77 OID: 1.3.6.1.4.1.42040.1.100.1.0
78 name: nasuni.filerCacheTotal
79 + description: Total cache size
80 + unit: "By"
81 - MIB: NASUNI-FILER-MIB
82 metric_type: gauge
83 symbol:
84 OID: 1.3.6.1.4.1.42040.1.100.2.0
85 name: nasuni.filerCacheUsed
86 + description: Used cache size
87 + unit: "By"
88 - MIB: NASUNI-FILER-MIB
89 metric_type: gauge
90 symbol:
91 OID: 1.3.6.1.4.1.42040.1.100.3.0
92 name: nasuni.filerCacheFree
93 + description: Free cache size
94 + unit: "By"
95 - MIB: NASUNI-FILER-MIB
96 symbol:
97 OID: 1.3.6.1.4.1.42040.1.103.1.0
98 name: nasuni.filerTotalShares
99 + description: Total number of shares
100 + unit: "{share}"
101 - MIB: NASUNI-FILER-MIB
102 symbol:
103 OID: 1.3.6.1.4.1.42040.1.103.2.0
104 name: nasuni.filerTotalShareLocks
105 + description: Total number of share locks
106 + unit: "{lock}"
107 - MIB: NASUNI-FILER-MIB
108 symbol:
109 OID: 1.3.6.1.4.1.42040.1.103.3.0
110 name: nasuni.filerTotalShareClients
111 + description: Total number of share clients
112 + unit: "{client}"
113 - MIB: NASUNI-FILER-MIB
114 symbol:
115 OID: 1.3.6.1.4.1.42040.1.104.1.0
116 name: nasuni.filerTotalExports
117 + description: Total number of exports
118 + unit: "{export}"
119 - MIB: NASUNI-FILER-MIB
120 symbol:
121 OID: 1.3.6.1.4.1.42040.1.105.1.0
122 name: nasuni.filerTotalIscsiTargets
123 + description: Total number of iSCSI targets
124 + unit: "{target}"
125 - MIB: NASUNI-FILER-MIB
126 symbol:
127 OID: 1.3.6.1.4.1.42040.1.105.2.0
128 name: nasuni.filerTotalIscsiClients
129 + description: Total number of iSCSI clients
130 + unit: "{client}"
131 - MIB: NASUNI-FILER-MIB
132 symbol:
133 OID: 1.3.6.1.4.1.42040.1.109.1.0
134 name: nasuni.filerTotalFtpdirs
135 + description: Total number of FTP directories
136 + unit: "{directory}"
137 - MIB: NASUNI-FILER-MIB
138 symbol:
139 OID: 1.3.6.1.4.1.42040.1.106.1.0
140 name: nasuni.filerTotalMobileLicenses
141 + description: Total number of mobile licenses
142 + unit: "{license}"
143 - MIB: NASUNI-FILER-MIB
144 symbol:
145 OID: 1.3.6.1.4.1.42040.1.106.2.0
146 name: nasuni.filerNumIOSLicenses
147 + description: Number of iOS licenses
148 + unit: "{license}"
149 - MIB: NASUNI-FILER-MIB
150 symbol:
151 OID: 1.3.6.1.4.1.42040.1.106.3.0
152 name: nasuni.filerNumAndroidLicenses
153 + description: Number of Android licenses
154 + unit: "{license}"
155 - MIB: NASUNI-FILER-MIB
156 symbol:
157 OID: 1.3.6.1.4.1.42040.1.108.1.0
158 name: nasuni.filerCloudOut
159 + description: Amount of data sent to cloud
160 + unit: "By"
161 - MIB: NASUNI-FILER-MIB
162 symbol:
163 OID: 1.3.6.1.4.1.42040.1.108.2.0
164 name: nasuni.filerCloudIn
165 + description: Amount of data received from cloud
166 + unit: "By"
167 - MIB: NASUNI-FILER-MIB
168 symbol:
169 OID: 1.3.6.1.4.1.42040.1.108.3.0
170 name: nasuni.filerMobileOut
171 + description: Amount of data sent to mobile
172 + unit: "By"
173 - MIB: NASUNI-FILER-MIB
174 symbol:
175 OID: 1.3.6.1.4.1.42040.1.108.4.0
176 name: nasuni.filerMobileIn
177 + description: Amount of data received from mobile
178 + unit: "By"
179 - MIB: NASUNI-FILER-MIB
180 symbol:
181 OID: 1.3.6.1.4.1.42040.1.108.5.0
182 name: nasuni.filerUIOut
183 + description: Amount of data sent to UI
184 + unit: "By"
185 - MIB: NASUNI-FILER-MIB
186 symbol:
187 OID: 1.3.6.1.4.1.42040.1.108.6.0
188 name: nasuni.filerUIIn
189 + description: Amount of data received from UI
190 + unit: "By"
191 - MIB: NASUNI-FILER-MIB
192 symbol:
193 OID: 1.3.6.1.4.1.42040.1.108.7.0
194 name: nasuni.filerClientsOut
195 + description: Amount of data sent to clients
196 + unit: "By"
197 - MIB: NASUNI-FILER-MIB
198 symbol:
199 OID: 1.3.6.1.4.1.42040.1.108.8.0
200 name: nasuni.filerClientsIn
201 + description: Amount of data received from clients
202 + unit: "By"
203 - MIB: NASUNI-FILER-MIB
204 symbol:
205 OID: 1.3.6.1.4.1.42040.1.108.9.0
206 name: nasuni.filerMigrationOut
207 + description: Amount of data sent during migration
208 + unit: "By"
209 - MIB: NASUNI-FILER-MIB
210 symbol:
211 OID: 1.3.6.1.4.1.42040.1.108.10.0
212 name: nasuni.filerMigrationIn
213 + description: Amount of data received during migration
214 + unit: "By"
215 - MIB: NASUNI-FILER-MIB
216 symbol:
217 OID: 1.3.6.1.4.1.42040.3.1.0
218 name: nasuni.accountLicensedCapacity
219 + description: Licensed account capacity
220 + unit: "By"
221 - MIB: NASUNI-FILER-MIB
222 symbol:
223 OID: 1.3.6.1.4.1.42040.3.2.0
224 name: nasuni.accountUsedCapacity
225 + description: Used account capacity
226 + unit: "By"
227 - MIB: NASUNI-FILER-MIB
228 symbol:
229 OID: 1.3.6.1.4.1.42040.3.3.0
230 name: nasuni.accountPercentUsedCapacity
231 + description: Percent of used account capacity
232 + unit: "%"
233 - MIB: NASUNI-FILER-MIB
234 symbol:
235 OID: 1.3.6.1.4.1.42040.1.102.1.0
236 name: nasuni.filerAmbientTemp
237 + description: Ambient temperature of the filer
238 + unit: "Cel"
239 - MIB: NASUNI-FILER-MIB
240 symbol:
241 OID: 1.3.6.1.4.1.42040.1.102.2.0
242 name: nasuni.filerInletTemp
243 + description: Inlet temperature of the filer
244 + unit: "Cel"
245 - MIB: NASUNI-FILER-MIB
246 symbol:
247 OID: 1.3.6.1.4.1.42040.1.102.3.0
248 name: nasuni.filerExhaustTemp
249 + description: Exhaust temperature of the filer
250 + unit: "Cel"
251 - MIB: NASUNI-FILER-MIB
252 symbol:
253 OID: 1.3.6.1.4.1.42040.1.102.4.0
254 name: nasuni.filerNumPowerSupplies
255 + description: Number of power supplies
256 + unit: "{power_supply}"
257 - MIB: NASUNI-FILER-MIB
258 symbol:
259 OID: 1.3.6.1.4.1.42040.1.102.5.0
260 name: nasuni.filerPowerSupplyErrors
261 + description: Number of power supply errors
262 + unit: "{error}"
263 - MIB: NASUNI-FILER-MIB
264 symbol:
265 OID: 1.3.6.1.4.1.42040.1.102.6.0
266 name: nasuni.filerNumRaidArrays
267 + description: Number of RAID arrays
268 + unit: "{raid_array}"
269 - MIB: NASUNI-FILER-MIB
270 symbol:
271 OID: 1.3.6.1.4.1.42040.1.102.7.0
272 name: nasuni.filerRaidArrayErrors
273 + description: Number of RAID array errors
274 + unit: "{error}"
275 - MIB: NASUNI-FILER-MIB
276 symbol:
277 OID: 1.3.6.1.4.1.42040.1.102.8.0
278 name: nasuni.filerNumRaidDisks
279 + description: Number of RAID disks
280 + unit: "{raid_disk}"
281 - MIB: NASUNI-FILER-MIB
282 symbol:
283 OID: 1.3.6.1.4.1.42040.1.102.9.0
284 name: nasuni.filerRaidDiskErrors
285 + description: Number of RAID disk errors
286 + unit: "{error}"
287 - MIB: NASUNI-FILER-MIB
288 symbol:
289 OID: 1.3.6.1.4.1.42040.1.101.10.0
290 name: nasuni.filerDiskCount
291 + description: Number of disks
292 + unit: "{disk}"
293 - MIB: NASUNI-FILER-MIB
294 symbol:
295 OID: 1.3.6.1.4.1.42040.1.101.6.0
296 name: nasuni.filerPhysCpuCount
297 + description: Number of physical CPUs
298 + unit: "{cpu}"
299 - MIB: NASUNI-FILER-MIB
300 symbol:
301 OID: 1.3.6.1.4.1.42040.1.101.7.0
302 name: nasuni.filerCoreCount
303 + description: Number of CPU cores
304 + unit: "{core}"
305 - MIB: NASUNI-FILER-MIB
306 symbol:
307 OID: 1.3.6.1.4.1.42040.2.1.0
308 name: nasuni.volumeCount
309 + description: Number of volumes
310 + unit: "{volume}"
311 - MIB: NASUNI-FILER-MIB
312 table:
313 OID: 1.3.6.1.4.1.42040.2.2
@@ -219,24 +315,44 @@ metrics:
315 symbols:
316 - OID: 1.3.6.1.4.1.42040.2.2.1.6
317 name: nasuni.volumeTableAccessibleData
318 + description: Accessible data in volume table
319 + unit: "By"
320 - OID: 1.3.6.1.4.1.42040.2.2.1.7
321 name: nasuni.volumeTableUnprotectedData
322 + description: Unprotected data in volume table
323 + unit: "By"
324 - OID: 1.3.6.1.4.1.42040.2.2.1.10
325 name: nasuni.volumeTableLastSnapshotDuration
326 + description: Duration of last snapshot in volume table
327 + unit: "s"
328 - OID: 1.3.6.1.4.1.42040.2.2.1.11
329 name: nasuni.volumeTableLastSnapshotVersion
330 + description: Version of last snapshot in volume table
331 + unit: "TBD"
332 - OID: 1.3.6.1.4.1.42040.2.2.1.19
333 name: nasuni.volumeTableQuota
334 + description: Quota of volume table
335 + unit: "By"
336 - OID: 1.3.6.1.4.1.42040.2.2.1.20
337 name: nasuni.volumeTableNumAVViolations
338 + description: Number of AV violations in volume table
339 + unit: "{violation}"
340 - OID: 1.3.6.1.4.1.42040.2.2.1.21
341 name: nasuni.volumeTableNumFileAlerts
342 + description: Number of file alerts in volume table
343 + unit: "{alert}"
344 - OID: 1.3.6.1.4.1.42040.2.2.1.22
345 name: nasuni.volumeTableNumExports
346 + description: Number of exports in volume table
347 + unit: "{export}"
348 - OID: 1.3.6.1.4.1.42040.2.2.1.23
349 name: nasuni.volumeTableNumShares
350 + description: Number of shares in volume table
351 + unit: "{share}"
352 - OID: 1.3.6.1.4.1.42040.2.2.1.24
353 name: nasuni.volumeTableNumFtpdirs
354 + description: Number of FTP directories in volume table
355 + unit: "{directory}"
356 metric_tags:
357 - symbol:
358 OID: 1.3.6.1.4.1.42040.2.2.1.2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nec-univerge.yaml
+84
@@ -15,167 +15,251 @@ metrics:
15 symbol:
16 name: nec.picoCelsius
17 OID: 1.3.6.1.4.1.119.2.3.84.2.1.1.0
18 + description: Temperature in Celsius
19 + unit: "Cel"
20 - MIB: PICO-SMI
21 symbol:
22 name: nec.picoFahrenheit
23 OID: 1.3.6.1.4.1.119.2.3.84.2.1.2.0
24 + description: Temperature in Fahrenheit
25 + unit: "degF"
26 - MIB: PICO-SMI
27 symbol:
28 name: nec.picoVoltage
29 OID: 1.3.6.1.4.1.119.2.3.84.2.2.0
30 + description: Voltage level
31 + unit: "V"
32 - MIB: PICO-SMI
33 symbol:
34 name: cpu.usage
35 OID: 1.3.6.1.4.1.119.2.3.84.2.5.3.0
36 + description: CPU usage percentage
37 + unit: "%"
38 - MIB: PICO-SMI
39 symbol:
40 name: memory.usage
41 OID: 1.3.6.1.4.1.119.2.3.84.2.6.2.0
42 + description: Memory usage percentage
43 + unit: "%"
44 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
45 symbol:
46 name: nec.pikeGlobalActiveTunnels
47 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.1.0
48 + description: Number of active IPsec tunnels
49 + unit: "{tunnel}"
50 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
51 symbol:
52 name: nec.pikeGlobalInNotifys
53 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.6.0
54 + description: Number of inbound notifications
55 + unit: "{notification}"
56 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
57 symbol:
58 name: nec.pikeGlobalInP2Exchgs
59 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.7.0
60 + description: Number of inbound phase 2 exchanges
61 + unit: "{exchange}"
62 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
63 symbol:
64 name: nec.pikeGlobalInP2ExchgInvalids
65 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.8.0
66 + description: Number of invalid inbound phase 2 exchanges
67 + unit: "{exchange}"
68 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
69 symbol:
70 name: nec.pikeGlobalInP2ExchgRejects
71 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.9.0
72 + description: Number of rejected inbound phase 2 exchanges
73 + unit: "{exchange}"
74 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
75 symbol:
76 name: nec.pikeGlobalInP2SaDelRequests
77 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.10.0
78 + description: Number of inbound phase 2 SA delete requests
79 + unit: "{request}"
80 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
81 symbol:
82 name: nec.pikeGlobalOutNotifys
83 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.14.0
84 + description: Number of outbound notifications
85 + unit: "{notification}"
86 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
87 symbol:
88 name: nec.pikeGlobalOutP2Exchgs
89 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.15.0
90 + description: Number of outbound phase 2 exchanges
91 + unit: "{exchange}"
92 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
93 symbol:
94 name: nec.pikeGlobalOutP2ExchgInvalids
95 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.16.0
96 + description: Number of invalid outbound phase 2 exchanges
97 + unit: "{exchange}"
98 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
99 symbol:
100 name: nec.pikeGlobalOutP2ExchgRejects
101 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.17.0
102 + description: Number of rejected outbound phase 2 exchanges
103 + unit: "{exchange}"
104 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
105 symbol:
106 name: nec.pikeGlobalOutP2SaDelRequests
107 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.18.0
108 + description: Number of outbound phase 2 SA delete requests
109 + unit: "{request}"
110 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
111 symbol:
112 name: nec.pikeGlobalInitTunnels
113 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.19.0
114 + description: Number of initiated IPsec tunnels
115 + unit: "{tunnel}"
116 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
117 symbol:
118 name: nec.pikeGlobalInitTunnelFails
119 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.20.0
120 + description: Number of failed initiated tunnels
121 + unit: "{tunnel}"
122 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
123 symbol:
124 name: nec.pikeGlobalRespTunnelFails
125 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.21.0
126 + description: Number of failed responder tunnels
127 + unit: "{tunnel}"
128 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
129 symbol:
130 name: nec.pikeGlobalAuthFails
131 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.23.0
132 + description: Number of authentication failures
133 + unit: "{failure}"
134 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
135 symbol:
136 name: nec.pikeGlobalDecryptFails
137 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.24.0
138 + description: Number of decryption failures
139 + unit: "{failure}"
140 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
141 symbol:
142 name: nec.pikeGlobalHashValidFails
143 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.25.0
144 + description: Number of hash validation failures
145 + unit: "{failure}"
146 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
147 symbol:
148 name: nec.pikeGlobalRespTunnels
149 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.27.0
150 + description: Number of responder IPsec tunnels
151 + unit: "{tunnel}"
152 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
153 symbol:
154 name: nec.pikeGlobalInP1SaDelRequests
155 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.30.0
156 + description: Number of inbound phase 1 SA delete requests
157 + unit: "{request}"
158 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
159 symbol:
160 name: nec.pikeGlobalOutP1SaDelRequests
161 OID: 1.3.6.1.4.1.119.2.3.84.3.1.2.1.31.0
162 + description: Number of outbound phase 1 SA delete requests
163 + unit: "{request}"
164 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
165 symbol:
166 name: nec.pipSecGlobalActiveTunnels
167 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.1.0
168 + description: Number of active IPsec tunnels
169 + unit: "{tunnel}"
170 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
171 symbol:
172 name: nec.pipSecGlobalInOctets
173 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.3.0
174 + description: Number of inbound octets
175 + unit: "By"
176 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
177 symbol:
178 name: nec.pipSecGlobalInPkts
179 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.9.0
180 + description: Number of inbound packets
181 + unit: "{packet}"
182 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
183 symbol:
184 name: nec.pipSecGlobalInDrops
185 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.10.0
186 + description: Number of inbound dropped packets
187 + unit: "{packet}"
188 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
189 symbol:
190 name: nec.pipSecGlobalInReplayDrops
191 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.11.0
192 + description: Number of inbound replay dropped packets
193 + unit: "{packet}"
194 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
195 symbol:
196 name: nec.pipSecGlobalInAuths
197 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.12.0
198 + description: Number of inbound authentications
199 + unit: "{authentication}"
200 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
201 symbol:
202 name: nec.pipSecGlobalInAuthFails
203 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.13.0
204 + description: Number of inbound authentication failures
205 + unit: "{failure}"
206 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
207 symbol:
208 name: nec.pipSecGlobalInDecrypts
209 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.14.0
210 + description: Number of inbound decryptions
211 + unit: "{decryption}"
212 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
213 symbol:
214 name: nec.pipSecGlobalInDecryptFails
215 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.15.0
216 + description: Number of inbound decryption failures
217 + unit: "{failure}"
218 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
219 symbol:
220 name: nec.pipSecGlobalOutOctets
221 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.16.0
222 + description: Number of outbound octets
223 + unit: "By"
224 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
225 symbol:
226 name: nec.pipSecGlobalOutPkts
227 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.22.0
228 + description: Number of outbound packets
229 + unit: "{packet}"
230 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
231 symbol:
232 name: nec.pipSecGlobalOutDrops
233 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.23.0
234 + description: Number of outbound dropped packets
235 + unit: "{packet}"
236 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
237 symbol:
238 name: nec.pipSecGlobalOutAuths
239 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.24.0
240 + description: Number of outbound authentications
241 + unit: "{authentication}"
242 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
243 symbol:
244 name: nec.pipSecGlobalOutAuthFails
245 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.25.0
246 + description: Number of outbound authentication failures
247 + unit: "{failure}"
248 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
249 symbol:
250 name: nec.pipSecGlobalOutEncrypts
251 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.26.0
252 + description: Number of outbound encryptions
253 + unit: "{encryption}"
254 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
255 symbol:
256 name: nec.pipSecGlobalOutEncryptFails
257 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.27.0
258 + description: Number of outbound encryption failures
259 + unit: "{failure}"
260 - MIB: PICO-IPSEC-FLOW-MONITOR-MIB
261 symbol:
262 name: nec.pipSecGlobalNoSaFails
263 OID: 1.3.6.1.4.1.119.2.3.84.3.1.3.1.33.0
264 + description: Number of no SA failures
265 + unit: "{failure}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netapp.yaml
+24
@@ -57,20 +57,28 @@ metrics:
57 OID: 1.3.6.1.4.1.789.1.2.3.8.0
58 name: cfInterconnectStatus # The current status of the interconnect. The partialFailure(3) status indicates that
59 # one of the links in the interconnect hardware is down.
60 + description: The current status of the interconnect
61 + unit: "{status}"
62 - MIB: NETAPP-MIB
63 OID: 1.3.6.1.4.1.789.1.2.2.23.0
64 name: miscCacheAge # Age in minutes of the oldest read-only blocks in the buffer cache.
65 # This indicates how fast read operations are cycling through system memory;
66 # when the appliance is reading very large files (larger than the machine's memory size),
67 # buffer cache age will be very low.
68 + description: Age in minutes of the oldest read-only blocks in the buffer cache
69 + unit: "min"
70 - MIB: NETAPP-MIB
71 OID: 1.3.6.1.4.1.789.1.8.3.6.36.0
72 name: ncHttpActiveCliConns # Number of currently active TCP/IP connections to HTTP clients
73 + description: Number of currently active TCP/IP connections to HTTP clients
74 + unit: "{connection}"
75
76 - MIB: NETAPP-MIB
77 OID: 1.3.6.1.4.1.789.1.26.8.0
78 name: extcache64Hits # Indicates number of wafl buffers read from the external cache
79 metric_type: monotonic_count
80 + description: Number of wafl buffers read from the external cache
81 + unit: "{buffer}"
82
83 # Snap vaults
84
@@ -95,6 +103,8 @@ metrics:
103 symbol:
104 OID: 1.3.6.1.4.1.789.1.19.11.1.5
105 name: svState
106 + description: Total number of failed snapvault transfers
107 + unit: "{transfers}"
108
109 # Snap mirrors
110
@@ -115,6 +125,8 @@ metrics:
125 symbol:
126 OID: 1.3.6.1.4.1.789.1.9.20.1.5
127 name: snapmirrorState
128 + description: How far behind from the source the destination is
129 + unit: "cs"
130
131 - MIB: NETAPP-MIB
132 table:
@@ -133,6 +145,8 @@ metrics:
145 symbol:
146 OID: 1.3.6.1.4.1.789.1.9.20.1.5
147 name: snapmirrorState
148 + description: Total number of failed snapmirror transfers
149 + unit: "{transfers}"
150
151 # Disk filesystems
152
@@ -144,12 +158,20 @@ metrics:
158 symbols:
159 - OID: 1.3.6.1.4.1.789.1.5.4.1.14
160 name: dfHighTotalKBytes
161 + description: Total capacity in KBytes for the referenced file system (most significant 32 bits)
162 + unit: "kBy"
163 - OID: 1.3.6.1.4.1.789.1.5.4.1.18
164 name: dfHighAvailKBytes
165 + description: Total disk space in KBytes that is free for use on the referenced file system (most significant 32 bits)
166 + unit: "kBy"
167 - OID: 1.3.6.1.4.1.789.1.5.4.1.7
168 name: dfInodesUsed
169 + description: Total number of inodes in use on the referenced file system
170 + unit: "{inode}"
171 - OID: 1.3.6.1.4.1.789.1.5.4.1.8
172 name: dfInodesFree
173 + description: Total number of inodes that are available for use on the referenced file system
174 + unit: "{inode}"
175 metric_tags:
176 - tag: index
177 symbol:
@@ -170,6 +192,8 @@ metrics:
192 symbols:
193 - OID: 1.3.6.1.4.1.789.1.22.1.2.1.3
194 name: ifHighInOctets
195 + description: Total number of octets received on the interface including framing characters (most significant 32 bits)
196 + unit: "By"
197 metric_tags:
198 - tag: index
199 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-readynas.yaml
+24
@@ -22,10 +22,16 @@ metrics:
22 symbols:
23 - OID: 1.3.6.1.4.1.4526.22.3.1.6
24 name: netgear.readynasos.ataError
25 + description: Ata error count
26 + unit: "{error}"
27 - OID: 1.3.6.1.4.1.4526.22.3.1.7
28 name: netgear.readynasos.diskCapacity
29 + description: Disk capacity
30 + unit: "By"
31 - OID: 1.3.6.1.4.1.4526.22.3.1.10
32 name: netgear.readynasos.diskTemperature
33 + description: Disk temperature
34 + unit: "Cel"
35 metric_tags:
36 - tag: netgear_readynasos_disk_id
37 symbol:
@@ -62,8 +68,12 @@ metrics:
68 symbols:
69 - OID: 1.3.6.1.4.1.4526.22.4.1.2
70 name: netgear.readynasos.fanRPM
71 + description: Fan revolutions per minute
72 + unit: "1.min"
73 - OID: 1.3.6.1.4.1.4526.22.4.1.3
74 name: netgear.readynasos.fanStatus
75 + description: Fan status
76 + unit: "TBD"
77 metric_tags:
78 - tag: netgear_readynasos_fan_type
79 symbol:
@@ -76,10 +86,16 @@ metrics:
86 symbols:
87 - OID: 1.3.6.1.4.1.4526.22.5.1.2
88 name: netgear.readynasos.temperatureValue
89 + description: Temperature value
90 + unit: "Cel"
91 - OID: 1.3.6.1.4.1.4526.22.5.1.4
92 name: netgear.readynasos.temperatureMin
93 + description: Minimum temperature
94 + unit: "Cel"
95 - OID: 1.3.6.1.4.1.4526.22.5.1.5
96 name: netgear.readynasos.temperatureMax
97 + description: Maximum temperature
98 + unit: "Cel"
99 metric_tags:
100 - tag: netgear_readynasos_temperature_type
101 symbol:
@@ -92,10 +108,16 @@ metrics:
108 symbols:
109 - OID: 1.3.6.1.4.1.4526.22.7.1.3
110 name: netgear.readynasos.volumeRAIDLevel
111 + description: Volume RAID level
112 + unit: "TBD"
113 - OID: 1.3.6.1.4.1.4526.22.7.1.5
114 name: netgear.readynasos.volumeSize
115 + description: Volume size
116 + unit: "By"
117 - OID: 1.3.6.1.4.1.4526.22.7.1.6
118 name: netgear.readynasos.volumeFreeSpace
119 + description: Volume free space
120 + unit: "By"
121 metric_tags:
122 - tag: netgear_readynasos_volume_name
123 symbol:
@@ -120,6 +142,8 @@ metrics:
142 symbols:
143 - name: netgear.readynasos.psu
144 constant_value_one: true
145 + description: Power supply unit presence
146 + unit: "{psu}"
147 metric_tags:
148 - tag: netgear_readynasos_psu_desc
149 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-switch.yaml
+6
@@ -13,15 +13,21 @@ metrics:
13 symbol:
14 name: memory.free
15 OID: 1.3.6.1.4.1.4526.10.1.1.4.1.0
16 + description: "Serial number of the switch."
17 + unit: "{serial_number}"
18 - MIB: NETGEAR-SWITCHING-MIB
19 symbol:
20 name: memory.total
21 OID: 1.3.6.1.4.1.4526.10.1.1.4.2.0
22 + description: "FRU Number of the switch"
23 + unit: "{fru_number}"
24 - MIB: NETGEAR-SWITCHING-MIB
25 symbol:
26 name: cpu.usage
27 OID: 1.3.6.1.4.1.4526.10.1.1.4.9.0 # agentSwitchCpuProcessTotalUtilization.0
28 extract_value: 60 Secs.*?([\d\.]+)
29 + description: "Burned-In MAC Address"
30 + unit: "{mac_address}"
31 metric_tags:
32 - OID: 1.3.6.1.4.1.4526.10.1.1.1.3.0
33 symbol: agentInventoryMachineModel
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nvidia-cumulus-linux-switch.yaml
+122
@@ -14,106 +14,158 @@ metrics:
14 symbol:
15 name: cumulus.l3HostTableCurrentEntries
16 OID: 1.3.6.1.4.1.40310.1.1.1.0
17 + description: The number of L3 Host table entries currently in use
18 + unit: "{entry}"
19 - MIB: CUMULUS-RESOURCES-MIB
20 symbol:
21 name: cumulus.l3HostTableMaxEntries
22 OID: 1.3.6.1.4.1.40310.1.1.2.0
23 + description: The maximum possible entries in the L3 Host table
24 + unit: "{entry}"
25 - MIB: CUMULUS-RESOURCES-MIB
26 symbol:
27 name: cumulus.l3RoutingTableCurrentEntries
28 OID: 1.3.6.1.4.1.40310.1.1.3.0
29 + description: The number of L3 Routing table entries currently in use
30 + unit: "{entry}"
31 - MIB: CUMULUS-RESOURCES-MIB
32 symbol:
33 name: cumulus.l3RoutingTableMaxEntries
34 OID: 1.3.6.1.4.1.40310.1.1.4.0
35 + description: The maximum possible entries in the L3 Routing table
36 + unit: "{entry}"
37 - MIB: CUMULUS-RESOURCES-MIB
38 symbol:
39 name: cumulus.l3NextHopTableCurrentEntries
40 OID: 1.3.6.1.4.1.40310.1.1.5.0
41 + description: The number of L3 Next Hop table entries currently in use
42 + unit: "{entry}"
43 - MIB: CUMULUS-RESOURCES-MIB
44 symbol:
45 name: cumulus.l3NextHopTableMaxEntries
46 OID: 1.3.6.1.4.1.40310.1.1.6.0
47 + description: The maximum possible entries in the L3 Next Hop table
48 + unit: "{entry}"
49 - MIB: CUMULUS-RESOURCES-MIB
50 symbol:
51 name: cumulus.l3EcmpNextHopTableCurrentEntries
52 OID: 1.3.6.1.4.1.40310.1.1.9.0
53 + description: The number of ECMP Next Hop table entries currently in use
54 + unit: "{entry}"
55 - MIB: CUMULUS-RESOURCES-MIB
56 symbol:
57 name: cumulus.l3EcmpNextHopTableMaxEntries
58 OID: 1.3.6.1.4.1.40310.1.1.10.0
59 + description: The maximum possible entries in the ECMP Next Hop table
60 + unit: "{entry}"
61 - MIB: CUMULUS-RESOURCES-MIB
62 symbol:
63 name: cumulus.ingressAclCurrentEntries
64 OID: 1.3.6.1.4.1.40310.1.1.11.0
65 + description: TBD
66 + unit: "TBD"
67 - MIB: CUMULUS-RESOURCES-MIB
68 symbol:
69 name: cumulus.ingressAclMaxEntries
70 OID: 1.3.6.1.4.1.40310.1.1.12.0
71 + description: TBD
72 + unit: "TBD"
73 - MIB: CUMULUS-RESOURCES-MIB
74 symbol:
75 name: cumulus.ingressAclCurrentCounters
76 OID: 1.3.6.1.4.1.40310.1.1.13.0
77 + description: TBD
78 + unit: "TBD"
79 - MIB: CUMULUS-RESOURCES-MIB
80 symbol:
81 name: cumulus.ingressAclMaxCounters
82 OID: 1.3.6.1.4.1.40310.1.1.14.0
83 + description: TBD
84 + unit: "TBD"
85 - MIB: CUMULUS-RESOURCES-MIB
86 symbol:
87 name: cumulus.ingressAclCurrentMeters
88 OID: 1.3.6.1.4.1.40310.1.1.15.0
89 + description: TBD
90 + unit: "TBD"
91 - MIB: CUMULUS-RESOURCES-MIB
92 symbol:
93 name: cumulus.ingressAclMaxMeters
94 OID: 1.3.6.1.4.1.40310.1.1.16.0
95 + description: TBD
96 + unit: "TBD"
97 - MIB: CUMULUS-RESOURCES-MIB
98 symbol:
99 name: cumulus.ingressAclCurrentSlices
100 OID: 1.3.6.1.4.1.40310.1.1.17.0
101 + description: TBD
102 + unit: "TBD"
103 - MIB: CUMULUS-RESOURCES-MIB
104 symbol:
105 name: cumulus.ingressAclMaxSlices
106 OID: 1.3.6.1.4.1.40310.1.1.18.0
107 + description: TBD
108 + unit: "TBD"
109 - MIB: CUMULUS-RESOURCES-MIB
110 symbol:
111 name: cumulus.egressAclCurrentEntries
112 OID: 1.3.6.1.4.1.40310.1.1.19.0
113 + description: TBD
114 + unit: "TBD"
115 - MIB: CUMULUS-RESOURCES-MIB
116 symbol:
117 name: cumulus.egressAclMaxEntries
118 OID: 1.3.6.1.4.1.40310.1.1.20.0
119 + description: TBD
120 + unit: "TBD"
121 - MIB: CUMULUS-RESOURCES-MIB
122 symbol:
123 name: cumulus.egressAclCurrentCounters
124 OID: 1.3.6.1.4.1.40310.1.1.21.0
125 + description: TBD
126 + unit: "TBD"
127 - MIB: CUMULUS-RESOURCES-MIB
128 symbol:
129 name: cumulus.egressAclMaxCounters
130 OID: 1.3.6.1.4.1.40310.1.1.22.0
131 + description: TBD
132 + unit: "TBD"
133 - MIB: CUMULUS-RESOURCES-MIB
134 symbol:
135 name: cumulus.egressAclCurrentMeters
136 OID: 1.3.6.1.4.1.40310.1.1.23.0
137 + description: TBD
138 + unit: "TBD"
139 - MIB: CUMULUS-RESOURCES-MIB
140 symbol:
141 name: cumulus.egressAclMaxMeters
142 OID: 1.3.6.1.4.1.40310.1.1.24.0
143 + description: TBD
144 + unit: "TBD"
145 - MIB: CUMULUS-RESOURCES-MIB
146 symbol:
147 name: cumulus.egressAclCurrentSlices
148 OID: 1.3.6.1.4.1.40310.1.1.25.0
149 + description: TBD
150 + unit: "TBD"
151 - MIB: CUMULUS-RESOURCES-MIB
152 symbol:
153 name: cumulus.egressAclMaxSlices
154 OID: 1.3.6.1.4.1.40310.1.1.26.0
155 + description: TBD
156 + unit: "TBD"
157 - MIB: CUMULUS-RESOURCES-MIB
158 symbol:
159 name: cumulus.l2MacTableCurrentEntries
160 OID: 1.3.6.1.4.1.40310.1.2.1.0
161 + description: The number of L2 Mac table entries currently in use
162 + unit: "{entry}"
163 - MIB: CUMULUS-RESOURCES-MIB
164 symbol:
165 name: cumulus.l2MacTableMaxEntries
166 OID: 1.3.6.1.4.1.40310.1.2.2.0
167 + description: The maximum possible entries in the L2 Mac table
168 + unit: "{entry}"
169 - MIB: CUMULUS-COUNTERS-MIB
170 table:
171 name: discardClCountersTable
@@ -121,14 +173,24 @@ metrics:
173 symbols:
174 - name: cumulus.clL3v4InDiscards
175 OID: 1.3.6.1.4.1.40310.2.1.2.1.2
176 + description: Number of inbound IPv4 packets discarded by the routing engine.
177 + unit: "{packet}"
178 - name: cumulus.clBufferOverflowDiscards
179 OID: 1.3.6.1.4.1.40310.2.1.2.1.3
180 + description: Number of inbound packets discarded due to ingress buffer overflow.
181 + unit: "{packet}"
182 - name: cumulus.clL3AclDiscards
183 OID: 1.3.6.1.4.1.40310.2.1.2.1.4
184 + description: Number of inbound IPv4 packets discarded due to ingress ACL table.
185 + unit: "{packet}"
186 - name: cumulus.clEgressQOverflowDiscards
187 OID: 1.3.6.1.4.1.40310.2.1.2.1.6
188 + description: Number of packets discarded due to egress queue overflow.
189 + unit: "{packet}"
190 - name: cumulus.clEgressNonQDiscards
191 OID: 1.3.6.1.4.1.40310.2.1.2.1.7
192 + description: Total number of packets discarded on egress due to reasons reasons other than queue overflow.
193 + unit: "{packet}"
194 metric_tags:
195 - symbol:
196 name: cumulus.clPortName
@@ -141,20 +203,36 @@ metrics:
203 symbols:
204 - name: cumulus.clIntInOctets
205 OID: 1.3.6.1.4.1.40310.2.2.2.1.2
206 + description: TBD
207 + unit: "By"
208 - name: cumulus.clIntInUcastPkts
209 OID: 1.3.6.1.4.1.40310.2.2.2.1.3
210 + description: TBD
211 + unit: "{packet}"
212 - name: cumulus.clIntInBcastPkts
213 OID: 1.3.6.1.4.1.40310.2.2.2.1.4
214 + description: TBD
215 + unit: "{packet}"
216 - name: cumulus.clIntInMcastPkts
217 OID: 1.3.6.1.4.1.40310.2.2.2.1.5
218 + description: TBD
219 + unit: "{packet}"
220 - name: cumulus.clIntOutOctets
221 OID: 1.3.6.1.4.1.40310.2.2.2.1.6
222 + description: TBD
223 + unit: "By"
224 - name: cumulus.clIntOutUcastPkts
225 OID: 1.3.6.1.4.1.40310.2.2.2.1.7
226 + description: TBD
227 + unit: "{packet}"
228 - name: cumulus.clIntOutBcastPkts
229 OID: 1.3.6.1.4.1.40310.2.2.2.1.8
230 + description: TBD
231 + unit: "{packet}"
232 - name: cumulus.clIntOutMcastPkts
233 OID: 1.3.6.1.4.1.40310.2.2.2.1.9
234 + description: TBD
235 + unit: "{packet}"
236 metric_tags:
237 - symbol:
238 name: cumulus.clIntPortName
@@ -167,40 +245,76 @@ metrics:
245 symbols:
246 - name: cumulus.clIntInPausePkt
247 OID: 1.3.6.1.4.1.40310.2.2.3.1.2
248 + description: TBD
249 + unit: "{packet}"
250 - name: cumulus.clIntOutPausePkt
251 OID: 1.3.6.1.4.1.40310.2.2.3.1.3
252 + description: TBD
253 + unit: "{packet}"
254 - name: cumulus.clIntInPfc0Pkt
255 OID: 1.3.6.1.4.1.40310.2.2.3.1.4
256 + description: TBD
257 + unit: "{packet}"
258 - name: cumulus.clIntOutPfc0Pkt
259 OID: 1.3.6.1.4.1.40310.2.2.3.1.5
260 + description: TBD
261 + unit: "{packet}"
262 - name: cumulus.clIntInPfc1Pkt
263 OID: 1.3.6.1.4.1.40310.2.2.3.1.6
264 + description: TBD
265 + unit: "{packet}"
266 - name: cumulus.clIntOutPfc1Pkt
267 OID: 1.3.6.1.4.1.40310.2.2.3.1.7
268 + description: TBD
269 + unit: "{packet}"
270 - name: cumulus.clIntInPfc2Pkt
271 OID: 1.3.6.1.4.1.40310.2.2.3.1.8
272 + description: TBD
273 + unit: "{packet}"
274 - name: cumulus.clIntOutPfc2Pkt
275 OID: 1.3.6.1.4.1.40310.2.2.3.1.9
276 + description: TBD
277 + unit: "{packet}"
278 - name: cumulus.clIntInPfc3Pkt
279 OID: 1.3.6.1.4.1.40310.2.2.3.1.10
280 + description: TBD
281 + unit: "{packet}"
282 - name: cumulus.clIntOutPfc3Pkt
283 OID: 1.3.6.1.4.1.40310.2.2.3.1.11
284 + description: TBD
285 + unit: "{packet}"
286 - name: cumulus.clIntInPfc4Pkt
287 OID: 1.3.6.1.4.1.40310.2.2.3.1.12
288 + description: TBD
289 + unit: "{packet}"
290 - name: cumulus.clIntOutPfc4Pkt
291 OID: 1.3.6.1.4.1.40310.2.2.3.1.13
292 + description: TBD
293 + unit: "{packet}"
294 - name: cumulus.clIntInPfc5Pkt
295 OID: 1.3.6.1.4.1.40310.2.2.3.1.14
296 + description: TBD
297 + unit: "{packet}"
298 - name: cumulus.clIntOutPfc5Pkt
299 OID: 1.3.6.1.4.1.40310.2.2.3.1.15
300 + description: TBD
301 + unit: "{packet}"
302 - name: cumulus.clIntInPfc6Pkt
303 OID: 1.3.6.1.4.1.40310.2.2.3.1.16
304 + description: TBD
305 + unit: "{packet}"
306 - name: cumulus.clIntOutPfc6Pkt
307 OID: 1.3.6.1.4.1.40310.2.2.3.1.17
308 + description: TBD
309 + unit: "{packet}"
310 - name: cumulus.clIntInPfc7Pkt
311 OID: 1.3.6.1.4.1.40310.2.2.3.1.18
312 + description: TBD
313 + unit: "{packet}"
314 - name: cumulus.clIntOutPfc7Pkt
315 OID: 1.3.6.1.4.1.40310.2.2.3.1.19
316 + description: TBD
317 + unit: "{packet}"
318 metric_tags:
319 - symbol:
320 name: cumulus.clIntPfcPortName
@@ -210,15 +324,23 @@ metrics:
324 symbol:
325 name: cumulus.poeTotalSystemPower
326 OID: 1.3.6.1.4.1.40310.3.1.1.0
327 + description: The total power available to the system, shown with 3 decimal place of precision (milliwatts)
328 + unit: "mW"
329 - MIB: CUMULUS-POE-MIB
330 symbol:
331 name: cumulus.poeTotalUsedPower
332 OID: 1.3.6.1.4.1.40310.3.1.2.0
333 + description: The total power USED by ports in the system, shown with 3 decimal places of precision (milliwatts)
334 + unit: "mW"
335 - MIB: CUMULUS-POE-MIB
336 symbol:
337 name: cumulus.poeTotalAvailablePower
338 OID: 1.3.6.1.4.1.40310.3.1.3.0
339 + description: The total UNUSED and available power for the system in the common pool for new devices, shown with 3 decimal places of precision (milliwatts)
340 + unit: "mW"
341 - MIB: CUMULUS-POE-MIB
342 symbol:
343 name: cumulus.poeLastUpdateTime
344 OID: 1.3.6.1.4.1.40310.3.1.4.0
345 + description: The system uptime timestamp when the objects in this MIB were last updated
346 + unit: "s"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-console-manager.yaml
+6
@@ -17,9 +17,13 @@ metrics:
17 - name: ogSerialPortRxBytes
18 OID: 1.3.6.1.4.1.25049.17.2.1.10
19 metric_type: monotonic_count
20 + description: Number of bytes received on the serial port
21 + unit: "By"
22 - name: ogSerialPortTxBytes
23 OID: 1.3.6.1.4.1.25049.17.2.1.11
24 metric_type: monotonic_count
25 + description: Number of bytes transmitted on the serial port
26 + unit: "By"
27 metric_tags:
28 - index: 1 # ogSerialPortIndex
29 tag: og_serial_port_index
@@ -124,6 +128,8 @@ metrics:
128 - name: ogCellModemCounter
129 OID: 1.3.6.1.4.1.25049.17.17.1.16
130 metric_type: monotonic_count
131 + description: Number of cell modem events counted
132 + unit: "{event}"
133 metric_tags:
134 - index: 1 # ogCellModemIndex
135 tag: og_cell_modem_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-infrastructure-manager.yaml
+30
@@ -14,22 +14,32 @@ metrics:
14 - name: ogSerialPortStatusRxBytes
15 OID: 1.3.6.1.4.1.25049.16.1.1.3
16 metric_type: monotonic_count
17 + description: Serial port bytes received
18 + unit: "By"
19 - name: ogSerialPortStatusTxBytes
20 OID: 1.3.6.1.4.1.25049.16.1.1.4
21 metric_type: monotonic_count
22 + description: Serial port bytes transmitted
23 + unit: "By"
24 metric_tags:
25 - symbol:
26 name: ogSerialPortStatusPort
27 OID: 1.3.6.1.4.1.25049.16.1.1.2
28 tag: og_serial_port_status_port
29 + description: Serial port number
30 + unit: "{serial_port}"
31 - symbol:
32 name: ogSerialPortStatusSpeed
33 OID: 1.3.6.1.4.1.25049.16.1.1.5
34 tag: og_serial_port_status_speed
35 + description: Serial port speed in bits per second
36 + unit: "bit/s"
37 - symbol:
38 name: ogSerialPortStatusLabel
39 OID: 1.3.6.1.4.1.25049.16.1.1.11
40 tag: og_serial_port_status_label
41 + description: The label of the port
42 + unit: "TBD"
43 - symbol:
44 OID: 1.3.6.1.4.1.25049.16.1.1.6
45 name: ogSerialPortStatusDCD
@@ -37,6 +47,8 @@ metrics:
47 mapping:
48 0: off
49 1: on
50 + description: The status of the DCD signal
51 + unit: "TBD"
52 - symbol:
53 OID: 1.3.6.1.4.1.25049.16.1.1.7
54 name: ogSerialPortStatusDTR
@@ -44,6 +56,8 @@ metrics:
56 mapping:
57 0: off
58 1: on
59 + description: The status of the DTR signal
60 + unit: "TBD"
61 - symbol:
62 OID: 1.3.6.1.4.1.25049.16.1.1.8
63 name: ogSerialPortStatusDSR
@@ -51,6 +65,8 @@ metrics:
65 mapping:
66 0: off
67 1: on
68 + description: The status of the DSR signal
69 + unit: "TBD"
70 - symbol:
71 OID: 1.3.6.1.4.1.25049.16.1.1.9
72 name: ogSerialPortStatusCTS
@@ -58,6 +74,8 @@ metrics:
74 mapping:
75 0: off
76 1: on
77 + description: The status of the CTS signal
78 + unit: "TBD"
79 - symbol:
80 OID: 1.3.6.1.4.1.25049.16.1.1.10
81 name: ogSerialPortStatusRTS
@@ -65,6 +83,8 @@ metrics:
83 mapping:
84 0: off
85 1: on
86 + description: The status of the RTS signal
87 + unit: "TBD"
88 - MIB: OG-STATUS-MIB
89 table:
90 name: ogRpcStatusTable
@@ -72,8 +92,12 @@ metrics:
92 symbols:
93 - name: ogRpcStatusMaxTemp
94 OID: 1.3.6.1.4.1.25049.16.3.1.3
95 + description: Maximum temperature on the RPC
96 + unit: "Cel"
97 - name: ogRpcStatusAlertCount
98 OID: 1.3.6.1.4.1.25049.16.3.1.4
99 + description: Number of alerts triggered on the RPC
100 + unit: "{alert}"
101 metric_tags:
102 - symbol:
103 name: ogRpcStatusName
@@ -86,10 +110,16 @@ metrics:
110 symbols:
111 - name: ogEmdStatusTemp
112 OID: 1.3.6.1.4.1.25049.16.4.1.3
113 + description: Current temperature on the EMD
114 + unit: "Cel"
115 - name: ogEmdStatusHumidity
116 OID: 1.3.6.1.4.1.25049.16.4.1.4
117 + description: Humidity sensor on the EMD
118 + unit: "%"
119 - name: ogEmdStatusAlertCount
120 OID: 1.3.6.1.4.1.25049.16.4.1.5
121 + description: Number of alerts triggered on the EMD
122 + unit: "{alert}"
123 metric_tags:
124 - symbol:
125 name: ogEmdStatusName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/palo-alto.yaml
+32
@@ -79,34 +79,50 @@ metrics:
79 symbol:
80 OID: 1.3.6.1.4.1.25461.2.1.2.3.1.0
81 name: panSessionUtilization
82 + description: Session table utilization percentage
83 + unit: "%"
84 - MIB: PAN-COMMON-MIB
85 symbol:
86 OID: 1.3.6.1.4.1.25461.2.1.2.3.2.0
87 name: panSessionMax
88 + description: Total number of sessions supported
89 + unit: "{session}"
90 - MIB: PAN-COMMON-MIB
91 symbol:
92 OID: 1.3.6.1.4.1.25461.2.1.2.3.3.0
93 name: panSessionActive
94 + description: Total number of active sessions
95 + unit: "{session}"
96 - MIB: PAN-COMMON-MIB
97 symbol:
98 OID: 1.3.6.1.4.1.25461.2.1.2.3.4.0
99 name: panSessionActiveTcp
100 + description: Total number of active TCP sessions
101 + unit: "{session}"
102 - MIB: PAN-COMMON-MIB
103 symbol:
104 OID: 1.3.6.1.4.1.25461.2.1.2.3.5.0
105 name: panSessionActiveUdp
106 + description: Total number of active UDP sessions
107 + unit: "{session}"
108 - MIB: PAN-COMMON-MIB
109 symbol:
110 OID: 1.3.6.1.4.1.25461.2.1.2.3.6.0
111 name: panSessionActiveICMP
112 + description: Total number of active ICMP sessions
113 + unit: "{session}"
114 - MIB: PAN-COMMON-MIB
115 symbol:
116 OID: 1.3.6.1.4.1.25461.2.1.2.3.7.0
117 name: panSessionActiveSslProxy
118 + description: Total number of active SSL proxy sessions
119 + unit: "{session}"
120 - MIB: PAN-COMMON-MIB
121 symbol:
122 OID: 1.3.6.1.4.1.25461.2.1.2.3.8.0
123 name: panSessionSslProxyUtilization
124 + description: SSL proxy session utilization percentage
125 + unit: "%"
126
127 #
128 # GlobalProtect gateway utilization
@@ -115,22 +131,32 @@ metrics:
131 symbol:
132 OID: 1.3.6.1.4.1.25461.2.1.2.5.1.1.0
133 name: panGPGWUtilizationPct
134 + description: GlobalProtect Gateway utilization percentage
135 + unit: "%"
136 - MIB: PAN-COMMON-MIB
137 symbol:
138 OID: 1.3.6.1.4.1.25461.2.1.2.5.1.2.0
139 name: panGPGWUtilizationMaxTunnels
140 + description: Max tunnels allowed
141 + unit: "{tunnel}"
142 - MIB: PAN-COMMON-MIB
143 symbol:
144 OID: 1.3.6.1.4.1.25461.2.1.2.5.1.3.0
145 name: panGPGWUtilizationActiveTunnels
146 + description: Number of active tunnels
147 + unit: "{tunnel}"
148 - MIB: PAN-ENTITY-EXT-MIB
149 symbol:
150 OID: 1.3.6.1.4.1.25461.1.1.7.1.1.2.0
151 name: panEntityTotalPowerUsed
152 + description: Total power used on the system in watts
153 + unit: "W"
154 - MIB: PAN-ENTITY-EXT-MIB
155 symbol:
156 OID: 1.3.6.1.4.1.25461.1.1.7.1.1.1.0
157 name: panEntityTotalPowerAvail
158 + description: Total power available on the system in watts
159 + unit: "W"
160 - MIB: PAN-ENTITY-EXT-MIB
161 table:
162 OID: 1.3.6.1.4.1.25461.1.1.7.1.2.1
@@ -138,8 +164,12 @@ metrics:
164 symbols:
165 - OID: 1.3.6.1.4.1.25461.1.1.7.1.2.1.1.1
166 name: panEntryFRUModulePowerUsed
167 + description: Power used by the FRU Module in watts
168 + unit: "W"
169 - OID: 1.3.6.1.4.1.25461.1.1.7.1.2.1.1.2
170 name: panEntryFRUModuleNumPorts
171 + description: Number of ports on the FRU Module
172 + unit: "{port}"
173 metric_tags:
174 - MIB: ENTITY-MIB
175 symbol:
@@ -155,6 +185,8 @@ metrics:
185 symbols:
186 - OID: 1.3.6.1.4.1.25461.1.1.7.1.3.1.1.1
187 name: panEntryFanTrayPowerUsed
188 + description: Power used by the Fan Tray in watts
189 + unit: "W"
190 metric_tags:
191 - MIB: ENTITY-MIB
192 symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/peplink.yaml
+28
@@ -20,22 +20,32 @@ metrics:
20 symbol:
21 name: cpu.usage
22 OID: 1.3.6.1.4.1.23695.200.1.1.1.3.1.0
23 + description: Cpu usage
24 + unit: "%"
25 - MIB: PEPLINK-DEVICE
26 symbol:
27 name: memory.total
28 OID: 1.3.6.1.4.1.23695.200.1.1.1.3.2.0
29 + description: Total memory
30 + unit: "By"
31 - MIB: PEPLINK-DEVICE
32 symbol:
33 name: memory.usage
34 OID: 1.3.6.1.4.1.23695.200.1.1.1.3.3.0
35 + description: Memory usage
36 + unit: "%"
37 - MIB: PEPLINK-DEVICE
38 symbol:
39 name: peplink.deviceTemperatureCelsius
40 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.4.1.0
41 + description: Device temperature celsius
42 + unit: "Cel"
43 - MIB: PEPLINK-DEVICE
44 symbol:
45 name: peplink.deviceTemperatureFahrenheit
46 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.4.2.0
47 + description: Device temperature fahrenheit
48 + unit: "{temperature}"
49 - MIB: PEPLINK-DEVICE
50 table:
51 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1
@@ -43,6 +53,8 @@ metrics:
53 symbols:
54 - name: peplink.devicePSUPercentage
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 metric_tags:
59 - symbol:
60 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.1
@@ -62,6 +74,8 @@ metrics:
74 symbols:
75 - name: peplink.deviceFanSpeed
76 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.3
77 + description: Device fan speed
78 + unit: "1.s"
79 metric_tags:
80 - symbol:
81 OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.1
@@ -81,6 +95,8 @@ metrics:
95 symbols:
96 - name: peplink.devicePowerSource
97 constant_value_one: true
98 + description: Device power source
99 + unit: "{power_source}"
100 metric_tags:
101 - symbol:
102 name: devicePowerSourceId
@@ -110,12 +126,18 @@ metrics:
126 - name: peplink.linkThroughputIn
127 OID: 1.3.6.1.4.1.23695.1.1.2.2.1.4
128 metric_type: monotonic_count
129 + description: Number of inbound packets discarded to free buffer space
130 + unit: "{packet}"
131 - name: peplink.linkThroughputOut
132 OID: 1.3.6.1.4.1.23695.1.1.2.2.1.5
133 metric_type: monotonic_count
134 + description: Number of outbound packets discarded to free buffer space
135 + unit: "{packet}"
136 - name: peplink.linkDataTransferred
137 OID: 1.3.6.1.4.1.23695.1.1.2.2.1.6
138 metric_type: monotonic_count
139 + description: Number of bytes transferred through
140 + unit: "By"
141 metric_tags:
142 - symbol:
143 name: linkConnNum
@@ -137,12 +159,18 @@ metrics:
159 - name: peplink.wanUsageThroughputIn
160 OID: 1.3.6.1.4.1.23695.1.1.3.1.2
161 metric_type: monotonic_count
162 + description: Number of inbound packets discarded to free buffer space
163 + unit: "{packet}"
164 - name: peplink.wanUsageThroughputOut
165 OID: 1.3.6.1.4.1.23695.1.1.3.1.3
166 metric_type: monotonic_count
167 + description: Number of outbound packets discarded to free buffer space
168 + unit: "{packet}"
169 - name: peplink.wanUsageDataTransferred
170 OID: 1.3.6.1.4.1.23695.1.1.3.1.4
171 metric_type: monotonic_count
172 + description: Number of bytes transferred through
173 + unit: "By"
174 metric_tags:
175 - symbol:
176 name: wanUsageIndex
src/go/plugin/go.d/config/go.d/snmp.profiles/default/raritan-dominion.yaml
+8
@@ -16,10 +16,14 @@ metrics:
16 symbol:
17 name: memory.usage
18 OID: 1.3.6.1.4.1.13742.3.1.1.0
19 + description: Memory usage
20 + unit: "%"
21 - MIB: RemoteKVMDevice-MIB
22 symbol:
23 name: cpu.usage
24 OID: 1.3.6.1.4.1.13742.3.1.2.0
25 + description: CPU usage
26 + unit: "%"
27 - MIB: RemoteKVMDevice-MIB
28 table:
29 name: systemPowerSupplyTable
@@ -27,6 +31,8 @@ metrics:
31 symbols:
32 - name: raritan.remotekvm.systemPowerSupply
33 constant_value_one: true
34 + description: System power supply presence
35 + unit: "{system_power_supply}"
36 metric_tags:
37 - symbol:
38 OID: 1.3.6.1.4.1.13742.3.1.3.1.2
@@ -42,6 +48,8 @@ metrics:
48 symbols:
49 - name: raritan.remotekvm.portData
50 constant_value_one: true
51 + description: Port data presence
52 + unit: "{port_data}"
53 metric_tags:
54 - symbol:
55 OID: 1.3.6.1.4.1.13742.3.1.4.1.3
src/go/plugin/go.d/config/go.d/snmp.profiles/default/riverbed-interceptor.yaml
+8
@@ -8,14 +8,20 @@ metrics:
8 symbol:
9 name: memory.total
10 OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1 (hrStorageSize at index 1)
11 + description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
12 + unit: "By"
13 - MIB: HOST-RESOURCES-MIB
14 symbol:
15 name: memory.used
16 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 (hrStorageUsed at index 1)
17 + description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
18 + unit: "By"
19 - MIB: INTERCEPTOR-MIB
20 symbol:
21 name: cpu.usage
22 OID: 1.3.6.1.4.1.17163.1.3.5.1.4.0
23 + description: TBD
24 + unit: "TBD"
25 # - MIB: INTERCEPTOR-MIB
26 # symbol:
27 # name: riverbed.interceptor.health
@@ -49,6 +55,8 @@ metrics:
55 symbols:
56 - name: riverbed.interceptor.neighborConnectionCount
57 OID: 1.3.6.1.4.1.17163.1.3.2.6.1.4
58 + description: Number of neighbor connections
59 + unit: "{connection}"
60 metric_tags:
61 - symbol:
62 name: riverbed.interceptor.neighborName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/riverbed-steelhead.yaml
+20
@@ -8,39 +8,59 @@ metrics:
8 symbol:
9 name: memory.total
10 OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1 (hrStorageSize at index 1)
11 + description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
12 + unit: "{logical_storage_area}"
13 - MIB: HOST-RESOURCES-MIB
14 symbol:
15 name: memory.used
16 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 (hrStorageUsed at index 1)
17 + description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
18 + unit: "{logical_storage_area}"
19 - MIB: STEELHEAD-MIB
20 symbol:
21 name: cpu.usage
22 OID: 1.3.6.1.4.1.17163.1.1.5.1.1.0
23 + description: One-minute CPU load in hundreths
24 + unit: "{cpu_load}"
25 - MIB: STEELHEAD-MIB
26 symbol:
27 name: riverbed.steelhead.optimizedConnections
28 OID: 1.3.6.1.4.1.17163.1.1.5.2.1.0
29 + description: Current total number of optimized connections
30 + unit: "{connection}"
31 - MIB: STEELHEAD-MIB
32 symbol:
33 name: riverbed.steelhead.passthroughConnections
34 OID: 1.3.6.1.4.1.17163.1.1.5.2.2.0
35 + description: Current total number of pass-through connections
36 + unit: "{connection}"
37 - MIB: STEELHEAD-MIB
38 symbol:
39 name: riverbed.steelhead.halfOpenedConnections
40 OID: 1.3.6.1.4.1.17163.1.1.5.2.3.0
41 + description: Current total number of half-opened (optimized) connections
42 + unit: "{connection}"
43 - MIB: STEELHEAD-MIB
44 symbol:
45 name: riverbed.steelhead.halfClosedConnections
46 OID: 1.3.6.1.4.1.17163.1.1.5.2.4.0
47 + description: Current total number of half-closed (optimized) connections
48 + unit: "{connection}"
49 - MIB: STEELHEAD-MIB
50 symbol:
51 name: riverbed.steelhead.establishedConnections
52 OID: 1.3.6.1.4.1.17163.1.1.5.2.5.0
53 + description: Current number of established (optimized) connections
54 + unit: "{connection}"
55 - MIB: STEELHEAD-MIB
56 symbol:
57 name: riverbed.steelhead.activeConnections
58 OID: 1.3.6.1.4.1.17163.1.1.5.2.6.0
59 + description: Current number of active (optimized) connections
60 + unit: "{connection}"
61 - MIB: STEELHEAD-MIB
62 symbol:
63 name: riverbed.steelhead.totalConnections
64 OID: 1.3.6.1.4.1.17163.1.1.5.2.7.0
65 + description: Total number of connections
66 + unit: "{connection}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ruckus-unleashed.yaml
+24
@@ -18,57 +18,81 @@ metrics:
18 symbol:
19 name: cpu.usage
20 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.13.0
21 + description: CPU utilization
22 + unit: "%"
23 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
24 symbol:
25 name: memory.usage
26 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.14.0
27 + description: Memory utilization
28 + unit: "%"
29 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
30 symbol:
31 name: ruckusUnleashedSystemStatsNumRegisteredAP
32 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.15.0
33 + description: Number of registered AP
34 + unit: "{access_point}"
35 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
36 symbol:
37 name: ruckusUnleashedSystemStatsNumAP
38 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.1.0
39 + description: Number of AP
40 + unit: "{access_point}"
41 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
42 symbol:
43 name: ruckusUnleashedSystemStatsWLANTotalRxPkts
44 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.5.0
45 metric_type: monotonic_count
46 + description: Total received packets of wireless interfaces
47 + unit: "{packet}"
48 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
49 symbol:
50 name: ruckusUnleashedSystemStatsWLANTotalRxBytes
51 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.6.0
52 metric_type: monotonic_count
53 + description: Total received bytes of wireless interfaces
54 + unit: "By"
55 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
56 symbol:
57 name: ruckusUnleashedSystemStatsWLANTotalTxPkts
58 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.8.0
59 metric_type: monotonic_count
60 + description: Total transmitted packets of wireless interfaces
61 + unit: "{packet}"
62 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
63 symbol:
64 name: ruckusUnleashedSystemStatsWLANTotalTxBytes
65 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.9.0
66 metric_type: monotonic_count
67 + description: Total transmitted bytes of wireless interfaces
68 + unit: "By"
69 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
70 symbol:
71 name: ruckusUnleashedSystemStatsWLANTotalTxFail
72 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.11.0
73 metric_type: monotonic_count
74 + description: Total transmitted fail packets of wireless interfaces
75 + unit: "{packet}"
76 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
77 symbol:
78 name: ruckusUnleashedSystemStatsWLANTotalTxRetry
79 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.12.0
80 metric_type: monotonic_count
81 + description: Total transmitted retry packets of wireless interfaces
82 + unit: "{packet}"
83 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
84 symbol:
85 name: ruckusUnleashedSystemStatsWLANTotalAssocFail
86 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.16.0
87 metric_type: monotonic_count
88 + description: Total number of failed station associations.
89 + unit: "{session}"
90 - MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
91 symbol:
92 name: ruckusUnleashedSystemStatsAllNumSta
93 OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.30.0
94 + description: Number of All client devices
95 + unit: "{device}"
96 metric_tags:
97 - OID: 1.3.6.1.4.1.25053.1.15.1.1.1.1.9.0
98 symbol: ruckusUnleashedSystemModel
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ruckus-wap.yaml
+4
@@ -14,7 +14,11 @@ metrics:
14 symbol:
15 name: cpu.usage
16 OID: 1.3.6.1.4.1.25053.1.1.11.1.1.1.1.0
17 + description: CPU utilization
18 + unit: "%"
19 - MIB: RUCKUS-SYSTEM-MIB
20 symbol:
21 name: memory.usage
22 OID: 1.3.6.1.4.1.25053.1.1.11.1.1.1.2.0
23 + description: Memory utilization
24 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu3.yaml
+42
@@ -13,10 +13,14 @@ metrics:
13 symbol:
14 name: servertech.sentry3.systemTotalPower
15 OID: 1.3.6.1.4.1.1718.3.1.6.0
16 + description: Total power consumption of the system
17 + unit: "W"
18 - MIB: SENTRY3-MIB
19 symbol:
20 name: servertech.sentry3.systemConfigModifiedCount
21 OID: 1.3.6.1.4.1.1718.3.1.15.0
22 + description: Count of system configuration modifications
23 + unit: "{modification}"
24 - MIB: SENTRY3-MIB
25 table:
26 name: towerTable
@@ -24,20 +28,36 @@ metrics:
28 symbols:
29 - name: servertech.sentry3.towerInfeedCount
30 OID: 1.3.6.1.4.1.1718.3.2.1.1.5
31 + description: Number of tower infeeds
32 + unit: "{infeed}"
33 - name: servertech.sentry3.towerVACapacity
34 OID: 1.3.6.1.4.1.1718.3.2.1.1.9
35 + description: Tower VA capacity
36 + unit: "VA"
37 - name: servertech.sentry3.towerVACapacityUsed
38 OID: 1.3.6.1.4.1.1718.3.2.1.1.10
39 + description: Used tower VA capacity
40 + unit: "VA"
41 - name: servertech.sentry3.towerActivePower
42 OID: 1.3.6.1.4.1.1718.3.2.1.1.11
43 + description: Tower active power
44 + unit: "W"
45 - name: servertech.sentry3.towerApparentPower
46 OID: 1.3.6.1.4.1.1718.3.2.1.1.12
47 + description: Tower apparent power
48 + unit: "VA"
49 - name: servertech.sentry3.towerPowerFactor
50 OID: 1.3.6.1.4.1.1718.3.2.1.1.13
51 + description: Tower power factor
52 + unit: "%"
53 - name: servertech.sentry3.towerEnergy
54 OID: 1.3.6.1.4.1.1718.3.2.1.1.14
55 + description: Tower energy consumption
56 + unit: "Wh"
57 - name: servertech.sentry3.towerLineFrequency
58 OID: 1.3.6.1.4.1.1718.3.2.1.1.15
59 + description: Tower line frequency
60 + unit: "Hz"
61 metric_tags:
62 - symbol:
63 name: servertech.sentry3.towerID
@@ -73,22 +93,40 @@ metrics:
93 symbols:
94 - name: servertech.sentry3.infeedLoadValue
95 OID: 1.3.6.1.4.1.1718.3.2.2.1.7
96 + description: Infeed load value
97 + unit: "W"
98 - name: servertech.sentry3.infeedOutletCount
99 OID: 1.3.6.1.4.1.1718.3.2.2.1.9
100 + description: Number of outlets on infeed
101 + unit: "{outlet}"
102 - name: servertech.sentry3.infeedCapacity
103 OID: 1.3.6.1.4.1.1718.3.2.2.1.10
104 + description: Infeed capacity
105 + unit: "VA"
106 - name: servertech.sentry3.infeedVoltage
107 OID: 1.3.6.1.4.1.1718.3.2.2.1.11
108 + description: Infeed voltage
109 + unit: "V"
110 - name: servertech.sentry3.infeedPower
111 OID: 1.3.6.1.4.1.1718.3.2.2.1.12
112 + description: Infeed power
113 + unit: "W"
114 - name: servertech.sentry3.infeedEnergy
115 OID: 1.3.6.1.4.1.1718.3.2.2.1.16
116 + description: Infeed energy consumption
117 + unit: "Wh"
118 - name: servertech.sentry3.infeedPhaseVoltage
119 OID: 1.3.6.1.4.1.1718.3.2.2.1.18
120 + description: Infeed phase voltage
121 + unit: "V"
122 - name: servertech.sentry3.infeedPhaseCurrent
123 OID: 1.3.6.1.4.1.1718.3.2.2.1.19
124 + description: Infeed phase current
125 + unit: "A"
126 - name: servertech.sentry3.infeedCapacityUsed
127 OID: 1.3.6.1.4.1.1718.3.2.2.1.20
128 + description: Used infeed capacity
129 + unit: "VA"
130 metric_tags:
131 - symbol:
132 name: servertech.sentry3.infeedID
@@ -239,8 +277,12 @@ metrics:
277 symbols:
278 - name: servertech.sentry3.tempHumidSensorTempValue
279 OID: 1.3.6.1.4.1.1718.3.2.5.1.6
280 + description: Temperature value from sensor
281 + unit: "Cel"
282 - name: servertech.sentry3.tempHumidSensorHumidValue
283 OID: 1.3.6.1.4.1.1718.3.2.5.1.10
284 + description: Humidity value from sensor
285 + unit: "%"
286 metric_tags:
287 - symbol:
288 name: servertech.sentry3.tempHumidSensorID
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu4.yaml
+52
@@ -16,6 +16,8 @@ metrics:
16 symbols:
17 - name: servertech.sentry4.st4UnitMonitor
18 constant_value_one: true
19 + description: "Constant value one"
20 + unit: "TBD"
21 metric_tags:
22 - symbol:
23 name: servertech.sentry4.st4UnitID
@@ -84,18 +86,32 @@ metrics:
86 symbols:
87 - name: servertech.sentry4.st4InputCordActivePower
88 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.3
89 + description: "Active power of the input cord"
90 + unit: "W"
91 - name: servertech.sentry4.st4InputCordApparentPower
92 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.5
93 + description: "Apparent power of the input cord"
94 + unit: "VA"
95 - name: servertech.sentry4.st4InputCordPowerUtilized
96 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.7
97 + description: "Power utilized by the input cord"
98 + unit: "W"
99 - name: servertech.sentry4.st4InputCordPowerFactor
100 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.8
101 + description: "Power factor of the input cord"
102 + unit: "10*2.1"
103 - name: servertech.sentry4.st4InputCordEnergy
104 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.10
105 + description: "Energy consumed by the input cord"
106 + unit: "Wh"
107 - name: servertech.sentry4.st4InputCordFrequency
108 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.11
109 + description: "Frequency of the input cord"
110 + unit: "Hz"
111 - name: servertech.sentry4.st4InputCordOutOfBalance
112 OID: 1.3.6.1.4.1.1718.4.1.3.3.1.12
113 + description: "Out of balance measurement of the input cord"
114 + unit: "%"
115 metric_tags:
116 - symbol:
117 name: servertech.sentry4.st4InputCordID
@@ -303,8 +319,12 @@ metrics:
319 symbols:
320 - name: servertech.sentry4.st4LineCurrent
321 OID: 1.3.6.1.4.1.1718.4.1.4.3.1.3
322 + description: "Current of the line"
323 + unit: "A"
324 - name: servertech.sentry4.st4LineCurrentUtilized
325 OID: 1.3.6.1.4.1.1718.4.1.4.3.1.5
326 + description: "Utilized current of the line"
327 + unit: "A"
328 metric_tags:
329 - symbol:
330 name: servertech.sentry4.st4LineID
@@ -387,20 +407,36 @@ metrics:
407 symbols:
408 - name: servertech.sentry4.st4PhaseVoltage
409 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.3
410 + description: "Voltage of the phase"
411 + unit: "V"
412 - name: servertech.sentry4.st4PhaseVoltageDeviation
413 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.5
414 + description: "Voltage deviation of the phase"
415 + unit: "V"
416 - name: servertech.sentry4.st4PhaseCurrent
417 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.6
418 + description: "Current of the phase"
419 + unit: "A"
420 - name: servertech.sentry4.st4PhaseCurrentCrestFactor
421 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.7
422 + description: "Current crest factor of the phase"
423 + unit: "1"
424 - name: servertech.sentry4.st4PhaseActivePower
425 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.8
426 + description: "Active power of the phase"
427 + unit: "W"
428 - name: servertech.sentry4.st4PhaseApparentPower
429 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.9
430 + description: "Apparent power of the phase"
431 + unit: "VA"
432 - name: servertech.sentry4.st4PhasePowerFactor
433 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.10
434 + description: "Power factor of the phase"
435 + unit: "1"
436 - name: servertech.sentry4.st4PhaseEnergy
437 OID: 1.3.6.1.4.1.1718.4.1.5.3.1.13
438 + description: "Energy consumed by the phase"
439 + unit: "Wh"
440 metric_tags:
441 - symbol:
442 name: servertech.sentry4.st4PhaseID
@@ -523,6 +559,8 @@ metrics:
559 symbols:
560 - name: servertech.sentry4.st4OcpMonitor
561 constant_value_one: true
562 + description: "Constant value one"
563 + unit: "TBD"
564 metric_tags:
565 - symbol:
566 name: servertech.sentry4.st4OcpID
@@ -543,10 +581,14 @@ metrics:
581 name: servertech.sentry4.st4OcpCurrentCapacity
582 OID: 1.3.6.1.4.1.1718.4.1.6.2.1.7
583 tag: servertech_sentry4_st4_ocp_current_capacity
584 + description: "Current capacity of the ocp"
585 + unit: "A"
586 - symbol:
587 name: servertech.sentry4.st4OcpCurrentCapacityMax
588 OID: 1.3.6.1.4.1.1718.4.1.6.2.1.8
589 tag: servertech_sentry4_st4_ocp_current_capacity_max
590 + description: "Maximum current capacity of the ocp"
591 + unit: "A"
592 - symbol:
593 name: servertech.sentry4.st4OcpBranchCount
594 OID: 1.3.6.1.4.1.1718.4.1.6.2.1.20
@@ -589,8 +631,12 @@ metrics:
631 symbols:
632 - name: servertech.sentry4.st4BranchCurrent
633 OID: 1.3.6.1.4.1.1718.4.1.7.3.1.3
634 + description: "Current of the branch"
635 + unit: "A"
636 - name: servertech.sentry4.st4BranchCurrentUtilized
637 OID: 1.3.6.1.4.1.1718.4.1.7.3.1.5
638 + description: "Utilized current of the branch"
639 + unit: "A"
640 metric_tags:
641 - symbol:
642 name: servertech.sentry4.st4BranchID
@@ -685,6 +731,8 @@ metrics:
731 symbols:
732 - name: servertech.sentry4.st4OutletMonitor
733 constant_value_one: true
734 + description: "Constant value one"
735 + unit: "TBD"
736 metric_tags:
737 - symbol:
738 name: servertech.sentry4.st4OutletID
@@ -772,6 +820,8 @@ metrics:
820 symbols:
821 - name: servertech.sentry4.st4TempSensorValue
822 OID: 1.3.6.1.4.1.1718.4.1.9.3.1.1
823 + description: "Temperature sensor value"
824 + unit: "Cel"
825 metric_tags:
826 - symbol:
827 name: servertech.sentry4.st4TempSensorID
@@ -823,6 +873,8 @@ metrics:
873 symbols:
874 - name: servertech.sentry4.st4HumidSensorValue
875 OID: 1.3.6.1.4.1.1718.4.1.10.3.1.1
876 + description: "Humidity sensor value"
877 + unit: "%"
878 metric_tags:
879 - symbol:
880 name: servertech.sentry4.st4HumidSensorID
src/go/plugin/go.d/config/go.d/snmp.profiles/default/silverpeak-edgeconnect.yaml
+2
@@ -31,6 +31,8 @@ metrics:
31 symbol:
32 OID: 1.3.6.1.4.1.23867.3.1.1.1.4.0
33 name: silverpeak.mgmt.spsActiveAlarmCount
34 + description: The number of active alarm entries in the alarm table - spsActiveAlarmTable, defined under silverpeakMgmtMIBTables subtree.
35 + unit: "{alarm}"
36 - MIB: SILVERPEAK-MGMT-MIB
37 table:
38 OID: 1.3.6.1.4.1.23867.3.1.1.2.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sinetica-eagle-i.yaml
+10
@@ -17,6 +17,8 @@ metrics:
17 symbols:
18 - name: hawk.i2.ipTHAValue
19 OID: 1.3.6.1.4.1.3711.24.1.1.1.2.2.1.7
20 + description: The current reading in the relevant measurement units.
21 + unit: "{input_analogue_value}"
22 metric_tags:
23 - symbol:
24 name: hawk.i2.ipTHAName
@@ -65,6 +67,8 @@ metrics:
67 symbols:
68 - name: hawk.i2.op
69 constant_value_one: true
70 + description: Output constant value one.
71 + unit: "{output}"
72 metric_tags:
73 - symbol:
74 name: hawk.i2.opName
@@ -103,10 +107,16 @@ metrics:
107 symbols:
108 - name: hawk.i2.pduRMSVoltsValue
109 OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.3
110 + description: RMS Volts value in volts
111 + unit: "V"
112 - name: hawk.i2.pduRMSAmpsValue
113 OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.4
114 + description: RMS current value in deciamperes
115 + unit: "dA"
116 - name: hawk.i2.pduTotalEnergyValue
117 OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.5
118 + description: Total energy value in 0.1 kWh
119 + unit: "hW.h"
120 metric_tags:
121 - symbol:
122 name: hawk.i2.pduName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sophos-xgs-firewall.yaml
+28 -511
@@ -15,570 +15,85 @@ metrics:
15 symbol:
16 name: cpu.usage
17 OID: 1.3.6.1.2.1.25.3.3.1.2.196608
18 + description: "The average, over the last minute, of the percentage of time that this processor was not idle."
19 + unit: "%"
20 - MIB: SFOS-FIREWALL-MIB
21 symbol:
22 name: memory.usage
23 OID: 1.3.6.1.4.1.2604.5.1.2.5.2.0
24 + description: "Percentage usage of main memory"
25 + unit: "%"
26 - MIB: SFOS-FIREWALL-MIB
27 symbol:
28 name: memory.total
29 OID: 1.3.6.1.4.1.2604.5.1.2.5.1.0
30 + description: "Memory capacity in MB"
31 + unit: "MBy"
32 - MIB: SFOS-FIREWALL-MIB
33 symbol:
34 name: sfosDiskCapacity
35 OID: 1.3.6.1.4.1.2604.5.1.2.4.1.0
36 + description: "Disk capacity in MB"
37 + unit: "MBy"
38 - MIB: SFOS-FIREWALL-MIB
39 symbol:
40 name: sfosDiskPercentUsage
41 OID: 1.3.6.1.4.1.2604.5.1.2.4.2.0
42 + description: "% Disk usage"
43 + unit: "%"
44 - MIB: SFOS-FIREWALL-MIB
45 symbol:
46 name: sfosSwapCapacity
47 OID: 1.3.6.1.4.1.2604.5.1.2.5.3.0
48 + description: "Swap Capacity in MB"
49 + unit: "MBy"
50 - MIB: SFOS-FIREWALL-MIB
51 symbol:
52 name: sfosSwapPercentUsage
53 OID: 1.3.6.1.4.1.2604.5.1.2.5.4.0
54 + description: "% usage of swap"
55 + unit: "%"
56 - MIB: SFOS-FIREWALL-MIB
57 symbol:
58 name: sfosLiveUsersCount
59 OID: 1.3.6.1.4.1.2604.5.1.2.6.0
60 + description: "Display live user count login into captive portal"
61 + unit: "{session}"
62 - MIB: SFOS-FIREWALL-MIB
63 symbol:
64 name: sfosHTTPHits
65 OID: 1.3.6.1.4.1.2604.5.1.2.7.0
66 metric_type: monotonic_count
67 + description: "Number of HTTP hits"
68 + unit: "{request}"
69 - MIB: SFOS-FIREWALL-MIB
70 symbol:
71 name: sfosFTPHits
72 OID: 1.3.6.1.4.1.2604.5.1.2.8.0
73 metric_type: monotonic_count
74 + description: "Number of FTP hits"
75 + unit: "{request}"
76 - MIB: SFOS-FIREWALL-MIB
77 symbol:
78 name: sfosPOP3Hits
79 OID: 1.3.6.1.4.1.2604.5.1.2.9.1.0
80 metric_type: monotonic_count
81 + description: "Number of POP3 hits"
82 + unit: "{request}"
83 - MIB: SFOS-FIREWALL-MIB
84 symbol:
85 name: sfosImapHits
86 OID: 1.3.6.1.4.1.2604.5.1.2.9.2.0
87 metric_type: monotonic_count
88 + description: "Number of IMAP hits"
89 + unit: "{request}"
90 - MIB: SFOS-FIREWALL-MIB
91 symbol:
92 name: sfosSmtpHits
93 OID: 1.3.6.1.4.1.2604.5.1.2.9.3.0
94 metric_type: monotonic_count
71 -# - MIB: SFOS-FIREWALL-MIB
72 -# symbol:
73 -# name: sfosPoP3Service
74 -# OID: 1.3.6.1.4.1.2604.5.1.3.1.0
75 -# enum:
76 -# untouched: 0
77 -# stopped: 1
78 -# initializing: 2
79 -# running: 3
80 -# exiting: 4
81 -# dead: 5
82 -# frozen: 6
83 -# unregistered: 7
84 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
85 -# comment in profile until it's fixed)
86 -# - MIB: SFOS-FIREWALL-MIB
87 -# symbol:
88 -# name: sfosImap4Service
89 -# OID: 1.3.6.1.4.1.2604.5.1.3.2.0
90 -# enum:
91 -# untouched: 0
92 -# stopped: 1
93 -# initializing: 2
94 -# running: 3
95 -# exiting: 4
96 -# dead: 5
97 -# frozen: 6
98 -# unregistered: 7
99 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
100 -# comment in profile until it's fixed)
101 -# - MIB: SFOS-FIREWALL-MIB
102 -# symbol:
103 -# name: sfosSmtpService
104 -# OID: 1.3.6.1.4.1.2604.5.1.3.3.0
105 -# enum:
106 -# untouched: 0
107 -# stopped: 1
108 -# initializing: 2
109 -# running: 3
110 -# exiting: 4
111 -# dead: 5
112 -# frozen: 6
113 -# unregistered: 7
114 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
115 -# comment in profile until it's fixed)
116 -# - MIB: SFOS-FIREWALL-MIB
117 -# symbol:
118 -# name: sfosFtpService
119 -# OID: 1.3.6.1.4.1.2604.5.1.3.4.0
120 -# enum:
121 -# untouched: 0
122 -# stopped: 1
123 -# initializing: 2
124 -# running: 3
125 -# exiting: 4
126 -# dead: 5
127 -# frozen: 6
128 -# unregistered: 7
129 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
130 -# comment in profile until it's fixed)
131 -# - MIB: SFOS-FIREWALL-MIB
132 -# symbol:
133 -# name: sfosHttpService
134 -# OID: 1.3.6.1.4.1.2604.5.1.3.5.0
135 -# enum:
136 -# untouched: 0
137 -# stopped: 1
138 -# initializing: 2
139 -# running: 3
140 -# exiting: 4
141 -# dead: 5
142 -# frozen: 6
143 -# unregistered: 7
144 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
145 -# comment in profile until it's fixed)
146 -# - MIB: SFOS-FIREWALL-MIB
147 -# symbol:
148 -# name: sfosAVService
149 -# OID: 1.3.6.1.4.1.2604.5.1.3.6.0
150 -# enum:
151 -# untouched: 0
152 -# stopped: 1
153 -# initializing: 2
154 -# running: 3
155 -# exiting: 4
156 -# dead: 5
157 -# frozen: 6
158 -# unregistered: 7
159 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
160 -# comment in profile until it's fixed)
161 -# - MIB: SFOS-FIREWALL-MIB
162 -# symbol:
163 -# name: sfosASService
164 -# OID: 1.3.6.1.4.1.2604.5.1.3.7.0
165 -# enum:
166 -# untouched: 0
167 -# stopped: 1
168 -# initializing: 2
169 -# running: 3
170 -# exiting: 4
171 -# dead: 5
172 -# frozen: 6
173 -# unregistered: 7
174 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
175 -# comment in profile until it's fixed)
176 -# - MIB: SFOS-FIREWALL-MIB
177 -# symbol:
178 -# name: sfosDNSService
179 -# OID: 1.3.6.1.4.1.2604.5.1.3.8.0
180 -# enum:
181 -# untouched: 0
182 -# stopped: 1
183 -# initializing: 2
184 -# running: 3
185 -# exiting: 4
186 -# dead: 5
187 -# frozen: 6
188 -# unregistered: 7
189 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
190 -# comment in profile until it's fixed)
191 -# - MIB: SFOS-FIREWALL-MIB
192 -# symbol:
193 -# name: sfosHAService
194 -# OID: 1.3.6.1.4.1.2604.5.1.3.9.0
195 -# enum:
196 -# untouched: 0
197 -# stopped: 1
198 -# initializing: 2
199 -# running: 3
200 -# exiting: 4
201 -# dead: 5
202 -# frozen: 6
203 -# unregistered: 7
204 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
205 -# comment in profile until it's fixed)
206 -# - MIB: SFOS-FIREWALL-MIB
207 -# symbol:
208 -# name: sfosIPSService
209 -# OID: 1.3.6.1.4.1.2604.5.1.3.10.0
210 -# enum:
211 -# untouched: 0
212 -# stopped: 1
213 -# initializing: 2
214 -# running: 3
215 -# exiting: 4
216 -# dead: 5
217 -# frozen: 6
218 -# unregistered: 7
219 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
220 -# comment in profile until it's fixed)
221 -# - MIB: SFOS-FIREWALL-MIB
222 -# symbol:
223 -# name: sfosApacheService
224 -# OID: 1.3.6.1.4.1.2604.5.1.3.11.0
225 -# enum:
226 -# untouched: 0
227 -# stopped: 1
228 -# initializing: 2
229 -# running: 3
230 -# exiting: 4
231 -# dead: 5
232 -# frozen: 6
233 -# unregistered: 7
234 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
235 -# comment in profile until it's fixed)
236 -# - MIB: SFOS-FIREWALL-MIB
237 -# symbol:
238 -# name: sfosNtpService
239 -# OID: 1.3.6.1.4.1.2604.5.1.3.12.0
240 -# enum:
241 -# untouched: 0
242 -# stopped: 1
243 -# initializing: 2
244 -# running: 3
245 -# exiting: 4
246 -# dead: 5
247 -# frozen: 6
248 -# unregistered: 7
249 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
250 -# comment in profile until it's fixed)
251 -# - MIB: SFOS-FIREWALL-MIB
252 -# symbol:
253 -# name: sfosTomcatService
254 -# OID: 1.3.6.1.4.1.2604.5.1.3.13.0
255 -# enum:
256 -# untouched: 0
257 -# stopped: 1
258 -# initializing: 2
259 -# running: 3
260 -# exiting: 4
261 -# dead: 5
262 -# frozen: 6
263 -# unregistered: 7
264 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
265 -# comment in profile until it's fixed)
266 -# - MIB: SFOS-FIREWALL-MIB
267 -# symbol:
268 -# name: sfosSSLVpnService
269 -# OID: 1.3.6.1.4.1.2604.5.1.3.14.0
270 -# enum:
271 -# untouched: 0
272 -# stopped: 1
273 -# initializing: 2
274 -# running: 3
275 -# exiting: 4
276 -# dead: 5
277 -# frozen: 6
278 -# unregistered: 7
279 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
280 -# comment in profile until it's fixed)
281 -# - MIB: SFOS-FIREWALL-MIB
282 -# symbol:
283 -# name: sfosIPSecVpnService
284 -# OID: 1.3.6.1.4.1.2604.5.1.3.15.0
285 -# enum:
286 -# untouched: 0
287 -# stopped: 1
288 -# initializing: 2
289 -# running: 3
290 -# exiting: 4
291 -# dead: 5
292 -# frozen: 6
293 -# unregistered: 7
294 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
295 -# comment in profile until it's fixed)
296 -# - MIB: SFOS-FIREWALL-MIB
297 -# symbol:
298 -# name: sfosDatabaseService
299 -# OID: 1.3.6.1.4.1.2604.5.1.3.16.0
300 -# enum:
301 -# untouched: 0
302 -# stopped: 1
303 -# initializing: 2
304 -# running: 3
305 -# exiting: 4
306 -# dead: 5
307 -# frozen: 6
308 -# unregistered: 7
309 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
310 -# comment in profile until it's fixed)
311 -# - MIB: SFOS-FIREWALL-MIB
312 -# symbol:
313 -# name: sfosNetworkService
314 -# OID: 1.3.6.1.4.1.2604.5.1.3.17.0
315 -# enum:
316 -# untouched: 0
317 -# stopped: 1
318 -# initializing: 2
319 -# running: 3
320 -# exiting: 4
321 -# dead: 5
322 -# frozen: 6
323 -# unregistered: 7
324 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
325 -# comment in profile until it's fixed)
326 -# - MIB: SFOS-FIREWALL-MIB
327 -# symbol:
328 -# name: sfosGarnerService
329 -# OID: 1.3.6.1.4.1.2604.5.1.3.18.0
330 -# enum:
331 -# untouched: 0
332 -# stopped: 1
333 -# initializing: 2
334 -# running: 3
335 -# exiting: 4
336 -# dead: 5
337 -# frozen: 6
338 -# unregistered: 7
339 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
340 -# comment in profile until it's fixed)
341 -# - MIB: SFOS-FIREWALL-MIB
342 -# symbol:
343 -# name: sfosDroutingService
344 -# OID: 1.3.6.1.4.1.2604.5.1.3.19.0
345 -# enum:
346 -# untouched: 0
347 -# stopped: 1
348 -# initializing: 2
349 -# running: 3
350 -# exiting: 4
351 -# dead: 5
352 -# frozen: 6
353 -# unregistered: 7
354 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
355 -# comment in profile until it's fixed)
356 -# - MIB: SFOS-FIREWALL-MIB
357 -# symbol:
358 -# name: sfosSSHdService
359 -# OID: 1.3.6.1.4.1.2604.5.1.3.20.0
360 -# enum:
361 -# untouched: 0
362 -# stopped: 1
363 -# initializing: 2
364 -# running: 3
365 -# exiting: 4
366 -# dead: 5
367 -# frozen: 6
368 -# unregistered: 7
369 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
370 -# comment in profile until it's fixed)
371 -# - MIB: SFOS-FIREWALL-MIB
372 -# symbol:
373 -# name: sfosDgdService
374 -# OID: 1.3.6.1.4.1.2604.5.1.3.21.0
375 -# enum:
376 -# untouched: 0
377 -# stopped: 1
378 -# initializing: 2
379 -# running: 3
380 -# exiting: 4
381 -# dead: 5
382 -# frozen: 6
383 -# unregistered: 7
384 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
385 -# comment in profile until it's fixed)
386 -# - MIB: SFOS-FIREWALL-MIB
387 -# symbol:
388 -# name: sfosHAStatus
389 -# OID: 1.3.6.1.4.1.2604.5.1.4.1.0
390 -# enum:
391 -# disabled: 0
392 -# enabled: 1
393 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
394 -# comment in profile until it's fixed)
395 -# - MIB: SFOS-FIREWALL-MIB
396 -# symbol:
397 -# name: sfosDeviceCurrentHAState
398 -# OID: 1.3.6.1.4.1.2604.5.1.4.4.0
399 -# enum:
400 -# notApplicable: 0
401 -# auxiliary: 1
402 -# standAlone: 2
403 -# primary: 3
404 -# faulty: 4
405 -# ready: 5
406 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
407 -# comment in profile until it's fixed)
408 -# - MIB: SFOS-FIREWALL-MIB
409 -# symbol:
410 -# name: sfosDevicePeerHAState
411 -# OID: 1.3.6.1.4.1.2604.5.1.4.5.0
412 -# enum:
413 -# notApplicable: 0
414 -# auxiliary: 1
415 -# standAlone: 2
416 -# primary: 3
417 -# faulty: 4
418 -# ready: 5
419 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
420 -# comment in profile until it's fixed)
421 -# - MIB: SFOS-FIREWALL-MIB
422 -# symbol:
423 -# name: sfosBaseFWLicRegStatus
424 -# OID: 1.3.6.1.4.1.2604.5.1.5.1.1.0
425 -# enum:
426 -# trial: 1
427 -# unsubscribed: 2
428 -# subscribed: 3
429 -# expired: 4
430 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
431 -# comment in profile until it's fixed)
432 -
433 -# Commented since the value is not a numerical value but a DisplayString
434 -# - MIB: SFOS-FIREWALL-MIB
435 -# symbol:
436 -# name: sfosBaseFWLicExpiryDate
437 -# OID: 1.3.6.1.4.1.2604.5.1.5.1.2.0
438 -
439 -# - MIB: SFOS-FIREWALL-MIB
440 -# symbol:
441 -# name: sfosNetProtectionLicRegStatus
442 -# OID: 1.3.6.1.4.1.2604.5.1.5.2.1.0
443 -# enum:
444 -# trial: 1
445 -# unsubscribed: 2
446 -# subscribed: 3
447 -# expired: 4
448 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
449 -# comment in profile until it's fixed)
450 -
451 -# Commented since the value is not a numerical value but a DisplayString
452 -# - MIB: SFOS-FIREWALL-MIB
453 -# symbol:
454 -# name: sfosNetProtectionLicExpiryDate
455 -# OID: 1.3.6.1.4.1.2604.5.1.5.2.2.0
456 -
457 -# - MIB: SFOS-FIREWALL-MIB
458 -# symbol:
459 -# name: sfosWebProtectionLicRegStatus
460 -# OID: 1.3.6.1.4.1.2604.5.1.5.3.1.0
461 -# enum:
462 -# trial: 1
463 -# unsubscribed: 2
464 -# subscribed: 3
465 -# expired: 4
466 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
467 -# comment in profile until it's fixed)
468 -
469 -# Commented since the value is not a numerical value but a DisplayString
470 -# - MIB: SFOS-FIREWALL-MIB
471 -# symbol:
472 -# name: sfosWebProtectionLicExpiryDate
473 -# OID: 1.3.6.1.4.1.2604.5.1.5.3.2.0
474 -
475 -# - MIB: SFOS-FIREWALL-MIB
476 -# symbol:
477 -# name: sfosMailProtectionLicRegStatus
478 -# OID: 1.3.6.1.4.1.2604.5.1.5.4.1.0
479 -# enum:
480 -# trial: 1
481 -# unsubscribed: 2
482 -# subscribed: 3
483 -# expired: 4
484 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
485 -# comment in profile until it's fixed)
486 -
487 -# Commented since the value is not a numerical value but a DisplayString
488 -# - MIB: SFOS-FIREWALL-MIB
489 -# symbol:
490 -# name: sfosMailProtectionLicExpiryDate
491 -# OID: 1.3.6.1.4.1.2604.5.1.5.4.2.0
492 -# - MIB: SFOS-FIREWALL-MIB
493 -# symbol:
494 -# name: sfosWebServerProtectionLicRegStatus
495 -# OID: 1.3.6.1.4.1.2604.5.1.5.5.1.0
496 -# enum:
497 -# trial: 1
498 -# unsubscribed: 2
499 -# subscribed: 3
500 -# expired: 4
501 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
502 -# comment in profile until it's fixed)
503 -
504 -# Commented since the value is not a numerical value but a DisplayString
505 -# - MIB: SFOS-FIREWALL-MIB
506 -# symbol:
507 -# name: sfosWebServerProtectionLicExpiryDate
508 -# OID: 1.3.6.1.4.1.2604.5.1.5.5.2.0
509 -
510 -# - MIB: SFOS-FIREWALL-MIB
511 -# symbol:
512 -# name: sfosSandstromLicRegStatus
513 -# OID: 1.3.6.1.4.1.2604.5.1.5.6.1.0
514 -# enum:
515 -# trial: 1
516 -# unsubscribed: 2
517 -# subscribed: 3
518 -# expired: 4
519 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
520 -# comment in profile until it's fixed)
521 -
522 -# Commented since the value is not a numerical value but a DisplayString
523 -# - MIB: SFOS-FIREWALL-MIB
524 -# symbol:
525 -# name: sfosSandstromLicExpiryDate
526 -# OID: 1.3.6.1.4.1.2604.5.1.5.6.2.0
527 -
528 -# - MIB: SFOS-FIREWALL-MIB
529 -# symbol:
530 -# name: sfosEnhancedSupportLicRegStatus
531 -# OID: 1.3.6.1.4.1.2604.5.1.5.7.1.0
532 -# enum:
533 -# trial: 1
534 -# unsubscribed: 2
535 -# subscribed: 3
536 -# expired: 4
537 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
538 -# comment in profile until it's fixed)
539 -
540 -# Commented since the value is not a numerical value but a DisplayString
541 -# - MIB: SFOS-FIREWALL-MIB
542 -# symbol:
543 -# name: sfosEnhancedSupportLicExpiryDate
544 -# OID: 1.3.6.1.4.1.2604.5.1.5.7.2.0
545 -
546 -# - MIB: SFOS-FIREWALL-MIB
547 -# symbol:
548 -# name: sfosEnhancedPlusLicRegStatus
549 -# OID: 1.3.6.1.4.1.2604.5.1.5.8.1.0
550 -# enum:
551 -# trial: 1
552 -# unsubscribed: 2
553 -# subscribed: 3
554 -# expired: 4
555 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
556 -# comment in profile until it's fixed)
557 -
558 -# Commented since the value is not a numerical value but a DisplayString
559 -# - MIB: SFOS-FIREWALL-MIB
560 -# symbol:
561 -# name: sfosEnhancedPlusLicExpiryDate
562 -# OID: 1.3.6.1.4.1.2604.5.1.5.8.2.0
563 -
564 -# - MIB: SFOS-FIREWALL-MIB
565 -# symbol:
566 -# name: sfosCentralOrchestrationLicRegStatus
567 -# OID: 1.3.6.1.4.1.2604.5.1.5.9.1.0
568 -# enum:
569 -# trial: 1
570 -# unsubscribed: 2
571 -# subscribed: 3
572 -# expired: 4
573 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
574 -# comment in profile until it's fixed)
575 -
576 -# Commented since the value is not a numerical value but a DisplayString
577 -# - MIB: SFOS-FIREWALL-MIB
578 -# symbol:
579 -# name: sfosCentralOrchestrationLicExpiryDate
580 -# OID: 1.3.6.1.4.1.2604.5.1.5.9.2.0
581 -
95 + description: "Number of SMTP hits"
96 + unit: "{request}"
97 - MIB: SFOS-FIREWALL-MIB
98 table:
99 name: sfosIPSecVpnTunnelTable
@@ -588,6 +103,8 @@ metrics:
103 constant_value_one: true
104 - name: sfosIPSecVpnActiveTunnel
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 metric_tags:
109 - symbol:
110 name: sfosIPSecVpnConnName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/synology-disk-station.yaml
+46
@@ -16,18 +16,26 @@ metrics:
16 symbol:
17 name: cpu.usage
18 OID: 1.3.6.1.4.1.2021.10.1.5.1
19 + description: The 1,5 and 15 minute load averages as an integer
20 + unit: "{load_average}"
21 - MIB: HOST-RESOURCES-MIB
22 symbol:
23 name: memory.total
24 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 = Physical memory
25 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
26 + unit: "By"
27 - MIB: HOST-RESOURCES-MIB
28 symbol:
29 OID: 1.3.6.1.2.1.25.2.3.1.6.6 # hrStorageUsed.6 = Memory buffers
30 name: hrMemoryBuffers
31 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
32 + unit: "By"
33 - MIB: HOST-RESOURCES-MIB
34 symbol:
35 OID: 1.3.6.1.2.1.25.2.3.1.6.7 # hrStorageUsed.7 = Cached memory
36 name: hrCachedMemory
37 + description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
38 + unit: "By"
39 # - MIB: SYNOLOGY-SYSTEM-MIB
40 # symbol:
41 # name: synology.system.systemStatus
@@ -41,6 +49,8 @@ metrics:
49 symbol:
50 name: synology.system.temperature
51 OID: 1.3.6.1.4.1.6574.1.2.0
52 + description: The temperature of Disk Station uses Celsius degree
53 + unit: "Cel"
54 # - MIB: SYNOLOGY-SYSTEM-MIB
55 # symbol:
56 # name: synology.system.powerStatus
@@ -87,6 +97,8 @@ metrics:
97 symbols:
98 - name: synology.diskTemperature
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 metric_tags:
103 - symbol:
104 name: synology.diskID
@@ -119,9 +131,13 @@ metrics:
131 - name: synology.raidFreeSize
132 OID: 1.3.6.1.4.1.6574.3.1.1.4
133 metric_type: monotonic_count
134 + description: The free size of raid
135 + unit: "By"
136 - name: synology.raidTotalSize
137 OID: 1.3.6.1.4.1.6574.3.1.1.5
138 metric_type: monotonic_count
139 + description: The total size of raid
140 + unit: "By"
141 metric_tags:
142 - symbol:
143 name: synology.raid.raidName
@@ -161,8 +177,12 @@ metrics:
177 symbols:
178 - name: synology.diskSMARTAttrCurrent
179 OID: 1.3.6.1.4.1.6574.5.1.1.5
180 + description: SMART attribute current value
181 + unit: "1"
182 - name: synology.diskSMARTAttrThreshold
183 OID: 1.3.6.1.4.1.6574.5.1.1.7
184 + description: SMART attribute threshold value
185 + unit: "1"
186 metric_tags:
187 - symbol:
188 name: synology.diskSMARTInfoDevName
@@ -187,6 +207,8 @@ metrics:
207 symbols:
208 - name: synology.serviceUsers
209 OID: 1.3.6.1.4.1.6574.6.1.1.3
210 + description: Number of users using this service
211 + unit: "{user}"
212 metric_tags:
213 - symbol:
214 name: synology.serviceName
@@ -200,17 +222,27 @@ metrics:
222 - name: synology.storageIOReads
223 OID: 1.3.6.1.4.1.6574.101.1.1.5
224 metric_type: monotonic_count
225 + description: The number of read accesses from this device since boot
226 + unit: "{read_access}"
227 - name: synology.storageIOWrites
228 OID: 1.3.6.1.4.1.6574.101.1.1.6
229 metric_type: monotonic_count
230 + description: The number of write accesses to this device since boot
231 + unit: "{write_access}"
232 - name: synology.storageIOLA
233 OID: 1.3.6.1.4.1.6574.101.1.1.8
234 + description: The load of disk (%)
235 + unit: "%"
236 - name: synology.storageIONReadX
237 OID: 1.3.6.1.4.1.6574.101.1.1.12
238 metric_type: monotonic_count
239 + description: The number of bytes read from this device since boot
240 + unit: "By"
241 - name: synology.storageIONWrittenX
242 OID: 1.3.6.1.4.1.6574.101.1.1.13
243 metric_type: monotonic_count
244 + description: The number of bytes written to this device since boot
245 + unit: "By"
246 metric_tags:
247 - symbol:
248 name: synology.storageIODevice
@@ -224,17 +256,27 @@ metrics:
256 - name: synology.spaceIOReads
257 OID: 1.3.6.1.4.1.6574.102.1.1.5
258 metric_type: monotonic_count
259 + description: The number of read accesses from this device since boot
260 + unit: "{read_access}"
261 - name: synology.spaceIOWrites
262 OID: 1.3.6.1.4.1.6574.102.1.1.6
263 metric_type: monotonic_count
264 + description: The number of write accesses to this device since boot
265 + unit: "{write_access}"
266 - name: synology.spaceIOLA
267 OID: 1.3.6.1.4.1.6574.102.1.1.8
268 + description: The load of disk (%)
269 + unit: "%"
270 - name: synology.spaceIONReadX
271 OID: 1.3.6.1.4.1.6574.102.1.1.12
272 metric_type: monotonic_count
273 + description: The number of bytes read from this device since boot
274 + unit: "By"
275 - name: synology.spaceIONWrittenX
276 OID: 1.3.6.1.4.1.6574.102.1.1.13
277 metric_type: monotonic_count
278 + description: The number of bytes written to this device since boot
279 + unit: "By"
280 metric_tags:
281 - symbol:
282 name: synology.spaceIODevice
@@ -253,10 +295,14 @@ metrics:
295 symbol:
296 name: synology.gpuUtilization
297 OID: 1.3.6.1.4.1.6574.108.2.0
298 + description: GPU utilization percentage
299 + unit: "%"
300 - MIB: SYNOLOGY-GPUINFO-MIB
301 symbol:
302 name: synology.gpuMemoryUtilization
303 OID: 1.3.6.1.4.1.6574.108.3.0
304 + description: GPU memory utilization percentage
305 + unit: "%"
306 metric_tags:
307 - OID: 1.3.6.1.4.1.6574.1.5.1.0
308 symbol: modelName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tp-link.yaml
+4
@@ -19,6 +19,8 @@ metrics:
19 symbols:
20 - name: cpu.usage
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 metric_tags:
25 - symbol:
26 OID: 1.3.6.1.4.1.11863.6.4.1.1.1.1.4
@@ -33,6 +35,8 @@ metrics:
35 symbols:
36 - name: memory.usage
37 OID: 1.3.6.1.4.1.11863.6.4.1.2.1.1.2
38 + description: Memory utilization
39 + unit: "%"
40 metric_tags:
41 - index: 1 # tpSysMonitorMemoryUnitNumber
42 tag: mem
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-pdu.yaml
+52
@@ -23,22 +23,32 @@ metrics:
23 OID: 1.3.6.1.4.1.850.1.1.1.2.1.4
24 name: tlpDeviceManufacturer
25 tag: tlp_device_manufacturer
26 + description: The name of the manufacturer.
27 + unit: "TBD"
28 - symbol:
29 OID: 1.3.6.1.4.1.850.1.1.1.2.1.5
30 name: tlpDeviceModel
31 tag: tlp_device_model
32 + description: The model designation.
33 + unit: "TBD"
34 - symbol:
35 OID: 1.3.6.1.4.1.850.1.1.1.2.1.6
36 name: tlpDeviceName
37 tag: tlp_device_name
38 + description: A user-supplied name for the device.
39 + unit: "TBD"
40 - symbol:
41 OID: 1.3.6.1.4.1.850.1.1.1.2.1.8
42 name: tlpDeviceLocation
43 tag: tlp_device_location
44 + description: A user-supplied location for the device.
45 + unit: "TBD"
46 - symbol:
47 OID: 1.3.6.1.4.1.850.1.1.1.2.1.9
48 name: tlpDeviceRegion
49 tag: tlp_device_region
50 + description: A user-supplied region for the device.
51 + unit: "TBD"
52 - symbol:
53 OID: 1.3.6.1.4.1.850.1.1.1.2.1.10
54 name: tlpDeviceStatus
@@ -52,6 +62,8 @@ metrics:
62 5: offline
63 6: custom
64 7: configuration
65 + description: The currently most critical alarm status for the device.
66 + unit: "TBD"
67 - MIB: TRIPPLITE-PRODUCTS
68 table:
69 OID: 1.3.6.1.4.1.850.1.1.2.1
@@ -64,10 +76,14 @@ metrics:
76 OID: 1.3.6.1.4.1.850.1.1.2.1.1.5
77 name: tlpDeviceIdentSerialNum
78 tag: tlp_device_ident_serial_num
79 + description: The serial number of the device.
80 + unit: "TBD"
81 - symbol:
82 OID: 1.3.6.1.4.1.850.1.1.2.1.1.6
83 name: tlpDeviceIdentDateInstalled
84 tag: tlp_device_ident_date_installed
85 + description: The installation date for this device in the format of mm/dd/yyyy.
86 + unit: "TBD"
87 - MIB: TRIPPLITE-PRODUCTS
88 table:
89 OID: 1.3.6.1.4.1.850.1.1.3.2.2.1
@@ -75,12 +91,20 @@ metrics:
91 symbols:
92 - OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.6
93 name: tlpPduDeviceTemperatureC
94 + description: The ambient temperature at or near the PDU casing.
95 + unit: "Cel"
96 - OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.7
97 name: tlpPduDeviceTemperatureF
98 + description: The ambient temperature at or near the PDU casing.
99 + unit: "F"
100 - OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.8
101 name: tlpPduDevicePhaseImbalance
102 + description: The percentage of imbalance of the three phases.
103 + unit: "%"
104 - OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.9
105 name: tlpPduDeviceOutputPowerTotal
106 + description: The AC output total power for all circuits.
107 + unit: "W"
108 metric_tags:
109 - index: 1 # tlpDeviceIndex
110 tag: tlp_device_index
@@ -107,12 +131,20 @@ metrics:
131 symbols:
132 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.4
133 name: tlpPduOutputVoltage
134 + description: The magnitude of the present output voltage for a given output line.
135 + unit: "V"
136 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.5
137 name: tlpPduOutputCurrent
138 + description: The output current, in hundreths of amps, for a given phase.
139 + unit: "mA"
140 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.10
141 name: tlpPduOutputSource
142 + description: The present source of output power.
143 + unit: "TBD"
144 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.11
145 name: tlpPduOutputFrequency
146 + description: The present output frequency.
147 + unit: "Hz"
148 metric_tags:
149 - index: 1 # tlpDeviceIndex
150 tag: tlp_device_index
@@ -140,12 +172,20 @@ metrics:
172 symbols:
173 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.4
174 name: tlpPduOutletState
175 + description: The current state of the outlet.
176 + unit: "TBD"
177 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.7
178 name: tlpPduOutletVoltage
179 + description: The magnitude of the present output voltage for a given outlet.
180 + unit: "V"
181 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.8
182 name: tlpPduOutletCurrent
183 + description: The present output current, in hundreths of amps, of a given outlet.
184 + unit: "mA"
185 - OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.9
186 name: tlpPduOutletPower
187 + description: The output power of a given outlet.
188 + unit: "W"
189 metric_tags:
190 - symbol:
191 OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.2
@@ -179,6 +219,8 @@ metrics:
219 symbol:
220 OID: 1.3.6.1.4.1.850.1.3.1.0
221 name: tlpAlarmsPresent
222 + description: The present number of active alarm conditions.
223 + unit: "{alarm_condition}"
224 - MIB: TRIPPLITE-PRODUCTS
225 table:
226 OID: 1.3.6.1.4.1.850.1.3.2
@@ -193,14 +235,20 @@ metrics:
235 OID: 1.3.6.1.4.1.850.1.3.2.1.2
236 name: tlpAlarmDescr
237 tag: tlp_alarm_descr
238 + description: A reference of the alarm description object.
239 + unit: "TBD"
240 - symbol:
241 OID: 1.3.6.1.4.1.850.1.3.2.1.3
242 name: tlpAlarmTime
243 tag: tlp_alarm_time
244 + description: The value of sysUpTime when the alarm condition was detected.
245 + unit: "ms"
246 - symbol:
247 OID: 1.3.6.1.4.1.850.1.3.2.1.6
248 name: tlpAlarmDetail
249 tag: tlp_alarm_detail
250 + description: A textual description of the alarm condition.
251 + unit: "TBD"
252 - symbol:
253 OID: 1.3.6.1.4.1.850.1.3.2.1.8
254 name: tlpAlarmState
@@ -208,6 +256,8 @@ metrics:
256 mapping:
257 1: active
258 2: inactive
259 + description: The current state of this alarm condition.
260 + unit: "TBD"
261 - symbol:
262 OID: 1.3.6.1.4.1.850.1.3.2.1.9
263 name: tlpAlarmAcknowledged
@@ -215,3 +265,5 @@ metrics:
265 mapping:
266 1: not_acknowledged
267 2: acknowledged
268 + description: Denotes whether the alarm condition has been acknowledged.
269 + unit: "TBD"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-ups.yaml
+25 -1
@@ -27,22 +27,32 @@ metrics:
27 symbol:
28 OID: 1.3.6.1.4.1.850.100.1.13.1.0
29 name: tlUpsTemperature
30 + description: The ambient temperature
31 + unit: "Cel"
32 - MIB: TRIPPLITE-12X
33 symbol:
34 OID: 1.3.6.1.4.1.850.100.1.2.1.0
35 name: tlUpsBatteryAge # The age of the battery in years.
36 + description: The age of the battery in years
37 + unit: "{year}"
38 - MIB: TRIPPLITE-12X
39 symbol:
40 OID: 1.3.6.1.4.1.850.100.1.2.2.0
41 name: tlUpsTemperatureF
42 + description: The ambient temperature (F)
43 + unit: "degF"
44 - MIB: TRIPPLITE-12X
45 symbol:
46 OID: 1.3.6.1.4.1.850.100.1.2.3.0
47 name: tlUpsExternalBatteryAge # The age of the battery in years.
48 + description: The age of external battery in years
49 + unit: "{year}"
50 - MIB: TRIPPLITE-12X
51 symbol:
52 OID: 1.3.6.1.4.1.850.100.1.6.1.0
53 name: tlUpsAlarmsPresent
54 + description: The present number of active alarm conditions
55 + unit: "{alarm}"
56 # - MIB: TRIPPLITE-12X
57 # symbol:
58 # OID: 1.3.6.1.4.1.850.100.1.7.1.0
@@ -67,10 +77,14 @@ metrics:
77 symbol:
78 OID: 1.3.6.1.4.1.850.101.1.1.1.0
79 name: tlEnvTemperatureC
80 + description: The ambient temperature (C)
81 + unit: "Cel"
82 - MIB: TRIPPLITE-12X
83 symbol:
84 OID: 1.3.6.1.4.1.850.101.1.1.2.0
85 name: tlEnvTemperatureF
86 + description: The ambient temperature (F)
87 + unit: "degF"
88 # - MIB: TRIPPLITE-12X
89 # symbol:
90 # OID: 1.3.6.1.4.1.850.101.1.1.5.0
@@ -84,6 +98,8 @@ metrics:
98 symbol:
99 OID: 1.3.6.1.4.1.850.101.1.2.1.0
100 name: tlEnvHumidity
101 + description: The ambient humidity (%)
102 + unit: "%"
103 # - MIB: TRIPPLITE-12X
104 # symbol:
105 # OID: 1.3.6.1.4.1.850.101.1.2.4.0
@@ -100,6 +116,8 @@ metrics:
116 symbols:
117 - OID: 1.3.6.1.4.1.850.100.1.3.2.1.3
118 name: tlUpsInputVoltage
119 + description: The magnitude of the present input voltage
120 + unit: "V"
121 metric_tags:
122 - symbol:
123 OID: 1.3.6.1.4.1.850.100.1.3.2.1.1
@@ -119,13 +137,19 @@ metrics:
137 symbols:
138 - OID: 1.3.6.1.4.1.850.100.1.4.7.1.3
139 name: tlUpsOutputCircuitLoadCurrent
140 + description: The magnitude of the present output current in deciamperes
141 + unit: "dA"
142 - OID: 1.3.6.1.4.1.850.100.1.4.7.1.4
143 name: tlUpsOutputCircuitVoltage
144 + description: The magnitude of the present circuit voltage in tenths of an volt
145 + unit: "dV"
146 - OID: 1.3.6.1.4.1.850.100.1.4.7.1.5
147 name: tlUpsOutputCircuitPower
148 + description: The magnitude of the present power in watts
149 + unit: "W"
150 metric_tags:
151 - index: 1
128 - tag: tl_ups_output_circuit_index
152 + tag: tl_ups_output_circuit_index
153 - symbol:
154 OID: 1.3.6.1.4.1.850.100.1.4.7.1.2
155 name: tlUpsOutputCircuitStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ubiquiti-unifi.yaml
+16
@@ -10,10 +10,14 @@ metrics:
10 symbol:
11 OID: 1.3.6.1.4.1.10002.1.1.1.1.1.0
12 name: memory.total
13 + description: Total usable physical memory (in KB)
14 + unit: "kBy"
15 - MIB: FROGFOOT-RESOURCES-MIB
16 symbol:
17 OID: 1.3.6.1.4.1.10002.1.1.1.1.2.0
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:
@@ -39,17 +43,29 @@ metrics:
43 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.4
44 name: ubiquiti.unifiRadioRxPackets
45 metric_type: monotonic_count
46 + description: Number of received packets on the radio
47 + unit: "{packet}"
48 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.5
49 name: ubiquiti.unifiRadioTxPackets
50 metric_type: monotonic_count
51 + description: Number of transmitted packets on the radio
52 + unit: "{packet}"
53 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.6
54 name: ubiquiti.unifiRadioCuTotal
55 + description: Total cumulative usage on the radio
56 + unit: "TBD"
57 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.7
58 name: ubiquiti.unifiRadioCuSelfRx
59 + description: Cumulative self received usage on the radio
60 + unit: "TBD"
61 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.8
62 name: ubiquiti.unifiRadioCuSelfTx
63 + description: Cumulative self transmitted usage on the radio
64 + unit: "TBD"
65 - OID: 1.3.6.1.4.1.41112.1.6.1.1.1.9
66 name: ubiquiti.unifiRadioOtherBss
67 + description: Other basic service sets on the radio
68 + unit: "TBD"
69 metric_tags:
70 - symbol:
71 OID: 1.3.6.1.4.1.41112.1.6.1.1.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/velocloud-edge.yaml
+6
@@ -18,11 +18,17 @@ metrics:
18 symbol:
19 name: memory.total
20 OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1
21 + description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
22 + unit: "{storage_unit}"
23 - MIB: HOST-RESOURCES-MIB
24 symbol:
25 name: memory.used
26 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1
27 + description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
28 + unit: "{storage_unit}"
29 - MIB: HOST-RESOURCES-MIB
30 symbol:
31 name: cpu.usage
32 OID: 1.3.6.1.2.1.25.3.3.1.2.196608 # hrProcessorLoad.196608
33 + description: Average over the last minute of the percentage of time that this processor was not idle
34 + unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vertiv-liebert-ac.yaml
+24
@@ -7,10 +7,14 @@ metrics:
7 symbol:
8 OID: 1.3.6.1.4.1.476.1.42.3.4.1.2.1.0
9 name: lgpEnvTemperatureSettingDegF
10 + description: The temperature setting used to control the well known temperature object 'lgpEnvControlTemperature'
11 + unit: "degF"
12 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
13 symbol:
14 OID: 1.3.6.1.4.1.476.1.42.3.4.1.2.2.0
15 name: lgpEnvTemperatureToleranceDegF
16 + description: The acceptable variance from 'lgpEnvTemperatureSettingDegF' without initiating a control action
17 + unit: "degF"
18 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
19 table:
20 OID: 1.3.6.1.4.1.476.1.42.3.4.1.2.3
@@ -18,10 +22,16 @@ metrics:
22 symbols:
23 - OID: 1.3.6.1.4.1.476.1.42.3.4.1.2.3.1.3
24 name: lgpEnvTemperatureMeasurementDegF
25 + description: The measured temperature value
26 + unit: "degF"
27 - OID: 1.3.6.1.4.1.476.1.42.3.4.1.3.3.1.3
28 name: lgpEnvTemperatureMeasurementDegC
29 + description: The measured temperature value
30 + unit: "Cel"
31 - OID: 1.3.6.1.4.1.476.1.42.3.4.2.2.3.1.3
32 name: lgpEnvHumidityMeasurementRel
33 + description: The measured humidity value
34 + unit: "%"
35 metric_tags:
36 - symbol:
37 OID: 1.3.6.1.4.1.476.1.42.3.4.1.2.3.1.2 # OID index
@@ -31,30 +41,44 @@ metrics:
41 symbol:
42 OID: 1.3.6.1.4.1.476.1.42.3.4.6.1.0
43 name: lgpEnvStatisticsComp1RunHr
44 + description: Accumulated run hours of compressor 1
45 + unit: "h"
46 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
47 symbol:
48 OID: 1.3.6.1.4.1.476.1.42.3.4.6.2.0
49 name: lgpEnvStatisticsComp2RunHr
50 + description: Accumulated run hours of compressor 2
51 + unit: "h"
52 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
53 symbol:
54 OID: 1.3.6.1.4.1.476.1.42.3.4.6.3.0
55 name: lgpEnvStatisticsFanRunHr
56 + description: Accumulated run hours of the main fan
57 + unit: "h"
58 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
59 symbol:
60 OID: 1.3.6.1.4.1.476.1.42.3.4.6.4.0
61 name: lgpEnvStatisticsHumRunHr
62 + description: Accumulated run hours of the humidifier
63 + unit: "h"
64 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
65 symbol:
66 OID: 1.3.6.1.4.1.476.1.42.3.4.6.7.0
67 name: lgpEnvStatisticsReheat1RunHr
68 + description: Accumulated run hours of reheat element 1
69 + unit: "h"
70 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
71 symbol:
72 OID: 1.3.6.1.4.1.476.1.42.3.4.6.8.0
73 name: lgpEnvStatisticsReheat2RunHr
74 + description: Accumulated run hours of reheat element 2
75 + unit: "h"
76 - MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
77 symbol:
78 OID: 1.3.6.1.4.1.476.1.42.3.4.6.9.0
79 name: lgpEnvStatisticsReheat3RunHr
80 + description: Accumulated run hours of reheat element 3
81 + unit: "h"
82 metric_tags:
83 - tag: lgp_agent_ident_model
84 OID: 1.3.6.1.4.1.476.1.42.2.1.2.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vertiv-watchdog.yaml
+8
@@ -15,10 +15,16 @@ metrics:
15 symbols:
16 - OID: 1.3.6.1.4.1.21239.5.1.2.1.5
17 name: vertiv.internalTemp
18 + description: Internal temperature measurement
19 + unit: "Cel"
20 - OID: 1.3.6.1.4.1.21239.5.1.2.1.6
21 name: vertiv.internalHumidity
22 + description: Internal humidity measurement
23 + unit: "%"
24 - OID: 1.3.6.1.4.1.21239.5.1.2.1.7
25 name: vertiv.internalDewPoint
26 + description: Internal dew point temperature
27 + unit: "Cel"
28 metric_tags:
29 - symbol:
30 OID: 1.3.6.1.4.1.21239.5.1.2.1.2
@@ -48,6 +54,8 @@ metrics:
54 symbols:
55 - OID: 1.3.6.1.4.1.21239.5.1.4.1.5
56 name: vertiv.tempSensorTemp
57 + description: Temperature measured by the temperature sensor
58 + unit: "Cel"
59 metric_tags:
60 - symbol:
61 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
+10
@@ -22,6 +22,8 @@ metrics:
22 symbols:
23 - name: vmwHostBusAdapter
24 constant_value_one: true
25 + description: "Hardware host bus adapter"
26 + unit: "{hardware_host_bus_adapter}"
27 metric_tags:
28 - symbol:
29 name: vmwHbaDeviceName
@@ -37,6 +39,8 @@ metrics:
39 3: marginal
40 4: critical
41 5: failed
42 + description: "Status of the hardware host bus adapter"
43 + unit: "{status}"
44 - MIB: VMWARE-ENV-MIB
45 table:
46 OID: 1.3.6.1.4.1.6876.4.20.3
@@ -44,6 +48,8 @@ metrics:
48 symbols:
49 - name: vmwEnv
50 constant_value_one: true
51 + description: "Hardware environment"
52 + unit: "{hardware_environment}"
53 metric_tags:
54 - symbol:
55 name: vmwSubsystemType
@@ -60,6 +66,8 @@ metrics:
66 8: temperature_sensor
67 9: raid_controller
68 10: voltage
69 + description: "Hardware component reporting environmental state"
70 + unit: "{hardware_component}"
71 - symbol:
72 OID: 1.3.6.1.4.1.6876.4.20.3.1.3
73 name: vmwHardwareStatus
@@ -70,3 +78,5 @@ metrics:
78 3: marginal
79 4: critical
80 5: failed
81 + description: "Last reported state of this component"
82 + unit: "{status}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/western-digital-mycloud-ex2-ultra.yaml
+8
@@ -19,15 +19,23 @@ metrics:
19 symbol:
20 name: memory.total
21 OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1
22 + description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
23 + unit: "{logical_storage_area}"
24
25 - MIB: HOST-RESOURCES-MIB
26 symbol:
27 name: memory.used
28 OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1
29 + description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
30 + unit: "{logical_storage_area}"
31 +
32 - MIB: HOST-RESOURCES-MIB
33 symbol:
34 name: cpu.usage
35 OID: 1.3.6.1.2.1.25.3.3.1.2.196608 # hrProcessorLoad.196608
36 + description: Average over the last minute of the percentage of time that this processor was not idle
37 + unit: "%"
38 +
39 # - MIB: WDMYCLOUDEX2-MIB
40 # symbol:
41 # name: wdmycloudex2Temperature
src/go/plugin/go.d/config/go.d/snmp.profiles/default/zebra-printer.yaml
+2
@@ -34,6 +34,8 @@ metrics:
34 symbols:
35 - name: zbrTrackedAlerts
36 constant_value_one: true
37 + description: "Number of tracked alerts"
38 + unit: "{alert}"
39 metric_tags:
40 - symbol:
41 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
+5
@@ -17,10 +17,15 @@ metrics:
17 symbol:
18 name: cpu.usage
19 OID: 1.3.6.1.4.1.890.1.15.3.2.4.0
20 + description: Device CPU usage (%)
21 + unit: "%"
22 - MIB: ZYXEL-ES-COMMON
23 symbol:
24 name: memory.usage
25 OID: 1.3.6.1.4.1.890.1.15.3.2.5.0
26 + description: Device memory usage (%)
27 + unit: "%"
28 +
29 metric_tags:
30 - OID: 1.3.6.1.4.1.890.1.15.3.1.1.0
31 symbol: sysSwPlatform