Scroll to navigation

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

 my $update = Munin::Master::Update->new();
    

Constructor.

 $update->run();
    

This is where all the work gets done.

2022-01-03 perl v5.32.1