Anyone Know a Good GUI for HAProxy?
-
We use and manage a big of HAProxy, but I've never been involved in using a GUI with it before. This is less a GUI for management of it, let's face it HAProxy is so easy to manage from the text files, but more a GUI for monitoring performance and behaviour. Something so that teams can watch it to track flows or volume or whatever.
Anyone know of something good? Something free and open source would be awesome. I'm not aware of any tool at all, so not sure where to start.
-
-
Prometheus has an exporter for HAProxy.
-
I have used the HA PRoxy stats on port 9000
https://www.haproxy.com/blog/exploring-the-haproxy-stats-page/ -
For live stats - hatop -s /run/haproxy/admin.sock -i 1
For historical data - prometheus and grafana -
Greylog all the things.
-
I threw some containers in a pod to set this up and show what it looks like with Prometheus and Grafana. I threw 1000 curl requests at it to generate some traffic.
Here's all of the different sections of data this dashboard has set up:
-
Forgot to mention this specific dashboard exposes some variables for the backends, frontends, server name, HTTP code, etc.
-
Zabbix has the ability to monitor HAProxy as well.
-
Snapt provides a full GUI for either cloud or on-prem.
[Edited as being promotional content]
-
@thejb said in Anyone Know a Good GUI for HAProxy?:
Snapt provides a full GUI for either cloud or on-prem.
[Edited as being promotional content]
I don't see any connection to HAProxy.
-
This post is deleted! -
The following documentation should answer your question.
https://www.snapt.net/solutions/haproxy-load-balancer-gui
It is a web framework built upon HaProxy with additional features.
-
Interesting thread that popped up when I logged in.....
-
@thejb said in Anyone Know a Good GUI for HAProxy?:
The following documentation should answer your question.
https://www.snapt.net/solutions/haproxy-load-balancer-gui
It is a web framework built upon HaProxy with additional features.
And all of this can be yours for the low price of $1200 per year (or as much as $9500).
-
@thejb said in Anyone Know a Good GUI for HAProxy?:
The following documentation should answer your question.
https://www.snapt.net/solutions/haproxy-load-balancer-gui
It is a web framework built upon HaProxy with additional features.
Ah, I see, that wasn't easily identifiable from the original link. Thanks.
-
@manxam said in Anyone Know a Good GUI for HAProxy?:
@thejb said in Anyone Know a Good GUI for HAProxy?:
The following documentation should answer your question.
https://www.snapt.net/solutions/haproxy-load-balancer-gui
It is a web framework built upon HaProxy with additional features.
And all of this can be yours for the low price of $1200 per year (or as much as $9500).
That seems expensive,lol.
-
HAProxy does have a built in stats page too, which is nice for quick looks but doesn't do long term stuff.
-
@thejb said in Anyone Know a Good GUI for HAProxy?:
The following documentation should answer your question.
https://www.snapt.net/solutions/haproxy-load-balancer-gui
It is a web framework built upon HaProxy with additional features.
Is there real pricing somewhere? The site offers a free trial, which is just a waste of time if the pricing isn't in line with needs. The pics look nice, but given that it's a free solution working flawlessly as it is, paying much for a GUI wouldn't make sense, especially as its purely for management to get a "feel" for things.
-
Grafana has stuff, too...