nginx
Nginx is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
This module will monitor one or more nginx
servers via ngx_http_stub_status_module
.
Requirements:
It produces following charts:
-
Active Client Connections Including Waiting Connections in connections
-
Active Connections Per Status in connections
- reading, writing, waiting
- Accepted And Handled Connections in connections/s
- Requests in requests/s
configuration
Needs only url
to server's stub_status
Here is an example for local server:
jobs:
- name: local
url : http://127.0.0.1/stub_status
- name: remote
url : http://100.64.0.1/stub_status
For all available options please see module configuration file.
Without configuration, module attempts to connect to http://127.0.0.1/stub_status