entropy.conf 520 B

12345678910111213141516171819
  1. # check if entropy is too low
  2. # the alarm is checked every 1 minute
  3. # and examines the last hour of data
  4. alarm: lowest_entropy
  5. on: system.entropy
  6. class: Utilization
  7. type: System
  8. component: Cryptography
  9. os: linux
  10. hosts: *
  11. lookup: min -5m unaligned
  12. units: entries
  13. every: 5m
  14. warn: $this < (($status >= $WARNING) ? (200) : (100))
  15. delay: down 1h multiplier 1.5 max 2h
  16. info: minimum number of entries in the random numbers pool in the last 5 minutes
  17. to: silent