Quote:
Originally Posted by centrex Carlos' fix works!
But now that stats are running again, a new issue has been revealed: The most important (to me) tab, "Anti-Spam/Anti-Virus Activity" is not being populated.
There must be another glitch in 4.5.7 somewhere.
Can anyone tell me which script gathers data for this tab ? |
May be you don't receive any spam at all!
Jokes appart, the script responsible for generating the graphs is called zmgengraphs and is also triggered by cron every 10 minutes. Here the script behavior is the same when you run it manually, so the previous fix doesn't work in this case :-(
Looking at the code, I see the graphs are generating by querying MySQL (the zimbra_logger database). Looking at the database I see that the counts are in zero and no stats are grabbed, so the bug is in the data grabbing process (swatch?).
Looking in bugzilla, there is already an open item (bug 20578).
Carlos