copr: nagios check for Copr's CDN

Relates: https://pagure.io/fedora-infrastructure/issue/10456
This commit is contained in:
Silvie Chlupova 2022-01-04 15:28:24 +01:00
parent eb2dac57e1
commit b9fa39f0c8
5 changed files with 123 additions and 0 deletions

View file

@ -32,3 +32,10 @@ define service {
check_command check_by_nrpe!check_copr_ping
use defaulttemplate
}
define service {
hostgroup_name copr_front_aws, copr_front_dev_aws
service_description The copr cdn status
check_command check_by_nrpe!check_copr_cdn
use defaulttemplate
}