]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/ram.conf
dns_query_time plugin: added
[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 > (($status >= $WARNING)  ? (80) : (90))
8     crit: $this > (($status == $CRITICAL) ? (90) : (98))
9    delay: down 15m multiplier 1.5 max 1h
10     info: system RAM usage
11       to: sysadmin