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

@ -23,6 +23,9 @@ nodes['htz-cloud.pirmasens'] = {
'gateway6': 'fe80::1',
},
},
'icinga_options': {
'pretty_name': 'kunsmann.info',
},
'nginx': {
'vhosts': {
'mail.kunsmann.info': {

View file

@ -19,6 +19,9 @@ nodes['htz-cloud.pleroma'] = {
'gateway6': 'fe80::1',
},
},
'icinga_options': {
'pretty_name': 'cybert-media.net',
},
'cron': {
'auto-authorize-sm-users': '* * * * * root echo "UPDATE users SET approval_pending=false WHERE email LIKE \'\\%@seibert-media.net\' AND approval_pending=true;" | psql pleroma >/dev/null',
},

View file

@ -38,6 +38,7 @@ nodes['htz-cloud.sewfile'] = {
},
},
'icinga_options': {
'pretty_name': 'sewfile.franzi.business',
'vars.notification.sms': False,
},
'nginx': {