Astradot
  • Home
  • Release Notes
  • Security and Privacy
  • System Agent
    • Installation on Linux
    • Datadog Agent Integration
    • Installation on Kubernetes
    • Datadog Agent Integration
    • Environment Variables
    • Config File
    • AWS Integration
  • Application Agent
    • Java Agent
  • Infrastructure Integrations
    • Apache
    • AWS ElasticCache
    • AWS RDS
    • HAProxy
    • MongoDB
    • MySQL
    • Nginx
    • PgBouncer
    • PostgreSQL
    • RabbitMQ
    • Redis
    • Consul
    • Etcd
    • Oracle
Powered by GitBook
On this page
  • Integration Installation
  • Metrics

Was this helpful?

  1. Infrastructure Integrations

Nginx

PreviousMySQLNextPgBouncer

Last updated 2 years ago

Was this helpful?

Integration Installation

  1. Install the Astradot Infra Agent on your server

  2. Ensure that is enabled on your nginx instance

  3. 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"
  4. 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

ngx_http_stub_status_module