Pavel Loginov 2020-10-18 12:10:48 +06:00
parent af7f9e3ef9
commit b3ffd3a1ae
2 changed files with 8 additions and 7 deletions

View File

@ -46,6 +46,7 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi
29. Mobile-ready desing
30. Simple port monitoring
31. Backup HAProxy's, Nginx's and Keepalived's config files through HAProxy-WI
32. Manage OpenVPN3 as client via HAProxy-WI
![alt text](image/haproxy-wi-metrics.png "Merics")

View File

@ -1,10 +1,10 @@
configparser==3.5.0
configparser>=3.5.0
paramiko>=2.5.0
pytz==2017.3
pytz>=2017.3
requests>=2.22.0
pyTelegramBotAPI==3.6.3
networkx==2.1
matplotlib==2.1.2
future==0.13.1
mysql-connector-python==8.0.11
pyTelegramBotAPI>=3.6.3
networkx>=2.1
matplotlib>=2.1.2
future>=0.13.1
mysql-connector-python>=8.0.11
jinja2>=2.10.1