unbound.conf 849 B

12345678910111213141516171819202122232425262728
  1. # make sure there is no overwritten/dropped queries in the request-list
  2. template: unbound_request_list_overwritten
  3. on: unbound.request_list_jostle_list
  4. class: Errors
  5. type: DNS
  6. component: Unbound
  7. lookup: average -60s unaligned absolute match-names of overwritten
  8. units: queries
  9. every: 10s
  10. warn: $this > 5
  11. delay: up 10 down 5m multiplier 1.5 max 1h
  12. info: number of overwritten queries in the request-list
  13. to: sysadmin
  14. template: unbound_request_list_dropped
  15. on: unbound.request_list_jostle_list
  16. class: Errors
  17. type: DNS
  18. component: Unbound
  19. lookup: average -60s unaligned absolute match-names of dropped
  20. units: queries
  21. every: 10s
  22. warn: $this > 0
  23. delay: up 10 down 5m multiplier 1.5 max 1h
  24. info: number of dropped queries in the request-list
  25. to: sysadmin