@cryptotaxi247 / netdata-1 / commits / 48c358a26

SNMP: _fortinet-fortigate-cpu-memory.yaml (#20366)

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

Fotis Voutsas committed May 29, 2025 at 10:10 UTC 48c358a2667a3fd256078b533a774574a9c87b27
1 file changed +5 -5
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_fortinet-fortigate-cpu-memory.yaml
+5 -5
@@ -1,17 +1,16 @@
1 # CPU and memory metrics for Fortinet FortiGate devices
2 metrics:
3 -
3 ### CPU
4 - MIB: FORTINET-FORTIGATE-MIB
5 symbol:
6 # Current CPU usage (percentage).
7 OID: 1.3.6.1.4.1.12356.101.4.1.3.0
9 - # core check only
8 + # core check only
9 name: cpu.usage
11 - description: Current CPU usage (percentage)
10 + description: Current CPU usage
11 + family: Fortinet/Fortigate/CPU/Utilization
12 unit: "%"
13
14 -
14 ### Memory
15 - MIB: FORTINET-FORTIGATE-MIB
16 symbol:
@@ -19,5 +18,6 @@ metrics:
18 OID: 1.3.6.1.4.1.12356.101.4.1.4.0
19 # core check only
20 name: memory.usage
22 - description: Current memory utilization (percentage)
21 + description: Current memory utilization
22 + family: Fortinet/Fortigate/Memory/Utilization
23 unit: "%"