zmaggregatestats complains that it has no data:
SN: Slice:/opt/zimbra/store
P: 1
select time, value from server_stat where name = 'Slice:/opt/zimbra/store' order by time desc limit 1
Slice:/opt/zimbra/store
No data available to aggregate
zmaggregatestats then complains of a duplicate key:
./zmaggregatestatsdaily
Aggregating LmtpRcvdData:total:bytes for 2005-09-30
select time, value from aggregate_stat where name = 'LmtpRcvdData:total:bytes' and time like '2005-09-30%' order by time desc
Found 2005-09-30 00:00:00 0
CV: 0
insert into aggregate_stat (time, name, value, period) values (?,?,?,?)
DBD::mysql::st execute failed: Duplicate entry '2005-09-30 00:00:00-LmtpRcvdData:total:bytes-24' for key 1 at ./zmaggregatestatsdaily line 188.
Undefined subroutine &Zimbra::Logger::Log called at ./zmaggregatestatsdaily line 189. |