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
|
@ -23,6 +23,9 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
'gateway6': 'fe80::1',
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'pretty_name': 'kunsmann.info',
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'mail.kunsmann.info': {
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
|
@ -38,6 +38,7 @@ nodes['htz-cloud.sewfile'] = {
|
|||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'pretty_name': 'sewfile.franzi.business',
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
'nginx': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue