<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 changed the settings to 10 pings every 120 seconds, but still the same result.&nbsp; I noticed though, that while the last modified times of the RRDs are being updated, the sizes of the files are remaining the same.<BR><BR>&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 3:54 PM &gt;&gt;&gt;<BR>20 pings every 30 seconds is extremely aggressive.&nbsp; I suspect that your<BR>pollers are taking too long to complete, and are missing polling rounds.<BR><BR>Check your logs -- you should see something like "NOTE: smokeping took<BR>$runtime seconds to complete 1 round of polling".&nbsp; If you're seeing that<BR>message, you need to either reduce the number of pings or increase your<BR>step (I use 20 pings every 180 seconds in my production instance).<BR><BR><BR><BR>Seth Lyons wrote:<BR>&gt; I can confirm that the slave RRDs are being updated.&nbsp; My current<BR>&gt; settings are for 20 pings every 30 seconds, and the process has been<BR>&gt; running for more than an hour...but still blank graphs.<BR>&gt; <BR>&gt;&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 3:36 PM &gt;&gt;&gt;<BR>&gt; Are the slave RRD files getting updated?&nbsp; Check the last-modified<BR>&gt; timestamp.<BR>&gt; <BR>&gt; Note that there seems to be a significant 'lag' when using slaves -- the<BR>&gt; slave RRD files don't seem to get updated until the next cycle on the<BR>&gt; master, so you have to run it for at least 2 cycles to see changes happen.<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Seth Lyons wrote:<BR>&gt;&gt; Thanks for your response.&nbsp; I set the permission accordingly, but I still<BR>&gt;&gt; have the same problem.&nbsp; The .rrds and slave_cache files are being<BR>&gt;&gt; created, but the graphs are still blank.&nbsp; I ran a debug on the slave and<BR>&gt;&gt; everything went fine...it ended with "Sent data to Server. Server said<BR>&gt;&gt; OK," and the pings showed the latency I was expecting.<BR>&gt;&gt; <BR>&gt;&gt; If I dump one of the .rrd files to xml and view it in an editor, it is<BR>&gt;&gt; has a small amount of real data at the beginning, but it is mostly full<BR>&gt;&gt; of NaNs.<BR>&gt;&gt;<BR>&gt;&gt;&gt;&gt;&gt; Peter Kristolaitis &lt;alter3d@alter3d.ca&gt; 1/7/2009 2:25 PM &gt;&gt;&gt;<BR>&gt;&gt; The directory that holds your RRD files must be readable/writeable by<BR>&gt;&gt; both the Smokeping process AND the webserver.<BR>&gt;&gt;<BR>&gt;&gt; e.g.&nbsp; If<BR>&gt;&gt;&nbsp;&nbsp; - Your httpd runs as 'www'<BR>&gt;&gt;&nbsp;&nbsp; - Smokeping runs as 'smokeping'<BR>&gt;&gt;&nbsp;&nbsp; - In the Smokeping config, datadir&nbsp; = /var/www/smokeping/rrd<BR>&gt;&gt;<BR>&gt;&gt; Then,<BR>&gt;&gt; - Create a new group called 'smokeping'<BR>&gt;&gt; - Add both the 'www' and 'smokeping' users to that group<BR>&gt;&gt; - chgrp smokeping /var/www/smokeping/rrd<BR>&gt;&gt; - chmod -R 775 /var/www/smokeping/rrd<BR>&gt;&gt;<BR>&gt;&gt; That should clear it up.<BR>&gt;&gt;<BR>&gt;&gt; If that doesn't work, run one of your slaves with --debug and see if it<BR>&gt;&gt; spits back an error of any kind.<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; Seth Lyons wrote:<BR>&gt;&gt;&gt; Greetings!<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; I am attempting to run a distributed smokeping setup in FreeBSD.&nbsp; I<BR>&gt;&gt;&gt; haven't been able to find in the docs information on what the<BR>&gt;&gt;&gt; appropriate file permissions (and ownership) should be for the .rrd and<BR>&gt;&gt;&gt; cache directories (/usr/local/var/smokeping).<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; The problem I'm having is that the graphs of my slaves are blank.&nbsp; At<BR>&gt;&gt;&gt; first I was unable to write cache files to the above directory (and<BR>&gt;&gt;&gt; subdirectories), so I temporarily changed the perms to 777 just to see<BR>&gt;&gt;&gt; if that would fix the problem.&nbsp; Now the all of the files are being<BR>&gt;&gt;&gt; written, but the graphs are still blank.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Please advise.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Thanks.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; System info:<BR>&gt;&gt;&gt; FreeBSD 7.0<BR>&gt;&gt;&gt; smokeping-2.4.2<BR>&gt;&gt;&gt; rrdtool-1.3.3<BR>&gt;&gt;&gt;<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></BODY></HTML>