Plugin:exec-munin.px
From collectd Wiki
| exec-munin.px plugin | |
|---|---|
| Type: | read |
| Callbacks: | n/a |
| Status: | external |
| First version: | n/a |
| Copyright: | 2007,2008 Florian Forster |
| License: | GPLv2 |
| Manpage: | perldoc exec-munin.px |
| 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.
Contents |
[edit] Synopsis
- → See: contrib/exec-munin.conf
# /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>
[edit] Example graphs
None yet. Add one now!
[edit] Dependencies
- Perl
- Exec plugin

