[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Sendmail Log Analayzer
- Subject: RE: [cobalt-users] Sendmail Log Analayzer
- From: aljuhani <aljuhani@xxxxxxxxx>
- Date: Sat Nov 2 06:12:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Thanks Gerald.
Just installed on Cobalt RaQ4 and is working fine. If I make a cron.daily
script and name it asma.sh (added "a" to make it run before logrotate) that
looks like below:
--------
#!/bin/sh
cd/usr/local/src/sma-1.3.1/
sma /var/log/maillog > /home/users/admin/sma.html
--------
Will this work?
Thanks
Al-Juhani
aljuhani@xxxxxxxxx
>Since this program only interacts with the system by reading a log file,
>I see no reason it won't run on any system that it will compile on.
>So:
>Installed on a Qube2, that I am configuring as a slave nameserver
>Not much activity on this server....
>Probably want to setit up to run before logrotate and the command line or
>sma.conf should be donfigured, For my test I jut redirected output to an html
>file. I did no configuration
>1) su -
> password:
>2) cd/usr/local/src
>3) wget http://www.klake.org/sma/dl/sma-1.3.1.tar.gz
>4) tar -zxvf sma-1.3.1.tar.g1
>5) cd sma-1.3.1/
>6) make
>7) make install
>8) sma /var/log/maillog > /home/users/admin/sma.html
>9) View it at http://fsn2.frontstreetnetworks.net/users/admin/sma.html
>
>Gerald
>--
>http://frontstreetnetworks.com http://raqware.com
>Front Street Networks LLC | Phone: 203-785-0699
>229 Front Street, Ste C, New Haven, CT 06513-3203
>