Munin 模块

编辑

这是 Munin 模块。

默认度量集为 node

兼容性

编辑

Munin 模块应该与任何 Munin 网络协议的实现兼容(http://guide.munin-monitoring.org/en/latest/master/network-protocol.html),它已通过 Munin 节点 2.0 测试。

示例配置

Munin 模块支持在模块中描述的标准配置选项。这是一个示例配置。

metricbeat.modules:
- module: munin
  metricsets: ["node"]
  enabled: true
  period: 10s
  hosts: ["localhost:4949"]

  # List of plugins to collect metrics from, by default it collects from
  # all the available ones.
  #munin.plugins: []

  # If set to true, it sanitizes fields names in concordance with munin
  # implementation (all characters that are not alphanumeric, or underscore
  # are replaced by underscores).
  #munin.sanitize: false

度量集

提供以下度量集: