1Munin::Node::Server(3)User Contributed Perl DocumentationMunin::Node::Server(3)
2
3
4
6 Munin::Node::Server - This module implements a Net::Server server for
7 the munin node.
8
10 use Munin::Node::Server;
11 Munin::Node::Server->run(...);
12
13 For arguments to run(), see Net::Server.
14
16 NET::SERVER "CALLBACKS"
17 pre_loop_hook
18 Loads all the plugins (services).
19
20 request_denied_hook
21 Logs the source of rejected connections.
22
23 process_request
24 Processes the request.
25
26
27
28perl v5.32.1 2021-02-05 Munin::Node::Server(3)