summaryrefslogtreecommitdiffstats
path: root/health/health.d/pihole.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /health/health.d/pihole.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/health.d/pihole.conf')
-rw-r--r--health/health.d/pihole.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/health/health.d/pihole.conf b/health/health.d/pihole.conf
deleted file mode 100644
index c4db835ce..000000000
--- a/health/health.d/pihole.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-
-# Blocklist last update time.
-# Default update interval is a week.
-
- template: pihole_blocklist_last_update
- on: pihole.blocklist_last_update
- class: Errors
- type: Ad Filtering
-component: Pi-hole
- every: 10s
- units: seconds
- calc: $ago
- warn: $this > 60 * 60 * 24 * 30
- summary: Pi-hole blocklist last update
- info: gravity.list (blocklist) file last update time
- to: sysadmin
-
-# Pi-hole's ability to block unwanted domains.
-# Should be enabled. The whole point of Pi-hole!
-
- template: pihole_status
- on: pihole.unwanted_domains_blocking_status
- class: Errors
- type: Ad Filtering
-component: Pi-hole
- every: 10s
- units: status
- calc: $disabled
- warn: $this != nan AND $this == 1
- delay: up 2m down 5m
- summary: Pi-hole domains blocking status
- info: Unwanted domains blocking is disabled
- to: sysadmin