other versions
- bookworm 2.0.73-1
- bookworm-backports 2.0.76-1~bpo12+1
- testing 2.0.76-2
- unstable 2.0.76-3
Munin::Master::Node(3pm) | User Contributed Perl Documentation | 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 });
METHODS¶
- new
- FIX
- do_in_session
- FIX
- negotiate_capabilities
- FIX
- list_services
- FIX
- fetch_service_config
- FIX
- fetch_service_data
- FIX
2024-05-24 | perl v5.38.2 |