Munin::Node::Server

Section: User Contributed Perl Documentation (3)
Updated: 2021-02-05
Page Index
 

NAME

Munin::Node::Server - This module implements a Net::Server server for the munin node.  

SYNOPSIS

 use Munin::Node::Server;
 Munin::Node::Server->run(...);

For arguments to run(), see Net::Server.  

METHODS

 

NET::SERVER CALLBACKS

pre_loop_hook
Loads all the plugins (services).
request_denied_hook
Logs the source of rejected connections.
process_request
Processes the request.


 

Index

NAME
SYNOPSIS
METHODS
NET::SERVER CALLBACKS