yasma |
Yet Another Sendmail Logfile Analyzer is a reporting tool for sendmail Logfiles.
Yasma analyzes one or multiple sendmail logfiles from command line and writes a html report to a given file.
Sceenshots
Download the archive and unpack it to a directory of your choice with - tar xvfz yasma-n.nn.tar.gz this will create a new directory with all necessary files. You should rename this directory to "yasma". Edit the 'yasma.conf' file suited to your environment and fancy.
To run the program, just type: Yasma reads single or multiple logfiles who can be plain, gzipped (.gz), compressed (.Z) or mixed. ! Be sure the program cannot be started from an insecure place or unauthorized persons !
# yasma.pl -f /opt/httpd/htdocs/report.html /var/log/mail* this will read all logs (whether they are compressed, plain or mixed) beginning with mail* and writes the html report to the file specified by the -f option. # yasma.pl /var/log/mail this will read the logfile /var/log/mail and writes the html report to the file you have defined in 'yasma.conf' # yasma.pl -u /var/log/mail the same as above but does not show user part of addresses.
Copyright and License This program is Copyright © 2006-2013 by Peter_Siegrist(SystemLoesungen) . The program is free software under the terms of the GNU General Public License.
Suggestions are welcome to PSS .
|