bundles/icinga2: add icinga statusmonitor
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-22 18:53:57 +01:00
parent 12ce8d8f6e
commit dc9e378908
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 81 additions and 0 deletions

View file

@ -37,6 +37,14 @@ nodes['ovh.icinga2'] = {
'webroot': '/usr/share/icingaweb2/public',
'extras': True,
},
'icinga_statusmonitor': {
'domain': 'statusmonitor.icinga.kunsmann.eu',
'proxy': {
'/': {
'target': 'http://127.0.0.1:5000/',
}
},
}
},
},
'php': {