]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/ram.conf
Merge pull request #950 from ktsaou/master
[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    units: %
6    every: 10s
7     warn: $this > 80
8     crit: $this > 90
9    delay: up 1m down 15m multiplier 1.5 max 1h
10     info: system RAM usage
11       to: sysadmin