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

Apache

PreviousJava AgentNextAWS ElasticCache

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 apache instance

  3. Edit /etc/astradot-infra/integrations/apache.toml

    #For every apache instance to monitor, add an [[instance]] block
    [[instance]]
    # the url to status module
    apache_status_url = "http://localhost:8080/server-status"
  4. Restart astradot-infra agent

    service astradot-infra restart

Metrics

Metric
Description

Bytes Served

Rate of bytes served per second

Request Rate

Number of requests processed per second

Connections

Number of connections

Async Connections - Writing

Number of asynchronous write connections

Async Connections - Keep Alive

Number of asynchronous keep alive connections

Async Connections - Closing

Number of asynchronous closing connections

Idle Workers

Number of idle workers

Busy Workers

Number of workers busy serving requests

mod_status