Munin 模块

编辑

这是 Munin 模块。

默认的指标集是 node

兼容性

编辑

Munin 模块应与 Munin 网络协议的任何实现兼容(http://guide.munin-monitoring.org/en/latest/master/network-protocol.html),它已使用 munin node 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

指标集

以下指标集可用