other versions
- bookworm 2.0.73-1
- bookworm-backports 2.0.76-1~bpo12+1
- testing 2.0.76-3
- unstable 2.0.76-4
- experimental 2.999.16-1
Munin::Node::Server(3pm) | User Contributed Perl Documentation | Munin::Node::Server(3pm) |
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.
2025-01-24 | perl v5.40.0 |