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

This commit is contained in:
Franzi 2021-04-17 09:21:51 +02:00
parent 4d5e75df68
commit 4973c63e62
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 15 additions and 23 deletions

View file

@ -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

View file

@ -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.