SNMP: _aruba-switch-cpu-memory.yaml (#20381)
Fotis Voutsas committed
May 30, 2025 at 09:16 UTC
caeabadda992aac8435c1f10f6b23c99d3df43db
1 file changed
+7
-6
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_aruba-switch-cpu-memory.yaml
+7
-6
@@ -2,7 +2,7 @@
2
metrics:
3
### Processor
4
5
- # The table of processors contained by the controller.
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
@@ -13,6 +13,7 @@ metrics:
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
+ family: Aruba/CPU
17
unit: "%"
18
metric_tags:
19
- tag: cpu
@@ -20,7 +21,7 @@ metrics:
21
22
### Memory
23
23
- # The memory status of the controller. All memory values measured in KB.
24
+ # The memory status of the controller. All memory values measured in KB.
25
- MIB: WLSX-SYSTEMEXT-MIB
26
table:
27
OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1
@@ -29,14 +30,14 @@ metrics:
30
- OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.2
31
# core check only
32
name: memory.total
32
- scale_factor: 1000
33
- description: Total memory in KB
33
+ description: Total memory
34
+ family: Aruba/Memory
35
unit: "kBy"
36
- OID: 1.3.6.1.4.1.14823.2.2.1.2.1.15.1.3
37
# core check only
38
name: memory.used
38
- scale_factor: 1000
39
- description: Used memory in KB
39
+ description: Used memory
40
+ family: Aruba/Memory
41
unit: "kBy"
42
metric_tags:
43
- tag: mem