Adjust nagios for koji01/02 replacing koji03/04
This commit is contained in:
parent
e53c6a3a49
commit
8988a19fb5
9 changed files with 33 additions and 19 deletions
|
@ -3,4 +3,4 @@
|
|||
10.5.126.23 infrastructure.fedoraproject.org
|
||||
10.5.126.23 puppet.fedoraproject.org puppet infrastructure.fedoraproject.org
|
||||
10.5.126.52 admin.fedoraproject.org
|
||||
10.5.125.59 koji.fedoraproject.org koji03 koji03.phx2.fedoraproject.org
|
||||
10.5.125.63 koji.fedoraproject.org
|
||||
|
|
7
roles/nagios_server/files/nagios/hosts/koji01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/koji01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name koji01
|
||||
alias koji01.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koji01.phx2.fedoraproject.org
|
||||
parents bvirthost08
|
||||
}
|
7
roles/nagios_server/files/nagios/hosts/koji02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/koji02.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name koji02
|
||||
alias koji02.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koji02.phx2.fedoraproject.org
|
||||
parents bvirthost10
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name koji03
|
||||
alias koji03.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koji03.phx2.fedoraproject.org
|
||||
parents bvirthost11
|
||||
}
|
||||
#define host {
|
||||
# host_name koji03
|
||||
# alias koji03.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address koji03.phx2.fedoraproject.org
|
||||
# parents bvirthost11
|
||||
#}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name koji04
|
||||
alias koji04.phx2.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address koji04.phx2.fedoraproject.org
|
||||
parents bvirthost07
|
||||
}
|
||||
#define host {
|
||||
# host_name koji04
|
||||
# alias koji04.phx2.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address koji04.phx2.fedoraproject.org
|
||||
# parents bvirthost07
|
||||
#}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define service {
|
||||
host_name koji03
|
||||
host_name koji01
|
||||
service_description Check Koji
|
||||
check_command check_koji
|
||||
max_check_attempts 5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define service {
|
||||
host_name rawhide-composer, koji03
|
||||
host_name rawhide-composer, koji01
|
||||
service_description Check NFS File Locks
|
||||
check_command check_by_nrpe!check_lock
|
||||
use criticaltemplate
|
||||
|
|
|
@ -20,7 +20,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name koji03
|
||||
host_name koji01
|
||||
service_description Koji SSL Cert
|
||||
check_command check_ssl_cert!koji.fedoraproject.org!60
|
||||
use defaulttemplate
|
||||
|
|
|
@ -155,7 +155,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name koji03
|
||||
host_name koji01
|
||||
service_description koji
|
||||
check_command check_website!koji.fedoraproject.org!/koji/hosts!arm04-builder
|
||||
use websitetemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue