1Munin::Master::Node(3pmU)ser Contributed Perl DocumentatiMounnin::Master::Node(3pm)
2
3
4
6 Munin::Master::Node - Provides easy access to the munin node
7
9 use Munin::Master::Node;
10 my $node = Munin::Master::Node->new('localhost', '4949', 'foo');
11 $node->do_in_session(sub{
12 ... # Call misc. methods on $node
13 });
14
16 new FIX
17
18 do_in_session
19 FIX
20
21 negotiate_capabilities
22 FIX
23
24 list_services
25 FIX
26
27 fetch_service_config
28 FIX
29
30 fetch_service_data
31 FIX
32
33
34
35perl v5.38.0 2023-11-06 Munin::Master::Node(3pm)