<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">&gt; The nginx stub is working, collectd appears to be writing rrd files<br>
</div>&gt; in /var/lib/collectd/<a href="http://www.mysite.com" target="_blank">www.mysite.com</a> &lt;<a href="http://www.mysite.com" target="_blank">http://www.mysite.com</a>&gt; (this feels<br>
<div class="im">&gt; like the wrong place to me?). Running /var/www/collection3/bin/index.cgi<br>
&gt; gives this error: opendir (/var/lib/collectd/rrd): No such file or<br>
&gt; directory at ../lib/Collectd/Graph/Common.pm line 263<br><br>
</div>RRD files should be in /var/lib/collectd/rrd/<a href="http://www.mysite.com" target="_blank">www.mysite.com</a> by default.<br>
Did you specify another dir in your collectd.conf (DataDir in the<br>
rrdtool plugin section) ?<br>
<br>
Also, you may take a look at cgp[1], a web based front-end to collectd<br>
written in php.<br><br></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<div class="im">RRD files should be in /var/lib/collectd/rrd/<a href="http://www.mysite.com" target="_blank">www.mysite.com</a> by default.</div>Did you specify another dir in your collectd.conf (DataDir in the<br>rrdtool plugin section) ?<br>
</blockquote><div><br></div><div><div>The whole &lt;Plugin rddtool&gt; block was commented out in collectd.conf.</div><div>I installed cgp, and configured collectd.conf rrdtool :</div><div>&lt;Plugin rrdtool&gt;</div><div>
#       DataDir &quot;/usr/var/lib/collectd/rrd&quot;</div><div>        DataDir &quot;/var/lib/collectd/rrd&quot;</div><div>        CacheTimeout 120</div><div>        CacheFlush   900</div><div>&lt;/Plugin&gt;</div><div>The initial load, at this point, brings up blank images and generates a lot of warnings in the weblog. That&#39;s because there isn&#39;t any data in RRDs (having just moved collectd&#39;s logging point/dir). That might be confusing/worrying for a noob. I don&#39;t know if you can build in a check for that, just as some re-assuring feedback to the user.</div>
</div><div><br></div><div>However I now have some pretty graphs. I&#39;m going to notch this up as a success for now, thanks! </div><div><br></div><div>My next problem is that my nginx stats are not showing up.</div><div>
<br></div><div>I have this in my collectd.conf:</div><div><div>LoadPlugin nginx</div><div>&lt;Plugin nginx&gt;</div><div>        URL &quot;<a href="http://www.mysite.com/nginxstub?auto">http://www.mysite.com/nginxstub?auto</a>&quot;</div>
</div><div>&lt;/PLugin&gt;</div><div><br></div><div>The rrd files are being produced:</div><div>&gt; ls -1 /var/lib/collectd/rrd/<a href="http://www.mysite.com/nginx">www.mysite.com/nginx</a></div><div>nginx_connections-active.rrd</div>
<div>nginx_connections-reading.rrd</div><div>nginx_connections-waiting.rrd</div><div>nginx_connections-writing.rrd</div><div>nginx_requests.rrd</div><div><br></div><div>However cgp&#39;s hosts.php displays a little image stating that the plugin is not loaded.</div>
<div>Is this a cgp plugin, a configuration issues, or something else?</div><div><br></div></div>