Timbersee

Timbersee is a program very similar to the swatch program. It's used to monitor logfiles for important messages using regular expressions, but differs in that it can watch more than one logfile at a time, and does not fork off extra processes.

In practice, timbersee is a security tool to assist system administrators in weeding through the zealous informational reporting by various programs into the system logs. Many times, problems reported to syslog are "lost in the noise", especially since most administrators don't make it a habit to keep up with all the various logfiles. By allowing the administrator to define which messages are not important, tools like timbersee promote the habit of keeping a watchful eye on one's machines.

Installation

Timbersee is a perl application, and depends on several modules from CPAN, and also requires the expat XML parser. If you're using a RedHat system, the expat library is already installed, so you only need to install the CPAN modules. There are instructions in the INSTALL file on how to install CPAN modules.

The installation procedure is the standard GNU one:

# ./configure
# make
# make install