bundles/icinga2: remove icinga_options/downtime_also_for, add host dependencies via icinga_options/also_affected_by
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
4d5e75df68
commit
4973c63e62
4 changed files with 15 additions and 23 deletions
|
@ -50,13 +50,6 @@ nodes['home.nas'] = {
|
|||
'groups': {
|
||||
'nas': {},
|
||||
},
|
||||
'icinga_options': {
|
||||
'downtime_also_for': {
|
||||
# FIXME maybe autogenerate that from bundle:vmhost?
|
||||
'home.router',
|
||||
'home.downloadhelper',
|
||||
},
|
||||
},
|
||||
'iptables': {
|
||||
'port_rules': {
|
||||
'4679': { # Dell ULNM
|
||||
|
|
|
@ -74,9 +74,14 @@ nodes['home.router'] = {
|
|||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'also_affected_by': {
|
||||
'home.nas',
|
||||
'ovh.wireguard',
|
||||
},
|
||||
# disabled on group level
|
||||
'vars.notification.sms': True
|
||||
},
|
||||
|
||||
'iptables': {
|
||||
'custom_rules': [
|
||||
# This is a router. Allow forwarding traffic for internal networks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue