copr-be: fix the expected string in frontend check

This commit is contained in:
Pavel Raiskup
2025-12-11 08:49:37 +01:00
parent e0f9b863d1
commit e6cbeaa3f9

View File

@@ -2,4 +2,4 @@ command[check_copr_ping]=/usr/bin/copr-ping-check.py
command[check_copr_cdn]=/usr/bin/copr-cdn-check.py
command[check_copr_backend]=/usr/lib64/nagios/plugins/check_http -H copr-be.aws.fedoraproject.org --ssl
command[check_copr_distgit]=/usr/lib64/nagios/plugins/check_http -w 30 -c 40 --ssl --sni -H copr-dist-git.fedorainfracloud.org -u '/{{ cgit_uri }}/' -s 'Git repository browser'
command[check_copr_frontend]=/usr/lib64/nagios/plugins/check_http -w 30 -c 40 --ssl --sni -H copr.fedorainfracloud.org -u '/coprs/g/copr/copr/repo/fedora-rawhide/' -s 'Copr hosts'
command[check_copr_frontend]=/usr/lib64/nagios/plugins/check_http -w 30 -c 40 --ssl --sni -H copr.fedorainfracloud.org -u '/coprs/g/copr/copr/repo/fedora-rawhide/' -s 'copr:copr.fedorainfracloud.org:group_copr:copr'