summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-11-30 15:25:52 +0300
committerGitHub <noreply@github.com>2021-11-30 07:25:52 -0500
commitbe91d1f81ea7af6e07a6fc764214d0b13ffcc307 (patch)
treee2f0930341395b6c9f0dcf76b2c3b775d88e0db7 /health
parente5037170d6ace27665d673a87c37c63ef56865ba (diff)
fix alarms info (#11844)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/pihole.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/pihole.conf b/health/health.d/pihole.conf
index c848e2d907..2e5c1cbfd5 100644
--- a/health/health.d/pihole.conf
+++ b/health/health.d/pihole.conf
@@ -27,7 +27,7 @@ component: Pi-hole
calc: $file_exists
crit: $this != 1
delay: up 2m down 5m
- info: gravity.list (blocklist) file existence state (0: exists, 1: not-exists)
+ info: gravity.list (blocklist) file existence state (0: not-exists, 1: exists)
to: sysadmin
# Pi-hole's ability to block unwanted domains.
@@ -43,5 +43,5 @@ component: Pi-hole
calc: $enabled
warn: $this != 1
delay: up 2m down 5m
- info: unwanted domains blocking status (0: enabled, 1: disabled)
+ info: unwanted domains blocking status (0: disabled, 1: enabled)
to: sysadmin