Download List

프로젝트 설명

logalert is a log file monitor tool which executes
a specific action whenever it matches a string
(pattern) occurrence. It reads an entire file (or
starts at the end, just like tail -f) and keeps
track of any changes, waiting for a specific
pattern (a syslog process error, a user login,
etc.) and starting an action you define when it
finds it. It uses regular expressions to match the
pattern occurrence and executes commands via shell
interaction. It deals with the log rotation and
temporary removals normally used by sysadmins.

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.

2005-10-31 14:34
0.3

코드는 PCRE 라이브러리 (Perl 호환 정규 표현식)를 사용하도록 변경되었습니다. 이제 정규 표현식은 패턴의 일부 문자열을 잡아 가능하고 매개 변수로 명령을 작업에 사용할 수있습니다. 처리중 bison과 flex를 지금 이루어집니다.
Tags: Major feature enhancements
The code was changed to use the PCRE library (Perl
Compatible Regular Expression). It is now possible
to grab some string in the regular expression
pattern and use it in the command action as a
parameter. Parsing is done with bison and flex
now.

2005-09-02 01:57
0.2

이 릴리스의 이메일 메시지를 보내는 일부 버그수정, 추가 설명서, 사용자 설명서, 그리고 여분의 펄 스크립트를 추가합니다.
Tags: Major bugfixes
This release adds some bugfixes, additional documentation, a User Guide,
and an extra Perl script for sending email messages.

Project Resources