<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
Hi, <BR>
<BR>
I am aware of this, and there is no name changes.<BR>
<BR>
But I am thinking maybe there is a problem with RRD file names. <BR>
<BR>
Is it OK if RRD files are having the same file name but are stored in different folders. <BR>
<BR>
For example:<BR>
/opt/collectd/rrd/device1/snmp/if_octets64-FastEthernet0.rrd<BR>
<BR>
and<BR>
<BR>
/opt/collectd/rrd/device2/snmp/if_octets64-FastEthernet0.rrd<BR>
<BR>
thanks<BR>
Domagoj<BR>
<BR>
<BR>
<BR>
<BR>
On Fri, 2009-08-21 at 14:06 +0200, Jarle Bjørgeengen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Aug 21, 2009, at 11:54 , Domagoj Mikac wrote:
/opt/collectd/rrd/c-intergradnja-st01-c871/snmp
> Hi,
>
> I don't understand why my RRD files are not being updated.
> Currently I have 55407 RRD files.
> # find /opt/collectd/rrd -name *.rrd | wc -l
> 55407
>
>
> My server is not overloaded. I have plenty of RAM and Hard disk space,
> but when I check which RRD-s have been modified in last 20 minutes, I
> see that only 18871 RRD file has been modified.
>
> # find /opt/collectd/rrd -name *.rrd -mmin -20 | wc -l
> 18871
>
> Something is terribly wrong. Either I am doing something wrong or snmp
> plugin is not suitable for this number of variables ????
> Please give me some help regarding this issue.
>
Are you sure that the input sources of all rrdfiles is still getting
updates ?
Remember that a slight name-change of any input datasources will
create new rrdfiles in the backend, and leave the rrdfiles
corresponding to the old names with no more updates.
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>