Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Munin::...::Update(3) User Contributed Perl DocumentationMunin::...::Update(3)

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.42.0			  2025-11-02		 Munin::...::Update(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Munin::Master::Update&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help