]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/entropy.conf
Merge pull request #877 from ktsaou/master
[netdata.git] / conf.d / health.d / entropy.conf
1
2 # check if entropy is too low
3 # the alarm is checked every 1 minute
4 # and examines the last 30 minutes of data
5
6    alarm: min_30min_entropy
7       on: system.entropy
8   lookup: min -30m unaligned
9    every: 1m
10     warn: $this < 200
11     crit: $this < 100
12    units: entries
13     info: minimum entries in the random numbers pool (entropy), for the last 30 minutes