]> 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 417068b07821d3a4b40858915f213737e8f98997..5dd8af502e14c3e3b793f197767881b80af2853f 100644 (file)
@@ -1,11 +1,14 @@
 
 # check if entropy is too low
 # the alarm is checked every 1 minute
-# and examines the last 30 minutes of data
+# and examines the last hour of data
 
-   alarm: min_30min_entropy
+   alarm: lowest_entropy
       on: system.entropy
-  lookup: min -30m unaligned
-   every: 1m
-    warn: $this < 200
-    crit: $this < 100
+  lookup: min -10m unaligned
+   units: entries
+   every: 5m
+    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