Actions
Bug #751
closedRRD Graphs is not refreshed
Start date:
07/20/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
After upgrade to latest snapshot all RRD Graphs is not refreshed. (see screenshot)
2.0-BETA3 built on Sun Jul 18 12:03:22 EDT 2010 FreeBSD 8.1-RC2
Other error, I have seen in file status_rrd_graph.php a line:
exec("cd $rrddbpath;/usr/bin/find -name *.rrd", $databases);
out for this command:
[root@totoro /var/db/rrd]# /usr/bin/find -name *.rrd find: illegal option -- n find: illegal option -- a find: illegal option -- m find: illegal option -- e GW_PETERSTAR-quality.rrd GW_PROMETEY-quality.rrd GW_SMART-quality.rrd WANGW-quality.rrd WAN_SMARTGW-quality.rrd
can substitute it on:
exec("cd $rrddbpath;/bin/ls *.rrd", $databases);
Files
Actions