new_functions_and_fixes #1

Merged
gru merged 33 commits from new_functions_and_fixes into master 2025-11-03 14:35:20 +01:00
Showing only changes of commit c838521adc - Show all commits

2
app.py
View File

@@ -101,7 +101,7 @@ def display_haproxy_stats():
return render_template('statistics.html', stats=parsed_stats)
@app.route('/logs')
@app.route('/logs', endpoint='display_logs')
#@requires_auth
def display_haproxy_logs():
log_file_path = '/var/log/haproxy.log'