copr: remove -f follow from nagios check

This commit is contained in:
Silvie Chlupova 2022-01-31 11:51:31 +01:00
parent db6dc98940
commit 5011e6a2dc
2 changed files with 1 additions and 6 deletions

View file

@ -61,11 +61,6 @@ define command{
command_line $USER1$/check_http -w 30 -c 40 --ssl --sni -I $HOSTADDRESS$ -H $ARG1$ -u $ARG2$ -s "$ARG3$"
}
define command{
command_name check_website_follow_ssl
command_line $USER1$/check_http -w 30 -c 40 --ssl --sni -I $HOSTADDRESS$ -H $ARG1$ -u $ARG2$ -s "$ARG3$" -f follow
}
define command{
command_name check_ssl_cert
command_line $USER1$/check_http --sni -I $HOSTADDRESS$ -H $ARG1$ -C $ARG2$

View file

@ -339,7 +339,7 @@ define service {
define service {
hostgroup_name proxies
service_description http-download.copr.fedorainfracloud.org
check_command check_website_follow_ssl!download.copr.fedorainfracloud.org!/!Index of /
check_command check_website_ssl!download.copr.fedorainfracloud.org!/!Index of /
max_check_attempts 8
use websitetemplate
}