icinga2: add pretty_name for status page
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-10 15:05:29 +02:00
parent efd2875b17
commit fc7655469f
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 29 additions and 4 deletions

View file

@ -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': {

View file

@ -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,
},

View file

@ -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,
},