Apache 模块编辑

此模块定期从 Apache HTTPD 服务器获取指标。默认的度量集是 status

兼容性编辑

Apache 度量集已在 Apache 2.4.12 和 2.4.54 上进行了测试,预计适用于所有版本 >= 2.2.31 和 >= 2.4.16。

仪表盘编辑

Apache 模块附带一个预定义的仪表盘。例如

apache httpd server status

示例配置

Apache 模块支持 模块 中描述的标准配置选项。以下是一个示例配置

metricbeat.modules:
- module: apache
  metricsets: ["status"]
  period: 10s
  enabled: true

  # Apache hosts
  hosts: ["http://127.0.0.1"]

  # Path to server status. Default server-status
  #server_status_path: "server-status"

  # Username of hosts.  Empty by default
  #username: username

  # Password of hosts. Empty by default
  #password: password

此模块支持使用 ssl 配置字段时使用 TLS 连接,如 SSL 中所述。它还支持 标准 HTTP 配置选项 中描述的选项。

度量集

以下度量集可用