From 85d4d9719ed83cd340e6e5077c8b26bcf33bbf0b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 Jan 2016 18:37:46 +0000 Subject: [PATCH] Switch url we use to check openqa to a less heavy weight one. --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 222be82584..9798507bcd 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -220,7 +220,7 @@ listen mdapi 0.0.0.0:10043 listen openqa 0.0.0.0:10044 balance hdr(appserver) server openqa01 openqa01:80 check inter 10s rise 1 fall 2 - option httpchk GET /group_overview/1 + option httpchk GET /api/v1/jobs/1 listen pdc 0.0.0.0:10045 balance hdr(appserver)