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 配置选项 中描述的选项。

度量集

提供以下度量集: