1MUNIN-RUN(1) User Contributed Perl Documentation MUNIN-RUN(1)
2
3
4
6 munin-run - A program to run Munin plugins from the command line
7
9 munin-run [options] <plugin> [ config | autoconf | snmpconf | suggest ]
10
12 munin-run is a script to run Munin plugins from the command-line. It's
13 useful when debugging plugins, as they are run in the same conditions
14 as they are under munin-node.
15
17 --config <configfile>
18 Use <file> as configuration file. [/etc/munin/munin-node.conf]
19
20 --servicedir <dir>
21 Use <dir> as plugin dir. [/etc/munin/plugins/]
22
23 --sconfdir <dir>
24 Use <dir> as plugin configuration dir. [/etc/munin/plugin-conf.d/]
25
26 --sconffile <file>
27 Use <file> as plugin configuration. Overrides sconfdir.
28 [undefined]
29
30 --paranoia
31 Only run plugins owned by root and check permissions. [disabled]
32
33 --help
34 View this help message.
35
36 --debug
37 Print debug messages. Debug messages are sent to STDOUT and are
38 prefixed with "#" (this makes it easier for other parts of munin
39 to use munin-run and still have --debug on). Only errors go to
40 STDERR.
41
42 --pidebug
43 Plugin debug. Sets the environment variable MUNIN_DEBUG to 1 so
44 that plugins may enable debugging. [disabled]
45
46 --version
47 Show version information.
48
50 /etc/munin/munin-node.conf
51 /etc/munin/plugins/*
52 /etc/munin/plugin-conf.d/*
53 /var/run/munin/munin-node.pid
54 /var/log/munin/munin-node.log
55
57 This is munin-run (munin-node) v2.0.51
58
59 $Id$
60
62 Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nicolai Langfeldt.
63
65 Please see <http://munin-monitoring.org/report/1>.
66
68 Copyright (C) 2002-2009 Audun Ytterdal, Jimmy Olsen, Tore Anderson,
69 Nicolai Langfeldt / Linpro AS.
70
71 This is free software; see the source for copying conditions. There is
72 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
73 PURPOSE.
74
75 This program is released under the GNU General Public License
76
77
78
79perl v5.30.0 2019-10-19 MUNIN-RUN(1)