summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2021-11-29 13:20:37 +0200
committerGitHub <noreply@github.com>2021-11-29 14:20:37 +0300
commitc7d83ccc313e14f57ba66d0acdade4d122d36093 (patch)
tree86f8588ffce78e32fdef83d9842c0240486ffcdd /health
parentdf0036004b39fda2898e2b447086f1cd0df652ef (diff)
Remove pihole_blocked_queries alert (#11829)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/pihole.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/health/health.d/pihole.conf b/health/health.d/pihole.conf
index f9a40e240f..c848e2d907 100644
--- a/health/health.d/pihole.conf
+++ b/health/health.d/pihole.conf
@@ -1,21 +1,4 @@
-# Blocked DNS queries.
-
- template: pihole_blocked_queries
- on: pihole.dns_queries_percentage
- class: Errors
- type: Ad Filtering
-component: Pi-hole
- every: 10s
- units: %
- calc: $blocked
- warn: $this > ( ($status >= $WARNING ) ? ( 45 ) : ( 55 ) )
- crit: $this > ( ($status == $CRITICAL) ? ( 55 ) : ( 75 ) )
- delay: up 2m down 5m
- info: percentage of blocked dns queries over the last 24 hour
- to: sysadmin
-
-
# Blocklist last update time.
# Default update interval is a week.