1MUNIN-UPDATE(8) Munin Documentation MUNIN-UPDATE(8)
2
3
4
6 munin-update - A program to gather data from machines running
7 munin-node
8
10 munin-update [options]
11
12 Options:
13 --config_file=<file> Use <file> as configuration file.
14 --[no]debug Enable [or disable] debug messages. [--nodebug]
15 --[no]fork Query hosts in parallel (--fork), or
16 sequentially (--nofork). [--fork]
17 --host <host> Limit graphed hosts to <host>. Multiple --host
18 options may be supplied.
19 --service <service> Limit graphed services to <service>. Multiple
20 --service options may be supplied.
21 --timeout=<seconds> TCP timeout when talking to clients. [$timeout]
22 --help View this message.
23 --version View version information.
24
26 --config_file=<file>
27 Use <file> as the configuration file. [/etc/munin/munin.conf]
28
29 --[no]debug
30 If set, log debug messages. [--nodebug]
31
32 --[no]fork
33 If set, will fork off one process for each host. [--fork]
34
35 --host <host>
36 Limit fetched data to those from <host<gt>. Multiple --host
37 options may be supplied. [unset]
38
39 --service <service>
40 Limit fetched data to those of <service>. Multiple --service
41 options may be supplied. [unset]
42
43 --timeout <seconds>
44 Set the network timeout to <seconds>. [180]
45
46 --help
47 Print the help message then exit.
48
49 --version
50 Print version information then exit.
51
53 Munin-update is a part of the package Munin, which is used in
54 combination with Munin's node. Munin is a group of programs to gather
55 data from Munin's nodes, graph them, create html-pages, and optionally
56 warn Nagios about any off-limit values.
57
58 Munin-update does the gathering. It is usually only used from within
59 munin-cron.
60
61 It contacts each host's munin-node in turn, gathers data from it, and
62 stores them in .rrd-files. If necessary, it will create the rrd-files
63 and the directories to store them in.
64
66 /etc/munin/munin.conf
67 /var/lib/munin/*
68 /var/log/munin/munin-update
69 /var/run/munin/*
70
72 For a list of bugs concerning munin-update, see FI.
73
74 Please report bugs in the bug tracker at
75 <http://munin-monitoring.org/>.
76
78 The Munin Team. FIX
79
81 Copyright X 2002-2009 Jimmy Olsen, Audun Ytterdal, Tore Andersson,
82 Kjell-Magne Oierud, Linpro AS, Redpill Linpro AS
83
84 This is free software; see the source for copying conditions. There is
85 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
86 PURPOSE.
87
88 This program is released under the GNU General Public License.
89
90
91
922.0.66 2021-02-05 MUNIN-UPDATE(8)