nagios: move copr-ping to internal

This commit is contained in:
Pavel Raiskup 2021-08-10 08:51:55 +02:00
parent bc6c6bfc32
commit d2f9b772e9
3 changed files with 7 additions and 7 deletions

View file

@ -25,3 +25,10 @@ define service {
check_command check_by_nrpe!check_disk_/var/lib/copr-keygen
use disktemplate
}
define service {
hostgroup_name copr_back_aws, copr_back_dev_aws
service_description The copr-ping package builds
check_command check_by_nrpe!check_copr_ping
use defaulttemplate
}

View file

@ -1,6 +0,0 @@
define service {
hostgroup_name copr_back_aws, copr_back_dev_aws
service_description The copr-ping package builds
check_command check_by_nrpe!check_copr_ping
use defaulttemplate
}

View file

@ -251,7 +251,6 @@
- name: Copy /etc/nagios/services (External)
copy: src=nagios/services/{{ item }} dest=/etc/nagios/services/{{ item }}
with_items:
- copr_external.cfg
- dns.cfg
- smtp-mm.cfg
- unbound.cfg