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
|
@ -44,7 +44,8 @@ nodes['htz-cloud.influxdb'] = {
|
|||
'login_max_duration': '30d',
|
||||
},
|
||||
'icinga_options': {
|
||||
'pretty_name': 'InfluxDB',
|
||||
# no public access
|
||||
'show_on_statuspage': False,
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue