nagios: change the monitoring of registry.fedoraproject.org to start at

fedora (skiping fNN/* etc), so we don't hit limits and not see
        fedora* images.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2024-09-11 23:59:09 -04:00 committed by james
parent 6354a6bd38
commit 31de6ced58

View file

@ -104,7 +104,7 @@ define service {
define service {
host_name proxy01.fedoraproject.org, proxy10.fedoraproject.org
service_description http-oci-registry-api
check_command check_website_ssl!registry.fedoraproject.org!/v2/_catalog!fedora
check_command check_website_ssl!registry.fedoraproject.org!/v2/_catalog?last=fedora!fedora
use websitetemplate
}