TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Real-time Nginx monitoring with Lua and metrics

8 pointsby lebinhover 10 years ago

1 comment

lebinhover 10 years ago
Hi, I&#x27;m the author of this.<p>About a year ago I open sourced a tool for quick monitoring and troubleshooting Nginx, ngxtop [1], and received some very positive interests from HN community. However quite a few people are using it as a monitoring solution for their Nginx server, which is not ideal. Ngxtop was designed to be like the `top` command, you fire it up to check for at most 5-10 minutes and stop. It was not meant to be a long monitoring process that can be used to plug to your monitoring system such as Zabbix or Nagios or graphed by Graphite. Nginx has an official status module for this [2], but it requires Nginx Plus, a &gt; $1k product. Other solutions would normally require a log processing process piping to an external system to calculate and store the metrics. While an ELK stack [3] could provide you a lot more useful data, its setup and maintenance efforts can be significant. And that&#x27;s why I created Luameter.<p>It easier to setup, flexible to configure, and equally easy to be plugged into external system given its JSON api.<p>[1]: <a href="https://github.com/lebinh/ngxtop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lebinh&#x2F;ngxtop</a> [2]: <a href="http://nginx.com/products/live-activity-monitoring/" rel="nofollow">http:&#x2F;&#x2F;nginx.com&#x2F;products&#x2F;live-activity-monitoring&#x2F;</a> [3]: <a href="http://www.elasticsearch.org/overview/" rel="nofollow">http:&#x2F;&#x2F;www.elasticsearch.org&#x2F;overview&#x2F;</a>