/usr/local/lsws/fcgi-bin/lsphp5 /path/to/ls_stats/update.php
#!/usr/bin/php
Working on cpu
Error:
exception 'Exception' with message 'rrdtool version check failed!' in /path/to/ls_stats/includes/rrd.class.php:478
Stack trace:
#0 /path/to/ls_stats/update.php(83): rrd->checkVersion('<', '1.2')
#1 {main}
Working on load
Error:
exception 'Exception' with message 'rrdtool version check failed!' in /path/to/ls_stats/includes/rrd.class.php:478
Stack trace:
#0 /path/to/ls_stats/update.php(83): rrd->checkVersion('<', '1.2')
#1 {main}
Working on memory
Error:
exception 'Exception' with message 'rrdtool version check failed!' in /path/to/ls_stats/includes/rrd.class.php:478
Stack trace:
#0 /path/to/ls_stats/update.php(83): rrd->checkVersion('<', '1.2')
#1 {main}
Working on lsws_stats
Error:
exception 'Exception' with message 'rrdtool version check failed!' in /path/to/ls_stats/includes/rrd.class.php:478
Stack trace:
#0 /path/to/ls_stats/update.php(83): rrd->checkVersion('<', '1.2')
#1 {main}
My version of rrdtool
Code:
/usr/local/cpanel/3rdparty/bin/rrdtool -V
RRDtool 1.4.5 Copyright 1997-2010 by Tobias Oetiker <tobi@oetiker.ch>
Compiled Jun 1 2011 16:45:36
#!/usr/bin/php
Working on cpu
Creating RRD-file
Updating RRD-file
Working on load
Creating RRD-file
Updating RRD-file
Working on memory
Creating RRD-file
Updating RRD-file
Working on lsws_stats
Creating RRD-file
Updating RRD-file
it looks your cron job send out email once the rrdgraph job runs(it runs once / 1 minute). it may relate to your linux's setting. no email ever received per our tests.