supervisord

This commit is contained in:
Mateusz Gruszczyński
2025-11-01 20:23:11 +01:00
parent 52935f9d92
commit 2c3397fcc8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import requests
import csv
HAPROXY_STATS_URL = 'http://127.0.0.1:8080/;csv'
HAPROXY_STATS_URL = 'http://127.0.0.1:8484/;csv'
def fetch_haproxy_stats():
try: