Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

munin-update(8) [debian man page]

MUNIN-UPDATE(8) 						Munin Documentation						   MUNIN-UPDATE(8)

NAME
munin-update - A program to gather data from machines running munin-node SYNOPSIS
munin-update [options] Options: --config_file=<file> Use <file> as configuration file. --[no]debug Enable [or disable] debug messages. [--nodebug] --[no]fork Query hosts in parallell (--fork), or sequentially (--nofork). [--fork] --host <host> Limit graphed hosts to <host>. Multiple --host options may be supplied. --service <service> Limit graphed services to <service>. Multiple --service options may be supplied. --timeout=<seconds> TCP timeout when talking to clients. [$timeout] --help View this message. --version View version information. OPTIONS
--config_file=<file> Use <file> as the configuration file. [/etc/munin/munin.conf] --[no]debug If set, log debug messages. [--nodebug] --[no]fork If set, will fork off one process for each host. [--fork] --host <host> Limit fetched data to those from <host<gt>. Multiple --host options may be supplied. [unset] --service <service> Limit fetched data to those of <service>. Multiple --service options may be supplied. [unset] --timeout <seconds> Set the network timeout to <seconds>. [180] --help Print the help message then exit. --version Print version information then exit. 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. Munin-update does the gathering. It is usually only used from within munin-cron. 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. FILES
/etc/munin/munin.conf /var/lib/munin/* /var/log/munin/munin-update /var/run/munin/* BUGS
For a list of bugs concerning munin-update, see FI. ticket report" Please report bugs in the bug tracker at http://munin-monitoring.org/ <http://munin-monitoring.org/>. AUTHORS
The Munin Team. FIX COPYRIGHT
Copyright AX 2002-2009 Jimmy Olsen, Audun Ytterdal, Tore Andersson, Kjell-Magne A~Xierud, Linpro AS, Redpill Linpro AS This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License. 2.0.6-4+deb7u2 2013-11-12 MUNIN-UPDATE(8)

Check Out this Related Man Page

MUNIN-SCHED(1p) 					User Contributed Perl Documentation					   MUNIN-SCHED(1p)

NAME
munin-sched - A daemon to gather information in cooperation with the main Munin program SYNOPSIS
munin-sched [--options] DESCRIPTION
munin-sched is a daemon for reporting statistics on system performance. It doesn't produce these itself, but instead relies on a number of plugins which are responsible for gathering the data they require, and describing how this should be graphed. In fact, it does little more than fielding requests from the Munin master, running the appropriate plugins, and returning the output they produce. OPTIONS
--config <configfile> Use <file> as configuration file. [/etc/munin/munin-node.conf] --[no]paranoia Only run plugins owned by root. Check permissions as well. [--noparanoia] --help View this help message. --debug View debug messages. This can be very verbose. FILES
/etc/munin/munin-node.conf /etc/munin/plugins/* /etc/munin/plugin-conf.d/* /var/run/munin/munin-sched.pid /var/log/munin/munin-sched.log VERSION
This is munin-sched v2.0.6-4+deb7u2 $Id$ AUTHORS
Audun Ytterdal, Jimmy Olsen, and Tore Anderson. BUGS
Please see http://munin-monitoring.org/report/1 <http://munin-monitoring.org/report/1>. COPYRIGHT
Copyright (C) 2002-2006 Audun Ytterdal, Jimmy Olsen, and Tore Anderson / Linpro AS. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is released under the GNU General Public License SEE ALSO
For information on configuration options, please refer to the man page for munin-node.conf. Many plugins can report whether or not they can reasonably be used on the node. "munin-node-configure" can use this information to help manage installed plugins. The network protocol is documented at http://munin-monitoring.org/wiki/network-protocol <http://munin-monitoring.org/wiki/network-protocol> perl v5.14.2 2013-11-12 MUNIN-SCHED(1p)
Man Page