Hi Vincent,

On Tue, Jul 27, 2010 at 05:38:00PM +0200, Vincent Kwiatkowski wrote:
> No problem during compilation "zfs_arc......yes"

> Jul 27 15:11:31 PA-OFC-SRV-UAT-2 collectd[28056]: [ID 702911 daemon.notice] 
> uc_update: Value too old: name = PA-OFC-SRV-UAT-2/interface/if_octets-mac; 
> value time = 1280236291; last cache update = 1280236291;

this error message has nothing to do with the "zfs_arc" plugin, but with
the "interface" plugin. You can resolve it by ignoring the interface
called "mac", that for some reasons is reported multiple times under
certain versions of Solaris. You can do this using the "Interface" and
"IgnoreSelected" options of the "interface" plugin, which are documented
in the collectd.conf(5) manual page.

Do you have a directory named "zfs_arc" somewhere beneath the RRD data
directory? You can use find(1) to look for it, for example:

  $ find /var/lib/collectd/rrd -name zfs_arc -type d

Regards,
—octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to