From 9a29e07d3cd53401541c56e341c3bfe4973f0b57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 Jan 2016 22:20:24 +0000 Subject: [PATCH] Revert "Drop the openqa haproxy check in production too." This reverts commit d50a8c145321f89a1cd2ad36a84181c24f922674. --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index ae9465bf2d..6e96bb6bff 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -219,6 +219,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 /api/v1/jobs/1 listen pdc 0.0.0.0:10045 balance hdr(appserver)