If you are interested in my projects please contact me , I will be pleased to help you. All of my projects are open source.
tail_mail
is a simple log watcher daemon. It checks the log files
that you want,
for the string patterns which you define in the config file, and send
information
messages by e-mail.
tail_mail is very fast because
when it finds a match it forks a
child process to send the notification mail.
Since the program uses shared libraries, it is very small.
tail_mail
uses the simple libraries below, you have to install
them before compiling:
- libsmtp from Kevin
I added a new function, which forks the e-mailing process, into this
library,
so you have to use this version
(I've sent this update to Kevin).
- libdosya_okuma (my small library for reading the config file)
Both of these libraries are
included in the tar file.