FMN: move the old to -old and redirect to the new
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
90c81fda70
commit
360e184862
6 changed files with 26 additions and 10 deletions
|
@ -236,8 +236,15 @@ define service {
|
|||
|
||||
define service {
|
||||
hostgroup_name notifs_web
|
||||
service_description http-apps.fedoraproject.org-notifications-fmn.web
|
||||
check_command check_website!localhost!/notifications!Notifications
|
||||
service_description http-fmn-web
|
||||
check_command check_website_ssl!notifications.fedoraproject.org!/healthz/ready!Notifications
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name notifs_web
|
||||
service_description http-fmn-api
|
||||
check_command check_website_ssl!fmn-api.apps.ocp.fedoraproject.org!/api/v1/healthz/ready!OK
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue