youtubebeat/vendor/github.com/elastic/beats/metricbeat/docs/modules/munin.asciidoc

47 lines
895 B
Text

////
This file is generated! See scripts/docs_collector.py
////
[[metricbeat-module-munin]]
== Munin module
beta[]
This is the munin module.
The default metricset is `node`.
[float]
=== Compatibility
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.
[float]
=== Example configuration
The Munin module supports the standard configuration options that are described
in <<configuration-metricbeat>>. Here is an example configuration:
[source,yaml]
----
metricbeat.modules:
- module: munin
metricsets: ["node"]
enabled: true
period: 10s
hosts: ["localhost:4949"]
node.namespace: node
----
[float]
=== Metricsets
The following metricsets are available:
* <<metricbeat-metricset-munin-node,node>>
include::munin/node.asciidoc[]