Provided by: munin-doc_2.0.56-1ubuntu1_all 

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.30.0 2020-02-14 Munin::Master::Update(3pm)