nagios: move copr-ping to internal
This commit is contained in:
parent
bc6c6bfc32
commit
d2f9b772e9
3 changed files with 7 additions and 7 deletions
|
@ -25,3 +25,10 @@ define service {
|
||||||
check_command check_by_nrpe!check_disk_/var/lib/copr-keygen
|
check_command check_by_nrpe!check_disk_/var/lib/copr-keygen
|
||||||
use disktemplate
|
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)
|
- name: Copy /etc/nagios/services (External)
|
||||||
copy: src=nagios/services/{{ item }} dest=/etc/nagios/services/{{ item }}
|
copy: src=nagios/services/{{ item }} dest=/etc/nagios/services/{{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- copr_external.cfg
|
|
||||||
- dns.cfg
|
- dns.cfg
|
||||||
- smtp-mm.cfg
|
- smtp-mm.cfg
|
||||||
- unbound.cfg
|
- unbound.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue