It's not
too much to worry about -as logger is not a critical process - 'data is stale' isn't the time when you refreshed the list, but the time when the data was reported to the logger database.
su - zimbra
/opt/zimbra/libexec/zmlogprocess
/opt/zimbra/libexec/zmgengraphs
If that doesn't help check for any errors in /opt/zimbra/logger/db/data/<hostname>.err and check the tables
Logger - Zimbra :: Wiki as it can mean data isn't getting to the logger properly.
How it's calculated:
Quote:
|
if (onlyServiceInfo) { if(((new Date()).getTime()/1000 - item.timestamp) > 21*60*60/1000) { html[idx++] = "<span class='ZaStaleData'>"; html[idx++] = AjxStringUtil.htmlEncode(item.time); html[idx++] = " "; html[idx++] = ZaMsg.DataIsStale;
|
(Also, checkout the description on
Bug 24199 - kill logger service)