bundles/icinga2: more timeout for check_spam_blocklist
This commit is contained in:
parent
563735d31a
commit
5b1d814d40
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def check_list(ip_list, blocklist, warn_ips):
|
|||
result = check_output([
|
||||
'dig',
|
||||
'+tries=2',
|
||||
'+time=5',
|
||||
'+time=10',
|
||||
'+short',
|
||||
dns_name
|
||||
]).decode().splitlines()
|
||||
|
|
Loading…
Reference in a new issue