add option to exclude hosts from public status page
This commit is contained in:
parent
b35bfc85e9
commit
9fc0004746
10 changed files with 18 additions and 16 deletions
|
@ -127,7 +127,7 @@ nodes['ovh.icinga2'] = {
|
|||
'password': vault.password_for('ovh.icinga2 icinga2 api_user dashboard'),
|
||||
},
|
||||
'filters': {
|
||||
'services': '"checks_with_sms" in service.groups',
|
||||
'services': '"statuspage" in service.groups',
|
||||
},
|
||||
'output': {
|
||||
'page_title': 'franzi.business Service Status',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue