StatusDaemon::Server - main module in status daemon package
extras
use StatusDaemon::Server;
my $server = StatusDaemon::Server->new(); $server->run();
This module contains all the code to run a status daemon server. It is based on the Net::Server::Mulitplex package, and implements many of the hooks provided there.
The following methods are available:
$server = StatusDaemon::Server->new();
Creates and returns a new status daemon server object.
$server->run();
Starts the server execution. The configuration file is read and execution begins.
status_daemon
StatusDaemon::Config