|
NAMEMunin::Master::Node - Provides easy access to the munin nodeSYNOPSISuse Munin::Master::Node; my $node = Munin::Master::Node->new('localhost', '4949', 'foo'); $node->do_in_session(sub{ ... # Call misc. methods on $node }); METHODS
Visit the GSP FreeBSD Man Page Interface. |