On Mon, Dec 28, 2009 at 09:59:36AM -0700, Travis Johnson wrote:
> I recently moved my entire JFF system to a new server. I copied over all 
> the RRD files, the database, etc. and it's mostly working. However, I 
> have quite a few charts that say "the RRDtool files for interface xxxxxx 
> has not been created by the poller process yet". However, the files are 
> in the RRD folder, with the correct name and permissions. I have run a 
> check and optimize on the SQL database and everything is good. What am I 
> missing? About 50% of the interfaces are correct (and being updated), 
> while the other 50% I get this error.
The way I check for this error is the following:
  * in lib/api.rrdtool.inc.php uncomment the debug($commmand) line
        * Go to your webpage and try to bring up the offending graph, you will
          notice that you see some text which is the rrdtool command
        * On a command line, preferably as the webserver user (www-data for
          me) run that command. You will probably see the "real" error
                message.
  * Comment back that line you changed with the first step.

I'm going to try to put some more error checking around that area
because it is real confusing. The rrd pipe command ignores stderr for
starters, which it shouldn't.

 - Craig
-- 
Craig Small      GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/                             csmall at : enc.com.au
http://www.debian.org/          Debian GNU/Linux, software should be Free 

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to