<!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>
&nbsp;&nbsp;&nbsp; /opt/collectd/rrd/device1/snmp/if_octets64-FastEthernet0.rrd<BR>
<BR>
and<BR>
<BR>
&nbsp;&nbsp;&nbsp; /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&#248;rgeengen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Aug 21, 2009, at 11:54 , Domagoj Mikac wrote:
/opt/collectd/rrd/c-intergradnja-st01-c871/snmp
&gt; Hi,
&gt;
&gt; I don't understand why my RRD files are not being updated.
&gt; Currently I have 55407 RRD files.
&gt; # find /opt/collectd/rrd -name *.rrd | wc -l
&gt; 55407
&gt;
&gt;
&gt; My server is not overloaded. I have plenty of RAM and Hard disk space,
&gt; but when I check which RRD-s have been modified in last 20 minutes, I
&gt; see that only 18871 RRD file has been modified.
&gt;
&gt; # find /opt/collectd/rrd -name *.rrd -mmin -20 | wc -l
&gt; 18871
&gt;
&gt; Something is terribly wrong. Either I am doing something wrong or snmp
&gt; plugin is not suitable for this number of variables ????
&gt; Please give me some help regarding this issue.
&gt;

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>