Munin module

edit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

This is the munin module.

The default metricset is node.

Compatibility

edit

Munin module should be compatible with any implementation of the munin network protocol (http://guide.munin-monitoring.org/en/latest/master/network-protocol.html), it is tested with munin node 2.0.

Example configuration

edit

The Munin module supports the standard configuration options that are described in Specify which modules to run. Here is an example configuration:

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

Metricsets

edit

The following metricsets are available: