entropy.conf 569 B

1234567891011121314151617181920
  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. summary: System entropy pool number of entries
  17. info: Minimum number of entries in the random numbers pool in the last 5 minutes
  18. to: silent