make a moby group and play moby music
This commit is contained in:
parent
b1a1e8fff3
commit
a8b9e72849
4 changed files with 15 additions and 6 deletions
|
@ -1360,6 +1360,15 @@ docker-registry01.stg.phx2.fedoraproject.org
|
|||
docker-registry02.stg.phx2.fedoraproject.org
|
||||
docker-candidate-registry01.stg.phx2.fedoraproject.org
|
||||
|
||||
## Not the candidate just the top registry
|
||||
[moby-registry]
|
||||
docker-registry01.phx2.fedoraproject.org
|
||||
|
||||
## Not the candidate just the top registry
|
||||
[moby-registry-stg]
|
||||
docker-registry01.phx2.fedoraproject.org
|
||||
|
||||
|
||||
[webservers:children]
|
||||
proxies
|
||||
ipsilon
|
||||
|
|
|
@ -329,7 +329,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name docker-registry01
|
||||
hostgroup_name docker-registry01
|
||||
service_description docker-registry
|
||||
check_command check_website!localhost:5000!/v2/!{}
|
||||
max_check_attempts 8
|
||||
|
|
|
@ -76,7 +76,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name docker-registry
|
||||
hostgroup_name moby-registry
|
||||
service_description Disk space /var/lib/registry
|
||||
check_command check_by_nrpe!check_disk_/var/lib/registry
|
||||
use disktemplate
|
||||
|
|
|
@ -131,16 +131,16 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name docker-registry
|
||||
service_description http-docker-registry
|
||||
hostgroup_name moby-registry
|
||||
service_description http-moby-registry
|
||||
check_command check_website!localhost:5000!/v2/!{}
|
||||
max_check_attempts 8
|
||||
use internalwebsitetemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
hostgroup_name docker-registry
|
||||
service_description http-docker-registry
|
||||
hostgroup_name moby-registry
|
||||
service_description http-moby-registry
|
||||
check_command check_website!registry.fedoraproject.org!/v2/!{}
|
||||
max_check_attempts 8
|
||||
use websitetemplate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue