1Munin::Master::Update(3Upsme)r Contributed Perl DocumentaMtuinoinn::Master::Update(3pm)
2
3
4
6 Munin::Master::Update - Contacts Munin Nodes, gathers data from their
7 service data sources, and stores this information in RRD files.
8
10 my $update = Munin::Master::Update->new();
11 $update->run();
12
14 new
15 my $update = Munin::Master::Update->new();
16
17 Constructor.
18
19 run
20 $update->run();
21
22 This is where all the work gets done.
23
24
25
26perl v5.38.0 2023-11-06 Munin::Master::Update(3pm)