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