Skip to content
Snippets Groups Projects
Commit 548a315b authored by void's avatar void
Browse files

timeout and interval

parent 6a9a2f94
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,9 @@ apply Service "mail-blacklist - {{ mail_domains[maildomain].maildomain }}" {
import "generic-service"
check_command = "check_mail_blacklist"
check_interval = 5m
retry_interval = 3m
check_timeout = 1m
vars.rbl_host = "{{ mail_domains[maildomain].mxserver }}"
vars.rbl_warning = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment