Use a way less heavy endpoint to determine frontend up-ness
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b596d3ef03
commit
8b3f02c228
2 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ backend mbs-backend
|
|||
balance hdr(appserver)
|
||||
server mbs-frontend01 mbs-frontend01:80 check inter 20s rise 2 fall 3
|
||||
server mbs-frontend02 mbs-frontend02:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /module-build-service/1/module-builds/
|
||||
option httpchk GET /module-build-service/1/component-builds/
|
||||
|
||||
frontend os-master-frontend
|
||||
bind 0.0.0.0:10064
|
||||
|
|
|
@ -84,7 +84,7 @@ define service {
|
|||
define service {
|
||||
hostgroup_name proxies
|
||||
service_description http-mbs
|
||||
check_command check_website_ssl!mbs.fedoraproject.org!/module-build-service/1/module-builds/!items
|
||||
check_command check_website_ssl!mbs.fedoraproject.org!/module-build-service/1/component-builds/!items
|
||||
max_check_attempts 8
|
||||
use websitetemplate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue