https://haproxy-wi.org/changelog.py#4_4_1
This commit is contained in:
Pavel Loginov
2020-08-02 10:39:54 +02:00
parent 6cb81369ae
commit e286b40998
11 changed files with 116 additions and 34 deletions

View File

@@ -864,7 +864,10 @@ def haproxy_wi_log(**kwargs):
def show_ip(stdout):
for line in stdout:
print(line)
if "Permission denied" in line:
print('error: '+line)
else:
print(line)
def server_status(stdout):