munin-run - A program to run munin-node plugins from the command line
SYNOPSIS
munin-run [--options] <plugin>
OPTIONS
--config <configfile>
Use <file> as configuration file. [/etc/munin/munin-node.conf]
--servicedir <dir>
Use <dir> as plugin dir. [/etc/munin/plugins]
--sconfdir <dir>
Use <dir> as plugin configuration dir. [/etc/munin/plugin-conf.d]
--sconffile <file>
Use <file> as plugin configuration. [undefined]
--help
View this help message.
--debug
Print debug messages. Debug messages are sent to both STDOUT and are
prefixed with ``#'' (this makes it easier for other parts of munin to
use munin-run and still have --debug on). Only errors go to STDERR.
--version
Show version information.
DESCRIPTION
Munin-node is a daemon that Munin connects to fetch data. This data
is stored in .rrd-files on the central server, and later graphed and
htmlified.
munin-run is a perlscript to run the plugins used by the munin-node
daemon from the command line. It's helpful to debug plugins as they
are run the same way with the same user and same environment settings
as within the munin-node.