Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
Munin::...er::Node(3)  User Contributed Perl Documentation Munin::...er::Node(3)

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
      });

METHODS
     new FIX

     do_in_session
	 FIX

     negotiate_capabilities
	 FIX

     list_services
	 FIX

     fetch_service_config
	 FIX

     fetch_service_data
	 FIX

perl v5.42.3			   2026-08-29		   Munin::...er::Node(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Munin::Master::Node&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help