1MUNIN-NODE(1) User Contributed Perl Documentation MUNIN-NODE(1)
2
3
4
6 munin-node - A daemon to gather information in cooperation with the
7 main Munin program
8
10 munin-node [--options]
11
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
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
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
47 This is munin-node v2.0.75
48
50 Audun Ytterdal, Jimmy Olsen, and Tore Anderson.
51
53 Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, and Tore Anderson
54 / Linpro AS.
55
56 This is free software; see the source for copying conditions. There is
57 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
58 PURPOSE.
59
60 This program is released under the GNU General Public License
61
63 For information on configuration options, please refer to the man page
64 for munin-node.conf.
65
66 Many plugins can report whether or not they can reasonably be used on
67 the node. "munin-node-configure" can use this information to help
68 manage installed plugins.
69
70 The network protocol is documented at
71 <http://munin-monitoring.org/wiki/network-protocol>
72
73
74
75perl v5.38.0 2023-11-06 MUNIN-NODE(1)