hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

[Task] <support monitoring nginx server metrics>

Open tomsun28 opened this issue 2 years ago • 1 comments

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

tomsun28 avatar Nov 27 '23 10:11 tomsun28

I want to help

lynx009 avatar Nov 27 '23 10:11 lynx009