icinga2: more checks should send sms
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
6e4c1ca502
commit
4f57a6c0e3
5 changed files with 8 additions and 1 deletions
|
@ -29,10 +29,12 @@ if node.has_bundle('postfixadmin'):
|
|||
'SMTP CONNECT': {
|
||||
'check_command': 'check_smtp',
|
||||
'vars.notification.sms': True,
|
||||
'vars.notification.sms': True,
|
||||
},
|
||||
'SMTP SUBMISSION CONNECT': {
|
||||
'check_command': 'check_smtp',
|
||||
'vars.port': '587',
|
||||
'vars.notification.sms': True,
|
||||
},
|
||||
})
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue