new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 08:42:40 +01:00
parent b305368690
commit f96b426788
4 changed files with 126 additions and 94 deletions

View File

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