This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Munin module
editMunin module
editThis is the munin module.
The default metricset is node
.
Compatibility
editMunin 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.
The Munin module supports the standard configuration options that are described in Modules. Here is an example configuration:
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
The following metricsets are available: