]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/ram.conf
ab-debian 0.20170327.01-0ab1, upstream v1.6.0-42-gaa6b96fc
[netdata.git] / conf.d / health.d / ram.conf
index 85e52540dbe94178eee96c3c937bcbe1fb56580e..d60df75b2040e8f6e4054d540b6be291095cd167 100644 (file)
@@ -2,9 +2,10 @@
    alarm: ram_in_use
       on: system.ram
     calc: $used * 100 / ($used + $cached + $free)
-   every: 10s
-    warn: $this > 80
-    crit: $this > 90
    units: %
+   every: 10s
+    warn: $this > (($status >= $WARNING)  ? (80) : (90))
+    crit: $this > (($status == $CRITICAL) ? (90) : (98))
+   delay: down 15m multiplier 1.5 max 1h
     info: system RAM usage
       to: sysadmin