The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# logparser.conf
# $Id: logparser.conf,v 1.9 2006/09/11 07:33:11 nito Exp $
#

# Global configuration
# processes
# By default it is 1
# processes:5

# Log Configuration. These have to start with "log4perl"
# Is now in log4perl.conf
# See Log::Log4perl
# There are no Default values for log4perl.
# The TAG used is "logparser.Default"

# storeFile
# Indicates which file should be used to save %savespace hash
# By default it is /var/lib/logparser/logparser.store
# storeFile=/var/lib/logparser/logparser.store

# propertiesFile
# Indicates which file should store the properties
# generated by the driver
# By default it is /var/lib/logparser/logparser.properties
# propertiesFile=/var/lib/logparser/logparser.properties

# lockFile
# Indicates which file should be used to store the
# pid of the running process
# By default it is /tmp/.logparser.lockfile
# lockFile=/tmp/.logparser.lockfile

# log to be monitored.
# For each log you can add several patterns, each one 
# The work space variable that you must use is $workspace{'name1'}
# Everything that you save in $savespace{'name1'} will be maintained
# across sessions.
#log.maillog.name: maillog
#log.maillog.file: maillog
#log.maillog.file: /var/log/maillog
#log.maillog.driver: SNMP::LogParserDriver