<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">I can confirm that the slave RRDs are being updated.&nbsp; My current settings are for 20 pings every 30 seconds, and the process has been running for more than an hour...but still blank graphs.<BR><BR>&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 3:36 PM &gt;&gt;&gt;<BR>Are the slave RRD files getting updated?&nbsp; Check the last-modified<BR>timestamp.<BR><BR>Note that there seems to be a significant 'lag' when using slaves -- the<BR>slave RRD files don't seem to get updated until the next cycle on the<BR>master, so you have to run it for at least 2 cycles to see changes happen.<BR><BR><BR><BR>Seth Lyons wrote:<BR>&gt; Thanks for your response.&nbsp; I set the permission accordingly, but I still<BR>&gt; have the same problem.&nbsp; The .rrds and slave_cache files are being<BR>&gt; created, but the graphs are still blank.&nbsp; I ran a debug on the slave and<BR>&gt; everything went fine...it ended with "Sent data to Server. Server said<BR>&gt; OK," and the pings showed the latency I was expecting.<BR>&gt;&nbsp; <BR>&gt; If I dump one of the .rrd files to xml and view it in an editor, it is<BR>&gt; has a small amount of real data at the beginning, but it is mostly full<BR>&gt; of NaNs.<BR>&gt; <BR>&gt;&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 2:25 PM &gt;&gt;&gt;<BR>&gt; The directory that holds your RRD files must be readable/writeable by<BR>&gt; both the Smokeping process AND the webserver.<BR>&gt; <BR>&gt; e.g.&nbsp; If<BR>&gt;&nbsp;&nbsp; - Your httpd runs as 'www'<BR>&gt;&nbsp;&nbsp; - Smokeping runs as 'smokeping'<BR>&gt;&nbsp;&nbsp; - In the Smokeping config, datadir&nbsp; = /var/www/smokeping/rrd<BR>&gt; <BR>&gt; Then,<BR>&gt; - Create a new group called 'smokeping'<BR>&gt; - Add both the 'www' and 'smokeping' users to that group<BR>&gt; - chgrp smokeping /var/www/smokeping/rrd<BR>&gt; - chmod -R 775 /var/www/smokeping/rrd<BR>&gt; <BR>&gt; That should clear it up.<BR>&gt; <BR>&gt; If that doesn't work, run one of your slaves with --debug and see if it<BR>&gt; spits back an error of any kind.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Seth Lyons wrote:<BR>&gt;&gt; Greetings!<BR>&gt;&gt; <BR>&gt;&gt; I am attempting to run a distributed smokeping setup in FreeBSD.&nbsp; I<BR>&gt;&gt; haven't been able to find in the docs information on what the<BR>&gt;&gt; appropriate file permissions (and ownership) should be for the .rrd and<BR>&gt;&gt; cache directories (/usr/local/var/smokeping).<BR>&gt;&gt; <BR>&gt;&gt; The problem I'm having is that the graphs of my slaves are blank.&nbsp; At<BR>&gt;&gt; first I was unable to write cache files to the above directory (and<BR>&gt;&gt; subdirectories), so I temporarily changed the perms to 777 just to see<BR>&gt;&gt; if that would fix the problem.&nbsp; Now the all of the files are being<BR>&gt;&gt; written, but the graphs are still blank.<BR>&gt;&gt; <BR>&gt;&gt; Please advise.<BR>&gt;&gt; <BR>&gt;&gt; Thanks.<BR>&gt;&gt; <BR>&gt;&gt; System info:<BR>&gt;&gt; FreeBSD 7.0<BR>&gt;&gt; smokeping-2.4.2<BR>&gt;&gt; rrdtool-1.3.3<BR>&gt;&gt;<BR></BODY></HTML>