diff --git a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 index c572e0363d..e07f9e46e0 100644 --- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 +++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 @@ -1,3 +1,10 @@ +define service { + hostgroup_name proxies + service_description http-ipsilon + check_command check_website!id.fedoraproject.org!/!Federated Open Authentication + use websitetemplate +} + define service { hostgroup_name proxies service_description http-fedoraproject.org @@ -219,15 +226,6 @@ define service { event_handler restart_httpd } -define service { - hostgroup_name ipsilon - service_description http-ipsilon-internal - check_command check_website!localhost!/!Federated Open Authentication - max_check_attempts 8 - use internalwebsitetemplate - event_handler restart_httpd -} - define service { hostgroup_name ipa service_description http-ipa-internal