bundles/postfix: use threading in check_spam_blocklist
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-03-25 17:42:59 +01:00
parent fdcec012f3
commit 27753d50c4
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 49 additions and 33 deletions

View file

@ -105,7 +105,7 @@ def icinga2(metadata):
if not ip.is_private:
services[f'SPAM BLOCKLIST {ip}'] = {
'command_on_monitored_host': f'/usr/local/share/icinga/plugins/check_spam_blocklist {ip}',
'vars.sshmon_timeout': 60,
'vars.sshmon_timeout': 15,
'check_interval': '15m',
'retry_interval': '5m',
}