Remove haproxy_status.sh and change haproxy.cfg to work directly with the governor

This commit is contained in:
Alexander Kukushkin
2015-06-25 14:17:51 +02:00
parent a723dbbed4
commit 687fb7da10
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -17,5 +17,5 @@ frontend ft_postgresql
backend bk_db
option httpchk GET
server postgresql_127.0.0.1_5432 127.0.0.1:5432 maxconn 100 check port 15432
server postgresql_127.0.0.1_5433 127.0.0.1:5433 maxconn 100 check port 15433
server postgresql_127.0.0.1_5432 127.0.0.1:5432 maxconn 100 check port 8008
server postgresql_127.0.0.1_5433 127.0.0.1:5433 maxconn 100 check port 8009