On Sun, 6 Mar 2005, Sam wrote:

I'm looking for something that's been written that will display the number
of viruses/malware that Clam has stopped and pipe it to an html file I can
provide to my customers.

Has anyone found a reporting tool that will do this and had good luck with
it?

A few years ago I wrote a graphical reporting tool to count spam hitting my account. It did quadratic and exponential fits to the data. The goal was to prove to a friend that spam wasn't really increasing exponentially.


When we added clamav to our setup, I started reporting data on that too. Got all sorts of plots available at
http://www.itg.uiuc.edu/~menscher/


The plots are generated nightly by a cronjob. If there's interest, I can see about making the script available. It's just a bash script making use of grep|cut|awk|sort|uniq|gnuplot|wc > html. I'd have to pull out our system-specific stuff and try to make it more readable. Right now it's probably only readable by me, and only if I'm lucky.

Damian Menscher
--
-=#| Physics Grad Student & SysAdmin @ U Illinois Urbana-Champaign |#=-
-=#| 488 LLP, 1110 W. Green St, Urbana, IL 61801 Ofc:(217)333-0038 |#=-
-=#| 4602 Beckman, VMIL/MS, Imaging Technology Group:(217)244-3074 |#=-
-=#| <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Fax:(217)333-9819 |#=-
-=#| The above opinions are not necessarily those of my employers. |#=-
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to