Ricardo Stella wrote: > I have been using an old version of amavis-stats (0.1.12), which it's > been good for over a year now, giving us some good stats... But > somehow, virus stats broke and it stopped producing graphs > for them. (I believe it's php script that is broken as the rrd files > and the amavis-stats* are being updated)
How many rrd files do you have? My amavis-stats stops to work some weeks ago with an "error: rrd_graph(): 127" message, when generating the virus graphs - it seems that that the script, or the rrdtool, can only handle a a limited number of lines (or characters) when rrdtool is called from within the script. I had about 800 rrd files with virus statistics. The solution was to regenerate the stats from old logs starting with 2005. Don't know if this will solve your problem. > Looked at the latest version (0.1.21) but it seems that I would loose > all of my old data. Also, the php generating part seems to depend on A statement from Mark Lawrence about the release 0.1.13rc3: "It has some major changes that unfortunately mean a bit of pain for people upgrading. Namely the format of the RRD files has changed (removed the unused MAX consolidation function, and pre-populate the RRDs with zeros when they are created) and the names of the Passed/SPAM/Infected IDs have changed. Basically you can't keep your old history, or you can but the numbers won't be correct (they aren't now anyway) and some items won't display." > everything being done at the server. With my old version, I would > generate the png files and then transferred them over to the web > server. This version seems to generate the png images on the > fly, or I can't figure out how to use it to generate static files... > Any ideas ? I use 0.1.13rc6 with some minor changes in the php-script. Same setup like yours (copy the png files to the web server). Hope this helps, Wolfgang -- Wolfgang Cernohorsky Email: [EMAIL PROTECTED] ZID, Abt. Kommunikation WWW: http://www.vu-wien.ac.at/ Vet.Med.Univ. Wien Phone: +43-1-25077 /1602 Fax: /1690 Veterinaerplatz 1 A-1210 Vienna, Austria ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
