Nginx
Integration Installation
Install the Astradot Infra Agent on your server
Ensure that ngx_http_stub_status_module is enabled on your nginx instance
Edit
/etc/astradot-infra/integrations/nginx.toml
#For every nginx instance to monitor, add an [[instance]] block [[instance]] # the url to status module nginx_status_url = "http://localhost:8080/nginx_status"
Restart astradot-infra agent
service astradot-infra restart
Metrics
Metric
Description
Connections - Active
Total number of active connections
Connections - Reading
Number of connections currently reading client requests
Connections - Writing
Number of connections waiting on upstream responses and/or writing responses back to the client
Connections - Waiting
Number of keep-alive connections waiting for work
Request Rate
Rate of requests processed per second
Connections Opened
Rate of connections per second
Connections Dropped
Rate of connections dropped per second
Last updated
Was this helpful?