icinga2: disable sms for some hosts
This commit is contained in:
parent
67d8293201
commit
9850a27ee2
3 changed files with 9 additions and 3 deletions
|
@ -57,6 +57,9 @@ groups['home'] = {
|
|||
# 'nameservers': {
|
||||
# '172.19.138.1',
|
||||
# },
|
||||
'icinga_options': {
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
'postfix': {
|
||||
# It's fine to do this without authentificating to the relayhost.
|
||||
# These Systems are not supposed to send mail anywhere else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue