From 9845cd08be9a9424ce245014f6eb8a8bea65c8da Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 21 Jan 2022 11:16:55 -0500 Subject: [PATCH] fix nagios check on download.copr to use check_website_follow_ssl to remove alert --- roles/nagios_server/templates/nagios/services/websites.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 index 85e348b099..f1e5fabf72 100644 --- a/roles/nagios_server/templates/nagios/services/websites.cfg.j2 +++ b/roles/nagios_server/templates/nagios/services/websites.cfg.j2 @@ -339,7 +339,7 @@ define service { # define service { # hostgroup_name proxies # service_description http-download.copr.fedorainfracloud.org -# check_command check_website_ssl!download.copr.fedorainfracloud.org!/!Index of / +# check_command check_website_follow_ssl!download.copr.fedorainfracloud.org!/!Index of / # max_check_attempts 8 # use websitetemplate # }