Remove branched composer now from nagios

This commit is contained in:
Kevin Fenzi 2014-12-06 15:13:37 +00:00
parent e39fccec20
commit 2502737d66
3 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,8 @@
define host { #define host {
host_name branched-composer # host_name branched-composer
alias branched-composer.phx2.fedoraproject.org # alias branched-composer.phx2.fedoraproject.org
use defaulttemplate # use defaulttemplate
address branched-composer.phx2.fedoraproject.org # address branched-composer.phx2.fedoraproject.org
parents bvirthost08 # parents bvirthost08
contact_groups build-sysadmin-email # contact_groups build-sysadmin-email
} #}

View file

@ -14,7 +14,7 @@ define service {
#} #}
define service { define service {
host_name noc01, proxy01, proxy02, rawhide-composer, branched-composer, db01 host_name noc01, proxy01, proxy02, rawhide-composer, db01
service_description Disk Space /boot service_description Disk Space /boot
check_command check_by_nrpe!check_disk_/boot check_command check_by_nrpe!check_disk_/boot
use disktemplate use disktemplate

View file

@ -1,5 +1,5 @@
define service { define service {
host_name rawhide-composer, branched-composer, koji03 host_name rawhide-composer, koji03
service_description Check NFS File Locks service_description Check NFS File Locks
check_command check_by_nrpe!check_lock check_command check_by_nrpe!check_lock
use criticaltemplate use criticaltemplate