1Munin::Master::Update(3U)ser Contributed Perl DocumentatiMounnin::Master::Update(3)
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.32.1 2021-02-05 Munin::Master::Update(3)