Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

munin::master::update(3pm) [debian man page]

Munin::Master::Update(3pm)				User Contributed Perl Documentation				Munin::Master::Update(3pm)

NAME
Munin::Master::Update - Contacts Munin Nodes, gathers data from their service data sources, and stores this information in RRD files. SYNOPSIS
my $update = Munin::Master::Update->new(); $update->run(); METHODS
new my $update = Munin::Master::Update->new(); Constructor. run $update->run(); This is where all the work gets done. perl v5.14.2 2013-11-12 Munin::Master::Update(3pm)

Check Out this Related Man Page

MUNIN-CRON(8)							Munin Documentation						     MUNIN-CRON(8)

NAME
munin-cron - A program to batch other Munin master programs SYNOPSIS
munin-cron [--options] OPTIONS
--service <service> Limit services to <service>. Multiple --service options may be supplied. [unset] --host <host> Limit hosts to <host>. Multiple --host options may be supplied. [unset] --config <file> Use <file> as configuration file. [/etc/munin/munin.conf] DESCRIPTION
Munin-cron 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-cron batches all the above tasks by running their respective programs. All parameters are passed directly to the underlying programs, so only use parameters that are understood by all the other programs. AUTHORS
Audun Ytterdal and Jimmy Olsen. COPYRIGHT
Copyright (C) 2002-2008 Audun Ytterdal and Jimmy Olsen / 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-CRON(8)
Man Page