mirror of https://github.com/Aidaho12/haproxy-wi
parent
dd2426083a
commit
37976d2c96
|
@ -44,7 +44,7 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi
|
||||||
27. Keep active HAProxy service
|
27. Keep active HAProxy service
|
||||||
28. Ability to hide parts of the config with tags for users with "guest" role: "HideBlockStart" and "HideBlockEnd"
|
28. Ability to hide parts of the config with tags for users with "guest" role: "HideBlockStart" and "HideBlockEnd"
|
||||||
29. Mobile-ready desing
|
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
|
31. Backup HAProxy's, Nginx's and Keepalived's config files through HAProxy-WI
|
||||||
|
|
||||||
![alt text](image/haproxy-wi-metrics.png "Merics")
|
![alt text](image/haproxy-wi-metrics.png "Merics")
|
||||||
|
|
|
@ -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 %}
|
Loading…
Reference in New Issue