summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-10-17 11:00:12 +0300
committerGitHub <noreply@github.com>2022-10-17 11:00:12 +0300
commitfcc6971415f7c585d876b8d4d63afdd3409709d0 (patch)
treecf83a7dbfb4f8d2b05ca65b7b097c19cff70b67c /health
parent75f23321a00c6b5e424c7577886cc461390bdff6 (diff)
chore(health): rm pihole_blocklist_gravity_file_existence_state (#13826)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/pihole.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/health/health.d/pihole.conf b/health/health.d/pihole.conf
index 2d5491add1..ee6c57cc57 100644
--- a/health/health.d/pihole.conf
+++ b/health/health.d/pihole.conf
@@ -15,21 +15,6 @@ component: Pi-hole
info: gravity.list (blocklist) file last update time
to: sysadmin
-# Gravity file check (gravity.list).
-
- template: pihole_blocklist_gravity_file_existence_state
- on: pihole.blocklist_file_existence_state
- class: Errors
- type: Ad Filtering
-component: Pi-hole
- every: 10s
- units: state
- calc: $not_exists
- crit: $this != nan AND $this == 1
- delay: up 2m down 5m
- info: gravity.list (blocklist) file does not exist
- to: sysadmin
-
# Pi-hole's ability to block unwanted domains.
# Should be enabled. The whole point of Pi-hole!