Download List

Project Description

Logfmon monitors a set of log files and processes
messages based on a set of regexps. When a message
matches, a command may be executed or the message
may be ignored. Messages that are unmatched are
batched together and emailed every so often.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-29 19:25
0.9

This release has a number of new features, including support for the FAM file monitor for Linux, a GNU makefile for easier building on Linux, an option to limit the number of simultaneous threads, two new actions, "write" and "write-append", to send log entries or contexts to a file, FIFO, etc., an "autoappend" shortcut keyword for opening contexts, and a "clear" action to empty contexts without removing them. The format of the log entry is now configurable, so logfmon may be used for non-syslog log files.
Tags: Major feature enhancements

2005-12-16 23:02
0.8

This release is mainly code cleanup and internal changes to make the program more robust. It now uses the queue(3) macros instead of roll-your-own linked lists, and is generally tidier.
Tags: Code cleanup

2005-03-07 15:23
0.7

Minor fixes and tidying up were done.
Tags: Code cleanup

2005-01-01 23:57
0.6

This version offers access to the context name in
context pipe commands, threading fixes, and a few
other bugfixes and cleanups.
Tags: Minor feature enhancements

2004-12-12 22:53
0.5

This version adds the ability to cache positions in log files to avoid rereading already processed messages on restart, a pid file, and some fixes to work on FreeBSD 5.3.
Tags: Minor feature enhancements

Project Resources