]> arthur.barton.de Git - netdata.git/blob - conf.d/health.d/entropy.conf
Merge pull request #1880 from sternix/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 hour of data
5
6    alarm: lowest_entropy
7       on: system.entropy
8   lookup: min -10m unaligned
9    units: entries
10    every: 5m
11     warn: $this < (($status >= $WARNING) ? (200) : (100))
12    delay: down 1h multiplier 1.5 max 2h
13     info: minimum entries in the random numbers pool in the last 10 minutes
14       to: silent