Pavel Loginov 2020-07-16 09:05:16 +02:00
parent dd2426083a
commit 37976d2c96
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi
27. Keep active HAProxy service
28. Ability to hide parts of the config with tags for users with "guest" role: "HideBlockStart" and "HideBlockEnd"
29. Mobile-ready desing
30. REST API
30. Simple port monitoring
31. Backup HAProxy's, Nginx's and Keepalived's config files through HAProxy-WI
![alt text](image/haproxy-wi-metrics.png "Merics")

View File

@ -0,0 +1,5 @@
{% from 'include/input_macros.html' import input, checkbox %}
{% for s in smon %}
<tr class="newserver" id="smon-{{s.0}}">
{% include 'include/smon_server.html' %}
{% endfor %}