From 02013295264fa590e99a2b8f6d9fc29f1e041719 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 7 Dec 2015 21:05:55 -0500 Subject: [PATCH] Fix for haproxy --- ansible/check/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/check/site.yml b/ansible/check/site.yml index 265d8eea4..295c65cfb 100644 --- a/ansible/check/site.yml +++ b/ansible/check/site.yml @@ -57,7 +57,7 @@ - name : Check Controller haproxy max connections fail : - msg: "Expecting {{ haproxy_max_connections }} connections, found {{ hostvars[item].haproxy_maxconn }}" + msg: "Expecting {{ haproxy_max_connections }} connections, found {{ hostvars[item].haproxy_maxconn_result }}" when: hostvars[item].haproxy_maxconn_result|int < haproxy_max_connections with_items: groups['controller'] ignore_errors: true