add option to exclude hosts from public status page

This commit is contained in:
Franzi 2023-05-21 06:59:34 +02:00
parent b35bfc85e9
commit 9fc0004746
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 18 additions and 16 deletions

View file

@ -78,6 +78,7 @@ groups['home'] = {
'home.router',
},
'vars.notification.sms': False,
'show_on_statuspage': False,
},
'postfix': {
# It's fine to do this without authentificating to the relayhost.
@ -117,6 +118,9 @@ groups['voc'] = {
'day': 1,
},
},
'icinga_options': {
'show_on_statuspage': False,
},
'location': 'voc',
},
}