Munin::Master::Node
Provides easy access to the munin node
- Provided by: munin-doc (Version: 2.0.56-1ubuntu1)
- Source: munin
- Report a bug
Provides easy access to the munin node
use Munin::Master::Node;
my $node = Munin::Master::Node->new('localhost', '4949', 'foo');
$node->do_in_session(sub{
... # Call misc. methods on $node
});