other versions
- buster 2.0.49-1
- buster-backports 2.0.67-1~bpo10+1
- testing 2.0.67-3
- unstable 2.0.67-4
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¶
- new
-
my $update = Munin::Master::Update->new();
Constructor.
- run
-
$update->run();
This is where all the work gets done.
2021-03-08 | perl v5.28.1 |