Télécharger la liste

Description du projet

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.

Système requise

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

Le code a été modifié pour utiliser la bibliothèque PCRE (Perl Compatible Regular Expression). Il est maintenant possible de saisir une chaîne de caractères dans le modèle d'expression régulière et l'utiliser dans l'action de commande comme un paramètre. L'analyse est faite avec bison et flex maintenant.
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

Cette version apporte quelques corrections de bugs, la documentation supplémentaire, un Guide de l'utilisateur, et un script Perl supplémentaires pour l'envoi de messages e-mail.
Tags: Major bugfixes
This release adds some bugfixes, additional documentation, a User Guide,
and an extra Perl script for sending email messages.

Project Resources