<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">
<DIV>Thanks for your response.&nbsp; I set the permission accordingly, but I still have the same problem.&nbsp; The .rrds and slave_cache files are being created, but the graphs are still blank.&nbsp; I ran a debug on the slave and everything went fine...it ended with "Sent data to Server. Server said OK," and the pings showed the latency I was expecting.</DIV>
<DIV>&nbsp;</DIV>
<DIV>If I dump one of the .rrd files to xml and view it in an editor, it is has a small amount of real data at the beginning, but it is mostly full of NaNs.<BR><BR>&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 2:25 PM &gt;&gt;&gt;<BR>The directory that holds your RRD files must be readable/writeable by<BR>both the Smokeping process AND the webserver.<BR><BR>e.g.&nbsp; If<BR>&nbsp; - Your httpd runs as 'www'<BR>&nbsp; - Smokeping runs as 'smokeping'<BR>&nbsp; - In the Smokeping config, datadir&nbsp; = /var/www/smokeping/rrd<BR><BR>Then,<BR>- Create a new group called 'smokeping'<BR>- Add both the 'www' and 'smokeping' users to that group<BR>- chgrp smokeping /var/www/smokeping/rrd<BR>- chmod -R 775 /var/www/smokeping/rrd<BR><BR>That should clear it up.<BR><BR>If that doesn't work, run one of your slaves with --debug and see if it<BR>spits back an error of any kind.<BR><BR><BR><BR>Seth Lyons wrote:<BR>&gt; Greetings!<BR>&gt;&nbsp; <BR>&gt; I am attempting to run a distributed smokeping setup in FreeBSD.&nbsp; I<BR>&gt; haven't been able to find in the docs information on what the<BR>&gt; appropriate file permissions (and ownership) should be for the .rrd and<BR>&gt; cache directories (/usr/local/var/smokeping).<BR>&gt;&nbsp; <BR>&gt; The problem I'm having is that the graphs of my slaves are blank.&nbsp; At<BR>&gt; first I was unable to write cache files to the above directory (and<BR>&gt; subdirectories), so I temporarily changed the perms to 777 just to see<BR>&gt; if that would fix the problem.&nbsp; Now the all of the files are being<BR>&gt; written, but the graphs are still blank.<BR>&gt;&nbsp; <BR>&gt; Please advise.<BR>&gt;&nbsp; <BR>&gt; Thanks.<BR>&gt;&nbsp; <BR>&gt; System info:<BR>&gt; FreeBSD 7.0<BR>&gt; smokeping-2.4.2<BR>&gt; rrdtool-1.3.3<BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; smokeping-users mailing list<BR>&gt; smokeping-users@lists.oetiker.ch<BR>&gt; <A href="https://lists.oetiker.ch/cgi">https://lists.oetiker.ch/cgi</A>-bin/listinfo/smokeping-users<BR><BR>-- <BR>Peter Kristolaitis<BR>DBA / Code Monkey / General Geek<BR><BR>OpenPGP/GPG Key available from pgp.mit.edu<BR><BR>Key Fingerprint: 695D 7616 9903 6002 5756<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; D234 6E96 34B2 F974 14FE<BR></DIV></BODY></HTML>