Skip to content

Apache Integration

Infrastructure Integration

Instructions

Follow the installation guide below for your given collector environment.

During installation, use the configuration section below as reference.

After installation, the infrastructure datasources in the table below will be available in the AOC.

Installation Guide

Installing this integration consists of creating a yaml file in the filesystem of your collectors. Click below for instructions on how to do so for your given collectors environment.

Docker

Kubernetes

Mesos-Marathon

Debian

Ubuntu

RHEL/CentOS

SUSE

Configuration

Edit apache.yaml to configure the agent. Please refer apache.yaml for all available configuration options.

    init_config:
    instances:
      - apache_status_url: http://localhost/server-status?auto

Infrastructure Datasources

Datasource Available Aggregations Unit Description
apache.net.bytes avg max min sum byte The total number of bytes served.
apache.net.bytes_per_s avg max min sum byte/second The number of bytes served per second.
apache.net.hits avg max min sum request The total number of requests performed.
apache.net.request_per_s avg max min sum request/second The number of requests performed per second.
apache.performance.cpu_load avg max min sum percent The percent of CPU used.
apache.performance.busy_workers avg max min sum thread The number of workers serving requests.
apache.performance.idle_workers avg max min sum thread The number of idle workers.
apache.performance.uptime avg max min sum second The amount of time the server has been running.