logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Munin::Master::Update - Contacts Munin Nodes, gathers data from their service data sources, and stores

Methods

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

           Constructor.

       run
            $update->run();

           This is where all the work gets done.

perl v5.40.1                                       2025-05-20                         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();

See Also