GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

munin-update - A program to gather data from machines running munin-node

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 parallel (--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.

--config_file=<file>
Use <file> as the configuration file. [/usr/local/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.

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.

        /usr/local/etc/munin/munin.conf
        /var/munin/*
        /var/log/munin/munin-update
        /var/run/munin/*

For a list of bugs concerning munin-update, see FI.

Please report bugs in the bug tracker at <http://munin-monitoring.org/>.

The Munin Team. FIX

Copyright X 2002-2009 Jimmy Olsen, Audun Ytterdal, Tore Andersson, Kjell-Magne Oierud, 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.

2022-06-07 2.0.69

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.