new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 08:30:30 +01:00
parent d86175a3b6
commit b305368690
7 changed files with 943 additions and 370 deletions

View File

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