SyslogScan::Daemon is a Perl module that can watch log files.
SYNOPSIS
syslogscand [-f] [-c config] {start|stop|reload|restart|check}
@ISA = qw(SyslogScan::Daemon);
newdaemon()
SyslogScan::Daemon is a framework on which to hang log file watchers. SyslogScan::Daemon is a subclass of Daemon::Generic and uses Plugins to create the framework.
CONFIGURATION PREFIX
The configuration prefix for plugins for SyslogScan::Daemon is ''. Use plugin to load plugins.
CONFIGURATION PARAMETERS
SyslogScan::Daemon defines the following configuration parameters which may be given in indented lines that follow plugin SyslogScan::Daemon or anywhere in the configuration file.
debug
(default 0) Turn on debugging.
configfile
(default /etc/syslogscand.conf). The location of the configuration file for the plugins or SyslogScan::Daemon.
Product's homepage
Requirements:
· Perl