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 --config <configfile>
13 Use <file> as configuration file. [/etc/munin/munin-node.conf]
14
15 --servicedir <dir>
16 Use <dir> as plugin dir. [/etc/munin/plugins/]
17
18 --sconfdir <dir>
19 Use <dir> as plugin configuration dir. [/etc/munin/plugin-conf.d/]
20
21 --sconffile <file>
22 Use <file> as plugin configuration. Overrides sconfdir.
23 [undefined]
24
25 --paranoia
26 Only run plugins owned by root and check permissions. [disabled]
27
28 --help
29 View this help message.
30
31 --debug
32 Print debug messages. Debug messages are sent to STDOUT and are
33 prefixed with "#" (this makes it easier for other parts of munin
34 to use munin-run and still have --debug on). Only errors go to
35 STDERR.
36
37 --pidebug
38 Plugin debug. Sets the environment variable MUNIN_DEBUG to 1 so
39 that plugins may enable debugging. [disabled]
40
41 --version
42 Show version information.
43
45 munin-run is a script to run Munin plugins from the command-line. It's
46 useful when debugging plugins, as they are run in the same conditions
47 as they are under munin-node.
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-node v1.4.5
58
60 Audun Ytterdal, Jimmy Olsen, Tore Anderson, Nicolai Langfeldt.
61
63 Please see <http://munin.projects.linpro.no/report/1>.
64
66 Copyright (C) 2002-2009 Audun Ytterdal, Jimmy Olsen, Tore Anderson,
67 Nicolai Langfeldt / Linpro AS.
68
69 This is free software; see the source for copying conditions. There is
70 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
71 PURPOSE.
72
73 This program is released under the GNU General Public License
74
75
76
77perl v5.12.2 2010-12-05 MUNIN-RUN(1)