diff --git a/app/funct.py b/app/funct.py index 86c70b03..c6840b8c 100644 --- a/app/funct.py +++ b/app/funct.py @@ -402,7 +402,7 @@ def open_port_firewalld(cfg): def check_haproxy_config(serv): import sql - commands = [ "/sbin/haproxy -q -c -f %s" % sql.get_setting('haproxy_config_path') ] + commands = [ "haproxy -q -c -f %s" % sql.get_setting('haproxy_config_path') ] ssh = ssh_connect(serv) for command in commands: stdin , stdout, stderr = ssh.exec_command(command) diff --git a/image/haproxy-wi-overview.jpeg b/image/haproxy-wi-overview.jpeg index a2171aac..f4e9629c 100644 Binary files a/image/haproxy-wi-overview.jpeg and b/image/haproxy-wi-overview.jpeg differ