]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/health.d/entropy.conf
allow all configuration options to be set from the command line; #1991
[netdata.git] / conf.d / health.d / entropy.conf
index bee77c36cfe8d5b75e2d916e7d2ccb59094aaf48..5dd8af502e14c3e3b793f197767881b80af2853f 100644 (file)
@@ -3,12 +3,12 @@
 # the alarm is checked every 1 minute
 # and examines the last hour of data
 
-   alarm: 1hour_lowest_entropy
+   alarm: lowest_entropy
       on: system.entropy
-  lookup: min -1h unaligned
+  lookup: min -10m unaligned
    units: entries
    every: 5m
-    warn: $this < 100
-   delay: up 0 down 1h multiplier 1.5 max 1h
-    info: minimum entries in the random numbers pool in the last 30 minutes
-      to: sysadmin
+    warn: $this < (($status >= $WARNING) ? (200) : (100))
+   delay: down 1h multiplier 1.5 max 2h
+    info: minimum entries in the random numbers pool in the last 10 minutes
+      to: silent