]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/cpu.conf
allow all configuration options to be set from the command line; #1991
[netdata.git] / conf.d / health.d / cpu.conf
index 2b04c794d0919a203fe5ce6af204d785e4b256c2..30a7140972925987308693b432c195b856d74d38 100644 (file)
@@ -1,13 +1,13 @@
 
 template: 10min_cpu_usage
       on: system.cpu
-  lookup: average -10m unaligned of user,system,nice,softirq,irq,guest,guest_nice
+  lookup: average -10m unaligned of user,system,softirq,irq,guest
    units: %
    every: 1m
     warn: $this > (($status >= $WARNING)  ? (75) : (85))
     crit: $this > (($status == $CRITICAL) ? (85) : (95))
    delay: down 15m multiplier 1.5 max 1h
-    info: average cpu utilization for the last 10 minutes
+    info: average cpu utilization for the last 10 minutes (excluding iowait, nice and steal)
       to: sysadmin
 
 template: 10min_cpu_iowait
@@ -28,6 +28,6 @@ template: 20min_steal_cpu
    every: 5m
     warn: $this > (($status >= $WARNING)  ? (5)  : (10))
     crit: $this > (($status == $CRITICAL) ? (20) : (30))
-   delay: down 15m multiplier 1.5 max 1h
+   delay: down 1h multiplier 1.5 max 2h
     info: average CPU steal time for the last 20 minutes
       to: sysadmin