DOKK / manpages / debian 12 / munin-doc / Munin::Master::Update.3pm.en
Munin::Master::Update(3pm) User Contributed Perl Documentation Munin::Master::Update(3pm)

Munin::Master::Update - Contacts Munin Nodes, gathers data from their service data sources, and stores this information in RRD files.

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

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

Constructor.

 $update->run();
    

This is where all the work gets done.

2023-03-21 perl v5.36.0