mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
nagios: move copr-ping to internal
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user