From b8b034446c54a9aa54a14cafcbb8b63f021fefc5 Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Mon, 15 Jan 2018 12:28:16 +0600 Subject: [PATCH] Update listserv.py --- cgi-bin/listserv.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cgi-bin/listserv.py b/cgi-bin/listserv.py index b88c2c07..c0b9772d 100644 --- a/cgi-bin/listserv.py +++ b/cgi-bin/listserv.py @@ -1,10 +1,7 @@ listhap= { - 'kz-webhap01': '172.28.9.159', - 'kz-webhap02': '172.28.9.160', - 'kz-mysqlhap01': '172.28.5.6', - 'kz-mysqlhap02': '172.28.5.5', + 'haproxy1': '172.28.0.1', + 'haproxy2': '172.28.0.2', } list_hap_vip = { - 'kz-webhap-vip': '172.28.9.161', - 'kz-mysqlhap-vip': '172.28.5.17' + 'haproxy-vip': '172.28.0.3', }