From c9951efa8dae87d17a656f9dbf622b0344d5a7e5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 21 Jan 2022 15:29:14 +0100 Subject: [PATCH] nagios: disable download.copr.fedoraproject.org chack again We don't know what's wrong on that: HTTP CRITICAL: HTTP/1.1 503 Service Unavailable - string 'Index of /' not found on 'https://download.copr.fedorainfracloud.org:443/' - 3692 bytes in 0.631 second response time --- .../templates/nagios/services/websites.cfg.j2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 index aae8dfd20d..85e348b099 100644 --- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 +++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 @@ -336,10 +336,10 @@ define service { {% endif %} -define service { - hostgroup_name proxies - service_description http-download.copr.fedorainfracloud.org - check_command check_website_ssl!download.copr.fedorainfracloud.org!/!Index of / - max_check_attempts 8 - use websitetemplate -} +# define service { +# hostgroup_name proxies +# service_description http-download.copr.fedorainfracloud.org +# check_command check_website_ssl!download.copr.fedorainfracloud.org!/!Index of / +# max_check_attempts 8 +# use websitetemplate +# }