Skip to content

Plugin exec munin.px

Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: exec-munin.px plugin
Type: read
Callbacks: n/a
Status: external
FirstVersion: n/a
Copyright: 2007,2008 Florian Forster
License: GPLv2
Manpage: perldoc exec-munin.px
See also: List of Plugins

The exec-munin.px plugin allows to use plugins that were written for Munin with collectd’s Exec plugin. Since the data models of Munin and collectd are quite different rewriting the plugins should be preferred over using this transition layer. Having more than one data-source for one data-set doesn’t work with this script, for example.

This script is included in the source code distribution as contrib/exec-munin.px.

Synopsis

 # /etc/exec-munin.conf
 AddType temperature temperature

 Interval 300

 Script /usr/share/munin/plugins/ipmisens2
 Script /usr/share/munin/plugins/munin-sensors.pl
 LoadPlugin exec
 <Plugin exec>
   # userid plugin-executable plugin-args
   Exec "collectd" "/opt/collectd/bin/exec-munin.px"
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

See also

Clone this wiki locally