logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Munin::Master::Node - Provides easy access to the munin node

Methods

new FIX

       do_in_session
           FIX

       negotiate_capabilities
           FIX

       list_services
           FIX

       fetch_service_config
           FIX

       fetch_service_data
           FIX

perl v5.40.1                                       2025-05-20                           Munin::Master::Node(3pm)

Name

       Munin::Master::Node - Provides easy access to the munin node

Synopsis

        use Munin::Master::Node;
        my $node = Munin::Master::Node->new('localhost', '4949', 'foo');
        $node->do_in_session(sub{
            ... # Call misc. methods on $node
        });

See Also