bundles/postfix: use threading in check_spam_blocklist
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
fdcec012f3
commit
27753d50c4
2 changed files with 49 additions and 33 deletions
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue