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:
Aurélien Bompard 2023-04-26 10:55:07 +02:00
parent 90c81fda70
commit 360e184862
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
6 changed files with 26 additions and 10 deletions

View file

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