blob: d0eca8a6c83bfc5191c026486698ae418cf149d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# check if entropy is too low
# the alarm is checked every 1 minute
# and examines the last hour of data
alarm: 1hour_lowest_entropy
on: system.entropy
lookup: min -1h unaligned
units: entries
every: 5m
warn: $this < (($status >= $WARNING) ? (200) : (100))
delay: down 1h multiplier 1.5 max 1h
info: minimum entries in the random numbers pool in the last 30 minutes
to: silent
|