Y
Hacker News
new
|
ask
|
show
|
jobs
by
cinericius
2207 days ago
HAProxy also has an 'enterprise' offering[1], what makes this different from nginx plus?
[1]
https://www.haproxy.com/products/haproxy-enterprise-edition/
1 comments
sciurus
2207 days ago
Haproxy's full monitoring capabilities are available in the open source version. Nginx's are not. The stub_status module is very limited. Compare
https://www.haproxy.com/blog/exploring-the-haproxy-stats-pag...
with
https://nginx.org/libxslt/en/docs/http/ngx_http_stub_status_...
link
cyberpunk
2207 days ago
What exactly do you need to monitor on your nginxes? We collect logs, scrape metrics from the nginx pods and... that's enough..
link