.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "MUNIN-UPDATE 8" .TH MUNIN-UPDATE 8 2024-02-28 2.0.75 "Munin Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME munin\-update \- A program to gather data from machines running munin\-node .SH SYNOPSIS .IX Header "SYNOPSIS" munin-update [options] .PP .Vb 12 \& Options: \& \-\-config_file= Use as configuration file. \& \-\-[no]debug Enable [or disable] debug messages. [\-\-nodebug] \& \-\-[no]fork Query hosts in parallel (\-\-fork), or \& sequentially (\-\-nofork). [\-\-fork] \& \-\-host Limit graphed hosts to . Multiple \-\-host \& options may be supplied. \& \-\-service Limit graphed services to . Multiple \& \-\-service options may be supplied. \& \-\-timeout= TCP timeout when talking to clients. [$timeout] \& \-\-help View this message. \& \-\-version View version information. .Ve .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-\-config_file=\fR 5 .IX Item "--config_file=" Use as the configuration file. [/etc/munin/munin.conf] .IP \fB\-\-[no]debug\fR 5 .IX Item "--[no]debug" If set, log debug messages. [\-\-nodebug] .IP \fB\-\-[no]fork\fR 5 .IX Item "--[no]fork" If set, will fork off one process for each host. [\-\-fork] .IP "\fB\-\-host \fR" 5 .IX Item "--host " Limit fetched data to those from . Multiple \-\-host options may be supplied. [unset] .IP "\fB\-\-service \fR" 5 .IX Item "--service " Limit fetched data to those of . Multiple \-\-service options may be supplied. [unset] .IP "\fB\-\-timeout \fR" 5 .IX Item "--timeout " Set the network timeout to . [180] .IP \fB\-\-help\fR 5 .IX Item "--help" Print the help message then exit. .IP \fB\-\-version\fR 5 .IX Item "--version" Print version information then exit. .SH DESCRIPTION .IX Header "DESCRIPTION" Munin-update is a part of the package Munin, which is used in combination with Munin's node. Munin is a group of programs to gather data from Munin's nodes, graph them, create html-pages, and optionally warn Nagios about any off-limit values. .PP Munin-update does the gathering. It is usually only used from within munin-cron. .PP It contacts each host's munin-node in turn, gathers data from it, and stores them in .rrd\-files. If necessary, it will create the rrd-files and the directories to store them in. .SH FILES .IX Header "FILES" .Vb 4 \& /etc/munin/munin.conf \& /var/lib/munin/* \& /var/log/munin/munin\-update \& /var/run/munin/* .Ve .SH BUGS .IX Header "BUGS" For a list of bugs concerning munin-update, see FI. .IX Xref "point to right ticket report" .PP Please report bugs in the bug tracker at . .SH AUTHORS .IX Header "AUTHORS" The Munin Team. FIX .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright © 2002\-2009 Jimmy Olsen, Audun Ytterdal, Tore Andersson, Kjell-Magne Øierud, Linpro AS, Redpill Linpro AS .PP This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .PP This program is released under the GNU General Public License.