fix alarms info (#11844)
Ilya Mashchenko committed
Nov 30, 2021 at 15:25 UTC
be91d1f81ea7af6e07a6fc764214d0b13ffcc307
1 file changed
+2
-2
health/health.d/pihole.conf
+2
-2
@@ -27,7 +27,7 @@ component: Pi-hole
27
calc: $file_exists
28
crit: $this != 1
29
delay: up 2m down 5m
30
- info: gravity.list (blocklist) file existence state (0: exists, 1: not-exists)
30
+ info: gravity.list (blocklist) file existence state (0: not-exists, 1: exists)
31
to: sysadmin
32
33
# Pi-hole's ability to block unwanted domains.
@@ -43,5 +43,5 @@ component: Pi-hole
43
calc: $enabled
44
warn: $this != 1
45
delay: up 2m down 5m
46
- info: unwanted domains blocking status (0: enabled, 1: disabled)
46
+ info: unwanted domains blocking status (0: disabled, 1: enabled)
47
to: sysadmin