[collectd] uc_insert: Value too old

Florian Forster octo at verplant.org
Tue Jul 22 19:30:53 CEST 2008


Hi Pavel,

On Tue, Jul 22, 2008 at 08:11:30PM +0300, Pavel Georgiev wrote:
> uc_insert: Value too old: name = r 
> host/iptables-mangle-POSTROUTING/ipt_packets-POP3 Outgoing ALL;
>   value time = 1216719524;
>   last cache update = 1216719524;

the timestamp of the updates that go into the cache must be increasing.
Otherwise you'd have more than one value per second or even time that's
running backwards.

The most common source of this error is that one data set (read: RRD
file) is updated twice in one interval. So in your case I guess that you
have two rules with a comment ``POP3 Outgoing ALL'' or two such entries
in the config file.

To work around that problem, rename one or both of the rules, so they
don't have the same name anymore. For example, use
``POP3 Outgoing ALL eth0'', and ``POP3 Outgoing ALL vlan42''.

Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080722/80d1d3a5/attachment.pgp 


More information about the collectd mailing list