diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 537b93f7..85a0c88b 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -271,7 +271,7 @@ monitor fail if horizon_dead options => { 'mode' => 'tcp', 'balance' => 'roundrobin', - 'option' => ['tcpka', 'tcplog', 'httpchk'], #httpchk mandatory expect 200 on port 9000 + 'option' => ['tcpka', 'tcplog'], 'timeout client' => '400s', 'timeout server' => '400s', }