Project

General

Profile

Actions

Bug #751

closed

RRD Graphs is not refreshed

Added by Mike Stupalov almost 14 years ago. Updated over 13 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
RRD Graphs
Target version:
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

screenshot_030.png (38.2 KB) screenshot_030.png RRD Graphs is not refreshed Mike Stupalov, 07/20/2010 02:25 AM
Actions

Also available in: Atom PDF