Quote:
Originally Posted by uxbod Code: su - zimbra
logmysql
use zimbra_logger;
show tables; you could then delete the spurious entries from the tables. |
For further reference
I deleted the bad aggregated data from
delete from mta_aggregate where period_start <= '2009-02-21 00:00:00';
I then update the graph with
/opt/zimbra/libexec/zmgengraphs >> /tmp/gengraphs.out 2>&1
Thx