hertzbeat
hertzbeat copied to clipboard
[Task] <support monitoring nginx server metrics>
Description
support monitoring nginx server metrics
monitoring nginx metrics eg: requests number, accepts number, handled number, qps, error and more.
suggest use nginx itself ngx_http_stub_status_module, and we collect metrics from this moudle ngx_http_stub_status_module export staus page http://localhost/nginx-status
relate links:
https://blog.csdn.net/weixin_55985097/article/details/116722309 https://www.cnblogs.com/leoyang63/articles/12482218.html https://www.tecmint.com/enable-nginx-status-page/ https://ubiq.co/tech-blog/how-to-enable-nginx-status-page/
Task List
- [ ] support monitoring nginx server metrics
- [ ] nginx monitoring help document
I want to help