FMN: update the nagios check
FMN is now running in OpenShift Fixes: #11296 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
78e9ad6d24
commit
80c7b61487
1 changed files with 2 additions and 2 deletions
|
@ -235,14 +235,14 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name notifs_web
|
||||
hostgroup_name proxies_ocp4
|
||||
service_description http-fmn-web
|
||||
check_command check_website_ssl!notifications.fedoraproject.org!/healthz/ready!Notifications
|
||||
use websitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name notifs_web
|
||||
hostgroup_name proxies_ocp4
|
||||
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