TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 lebinh超过 10 年前

1 comment

lebinh超过 10 年前
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>