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

DESCRIPTION

13       munin-node is a daemon for reporting statistics on system performance.
14
15       It doesn't produce these itself, but instead relies on a number of
16       plugins which are responsible for gathering the data they require, and
17       describing how this should be graphed.  In fact, it does little more
18       than fielding requests from the Munin master, running the appropriate
19       plugins, and returning the output they produce.
20

OPTIONS

22       --config <configfile>
23            Use <file> as configuration file. [/etc/munin/munin-node.conf]
24
25        --[no]paranoia
26            Only run plugins owned by root. Check permissions as well.
27            [--noparanoia]
28
29        --help
30            View this help message.
31
32        --[no]debug
33            View debug messages.  This can be very verbose.
34
35        --[no]pidebug
36            Plugin debug.  Sets the environment variable MUNIN_DEBUG to 1 so
37            that plugins may enable debugging. [--nopidebug]
38

FILES

40           /etc/munin/munin-node.conf
41           /etc/munin/plugins/*
42           /etc/munin/plugin-conf.d/*
43           /var/run/munin/munin-node.pid
44           /var/log/munin/munin-node.log
45

VERSION

47       This is munin-node v2.0.66
48

AUTHORS

50       Audun Ytterdal, Jimmy Olsen, and Tore Anderson.
51

BUGS

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

SEE ALSO

66       For information on configuration options, please refer to the man page
67       for munin-node.conf.
68
69       Many plugins can report whether or not they can reasonably be used on
70       the node.  "munin-node-configure" can use this information to help
71       manage installed plugins.
72
73       The network protocol is documented at
74       <http://munin-monitoring.org/wiki/network-protocol>
75
76
77
78perl v5.32.1                      2021-02-05                     MUNIN-NODE(1)
Impressum