1MUNIN-NODE(1)         User Contributed Perl Documentation        MUNIN-NODE(1)
2
3
4

NAME

6       munin-node - A daemon to gather information in cooperation with the
7       main Munin program
8

SYNOPSIS

10       munin-node [--options]
11

OPTIONS

13       --config <configfile>
14            Use <file> as configuration file. [/etc/munin/munin-node.conf]
15
16        --[no]paranoia
17            Only run plugins owned by root. Check permissions as well.
18            [--noparanoia]
19
20        --help
21            View this help message.
22
23        --debug
24            View debug messages.  This can be very verbose.
25

DESCRIPTION

27       munin-node is a daemon for reporting statistics on system performance.
28
29       It doesn't produce these itself, but instead relies on a number of
30       plugins which are responsible for gathering the data they require, and
31       describing how this should be graphed.  In fact, it does little more
32       than fielding requests from the Munin master, running the appropriate
33       plugins, and returning the output they produce.
34

FILES

36           /etc/munin/munin-node.conf
37           /etc/munin/plugins/*
38           /etc/munin/plugin-conf.d/*
39           /var/run/munin/munin-node.pid
40           /var/log/munin/munin-node.log
41

VERSION

43       This is munin-node v1.4.5
44

AUTHORS

46       Audun Ytterdal, Jimmy Olsen, and Tore Anderson.
47

BUGS

49       Please see <http://munin.projects.linpro.no/report/1>.
50
52       Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, and Tore Anderson
53       / Linpro AS.
54
55       This is free software; see the source for copying conditions. There is
56       NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
57       PURPOSE.
58
59       This program is released under the GNU General Public License
60

SEE ALSO

62       For information on configuration options, please refer to the man page
63       for munin-node.conf.
64
65       Many plugins can report whether or not they can reasonably be used on
66       the node.  "munin-node-configure" can use this information to help
67       manage installed plugins.
68
69       The network protocol is documented at
70       http://munin.projects.linpro.no/wiki/network-protocol
71       <http://munin.projects.linpro.no/wiki/network-protocol>
72
73
74
75perl v5.12.2                      2010-12-05                     MUNIN-NODE(1)
Impressum