Hello,
On Tue, Feb 26, 2008 at 3:11 PM, ... <[EMAIL PROTECTED]> wrote: > Hi > So I've just done a fresh install of JFFnms 0.8.3, running on Ubuntu server > 7.10. The database is mysql running on a separate box. If I run the poller > manually for any particular host (a few times in a row), and then do a > rrdtool dump of the rrd file, I see valid values and if I try to pull up the > performance graph, it shows the data...yet, if I just let cron run and > launch poller2.php, the rrd files only get NaN. Any ideas? Thanks cron versus sh issues usually has to do with the environment variables. cron has a very limited environment. Usual fix: specify complete paths in your cron scripts, and / or define environment variables explicitly. HTH -- Regards, Torfinn Ingolfsen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
