User's Manual
200 Monitoring and maintaining FSE
# NOTE: You need to provide an absolute path!
ActivityLog = /var/opt/fse/log/loganalyzer_messages.log
# --- AnalysisFile ---
# The file which is analyzed by the LogAnalyzer.
AnalysisFile = /var/log/messages
# --- ProcessFileFromBeginning ---
# ProcessFileFromBeginning = 1 ==> Processing the AnalysisFile from
the beginning. ( For debugging purposes ).
# ProcessFileFromBeginning = 0 [DEFAULT] ==> Processing the AnalysisFile at
the end ( Waiting for new messages ).
ProcessFileFromBeginning = 0
# --- IgnoreCase ---
# The regular expressions in the rules files are not case sensitive.
# IgnoreCase = 1 ==> ignore case
# IgnoreCase = 0 ==> case sensitive [DEFAULT]
IgnoreCase = 0
[Mailer]
# ===============================================================================
# This section describes the MAIL-features of the LogAnalyzer
# ===============================================================================
# --- ServerName ---
# Name of the SMTP-Server, which will be used to send the mails.
ServerName =
# --- SMTP Authentication ---
# If UseSMTPAuthentication = 1, you must provide a username and password!
UseSMTPAuthentication = 0
#Username =
#Password =
# --- Text ---
# This text will be used in the body of the mail.
# NOTE: For multiple lines the continuation lines must start with a whitespace!