Rename releng01/02 to branched-composer and rawhide-composer.
This commit is contained in:
parent
9e8ae648ab
commit
8482fd40ac
16 changed files with 64 additions and 45 deletions
|
@ -0,0 +1,8 @@
|
|||
define host {
|
||||
host_name branched-composer
|
||||
alias branched-composer.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address branched-composer.phx2.fedoraproject.org
|
||||
parents bvirthost08
|
||||
contact_groups build-sysadmin-email
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name rawhide-composer
|
||||
alias rawhide-composer.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address rawhide-composer.phx2.fedoraproject.org
|
||||
parents bvirthost06
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
#define host {
|
||||
# host_name releng01
|
||||
# alias releng01.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address releng01.phx2.fedoraproject.org
|
||||
# parents buildvmhost-06
|
||||
# contact_groups build-sysadmin-email
|
||||
#}
|
|
@ -1,7 +0,0 @@
|
|||
define host {
|
||||
host_name releng02
|
||||
alias releng02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address releng02.phx2.fedoraproject.org
|
||||
parents bvirthost05
|
||||
}
|
|
@ -14,7 +14,7 @@ define service {
|
|||
#}
|
||||
|
||||
define service {
|
||||
host_name noc01, proxy01, proxy02, releng02, db01
|
||||
host_name noc01, proxy01, proxy02, rawhide-composer, branched-composer, db01
|
||||
service_description Disk Space /boot
|
||||
check_command check_by_nrpe!check_disk_/boot
|
||||
use disktemplate
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define service {
|
||||
host_name releng02, koji03, releng04
|
||||
host_name branched-composer, rawhide-composer, koji03
|
||||
service_description Check NFS File Locks
|
||||
check_command check_by_nrpe!check_lock
|
||||
use criticaltemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue