nodes/home.router: enable sms notifications for monitoring
This commit is contained in:
parent
c0b8d35a47
commit
56ff2a794f
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# disabled on group level
|
||||
'vars.notification.sms': True
|
||||
},
|
||||
'iptables': {
|
||||
'custom_rules': [
|
||||
# This is a router. Allow forwarding traffic for internal networks.
|
||||
|
|
Loading…
Reference in a new issue