groups/home: add icinga host dependencies
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-17 09:18:20 +02:00
parent cbeb42c8ae
commit 77f785135d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 10 additions and 3 deletions

View file

@ -70,6 +70,9 @@ groups['home'] = {
'metadata': { 'metadata': {
'location': 'home', 'location': 'home',
'icinga_options': { 'icinga_options': {
'also_affected_by': {
'home.router',
},
'vars.notification.sms': False, 'vars.notification.sms': False,
}, },
'postfix': { 'postfix': {

View file

@ -85,6 +85,10 @@ nodes['home.nas'] = {
}, },
}, },
}, },
'icinga_options': {
# override group default
'also_affected_by': atomic(set()),
},
'mosquitto': { 'mosquitto': {
'bridges': { 'bridges': {
'c3voc': { 'c3voc': {

View file

@ -85,14 +85,14 @@ nodes['home.router'] = {
}, },
}, },
'icinga_options': { 'icinga_options': {
'also_affected_by': { # override group default
'also_affected_by': atomic({
'home.nas', 'home.nas',
'ovh.wireguard', 'ovh.wireguard',
}, }),
# disabled on group level # disabled on group level
'vars.notification.sms': True 'vars.notification.sms': True
}, },
'nftables': { 'nftables': {
'rules': { 'rules': {
'forward': { 'forward': {