mirror of
https://github.com/netdata/netdata.git
synced 2025-05-04 09:10:31 +00:00
fix alarms info (#11844)
This commit is contained in:
parent
e5037170d6
commit
be91d1f81e
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ component: Pi-hole
|
||||||
calc: $file_exists
|
calc: $file_exists
|
||||||
crit: $this != 1
|
crit: $this != 1
|
||||||
delay: up 2m down 5m
|
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
|
to: sysadmin
|
||||||
|
|
||||||
# Pi-hole's ability to block unwanted domains.
|
# Pi-hole's ability to block unwanted domains.
|
||||||
|
@ -43,5 +43,5 @@ component: Pi-hole
|
||||||
calc: $enabled
|
calc: $enabled
|
||||||
warn: $this != 1
|
warn: $this != 1
|
||||||
delay: up 2m down 5m
|
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
|
to: sysadmin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue