nagios: external: define copr_* hostgroups

This commit is contained in:
Pavel Raiskup 2021-08-09 15:25:08 +02:00
parent 8aa8247784
commit ff215ea2b9
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,6 @@
define service {
hostgroup_name copr_back_aws, copr_back_dev_aws
service_description Copr ping package builds (that chould always succeed)
service_description The copr-ping package builds
check_command check_by_nrpe!check_copr_ping
use defaulttemplate
}