MUNIN-RUN(1) | Munin | MUNIN-RUN(1) |
NAME¶
munin-run - A program to run munin plugins from the command line
DESCRIPTION¶
munin-run is a script to run Munin plugins from the command-line.
It is primarily used to debug plugins; munin-run runs these plugins in the same conditions as they are under munin-node.
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. Overrides sconfdir. [undefined]
- --paranoia
- Only run plugins owned by root and check permissions. [disabled]
- --help
- View this help message.
- --debug
- Print debug messages.
Debug messages are sent to 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.
- --pidebug
- Enable debug output from plugins. Sets the environment variable MUNIN_DEBUG to 1 so that plugins may enable debugging. [disabled]
- --version
- Show version information.
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.log
SEE ALSO¶
See munin for an overview over munin.
AUTHOR¶
Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nikolai Langfeldt
COPYRIGHT¶
2012-2019, The Munin project and its contributors
August 1, 2019 | 2.1 |