munin-run(8)
NAME
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.
For more information, see the documentation section at
<http://munin.sf.net/>.
FILES
/etc/munin/munin-node.conf
/etc/munin/plugins/*
/etc/munin/plugin-conf.d/*
/var/run/munin/munin-node.pid
/var/log/munin/munin-node
VERSION
This is munin-node v1.2.6
AUTHORS
Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nicolai Langfeldt.
BUGS
munin-node does, as of now, not check the syntax of the configuration
file.
Please report other bugs in the bug tracker at <http://munin.sf.net/>.
COPYRIGHT
Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, Tore Anderson,
Nicolai Langfeldt / Linpro AS.
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
- This program is released under the GNU General Public License