icinga2: add pretty_name for status page
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
efd2875b17
commit
fc7655469f
8 changed files with 29 additions and 4 deletions
|
@ -22,6 +22,9 @@ nodes['gce.bind01'] = {
|
|||
},
|
||||
},
|
||||
'external_ipv4': '34.89.208.78',
|
||||
'icinga_option': {
|
||||
'pretty_name': 'ns-1.kunbox.net',
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'ns-1.kunbox.net': {
|
||||
|
|
|
@ -18,6 +18,9 @@ nodes['gce.dns02'] = {
|
|||
},
|
||||
},
|
||||
'external_ipv4': '35.187.109.249',
|
||||
'icinga_option': {
|
||||
'pretty_name': 'ns-2.kunbox.net',
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
|
|
|
@ -18,6 +18,9 @@ nodes['gce.dns03'] = {
|
|||
},
|
||||
},
|
||||
'external_ipv4': '35.228.143.71',
|
||||
'icinga_option': {
|
||||
'pretty_name': 'ns-3.kunbox.net',
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue