Files
zira-etc/netdata/health.d/ram-usage.conf
2023-02-06 14:26:39 +02:00

9 lines
190 B
Plaintext

alarm: ram_usage
on: system.ram
lookup: average -1m percentage of used
units: %
every: 1m
warn: $this > 80
crit: $this > 90
info: The percentage of RAM being used by the system.