[collectd] plugin zfs_arc don't graph

Florian Forster octo at verplant.org
Wed Aug 4 14:58:53 CEST 2010


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/
-------------- 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/20100804/ad173062/attachment.pgp 


More information about the collectd mailing list