Remove pihole_blocked_queries alert (#11829)
Fotis Voutsas committed
Nov 29, 2021 at 13:20 UTC
c7d83ccc313e14f57ba66d0acdade4d122d36093
1 file changed
-17
health/health.d/pihole.conf
-17
@@ -1,21 +1,4 @@
1
2
-# Blocked DNS queries.
3
-
4
- template: pihole_blocked_queries
5
- on: pihole.dns_queries_percentage
6
- class: Errors
7
- type: Ad Filtering
8
-component: Pi-hole
9
- every: 10s
10
- units: %
11
- calc: $blocked
12
- warn: $this > ( ($status >= $WARNING ) ? ( 45 ) : ( 55 ) )
13
- crit: $this > ( ($status == $CRITICAL) ? ( 55 ) : ( 75 ) )
14
- delay: up 2m down 5m
15
- info: percentage of blocked dns queries over the last 24 hour
16
- to: sysadmin
17
-
18
-
2
# Blocklist last update time.
3
# Default update interval is a week.
4