]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/ram.conf
alarm renames
[netdata.git] / conf.d / health.d / ram.conf
1
2    alarm: ram_in_use
3       on: system.ram
4     calc: $used * 100 / ($used + $cached + $free)
5    every: 10s
6     warn: $this > 80
7     crit: $this > 90
8    units: %
9     info: system RAM usage
10       to: sysadmin