blob: 6f8b6e85182fd4a162f6d19659d75e12d7056d18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# check if entropy is too low
# the alarm is checked every 1 minute
# and examines the last 30 minutes of data
alarm: min_30min_entropy
on: system.entropy
lookup: min -30m unaligned
every: 1m
warn: $this < 200
crit: $this < 100
units: entries
info: minimum entries in the random numbers pool (entropy), for the last 30 minutes
|