From eb1f8f8ee46f7cdd247604b5c0bedf731333360d Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 31 Dec 2009 15:23:42 -0500 Subject: fix RRD graphs for queues --- usr/local/www/status_rrd_graph_img.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/status_rrd_graph_img.php') diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index b395c99..905413d 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -674,6 +674,7 @@ elseif((strstr($curdatabase, "-queues.rrd")) && (file_exists("$rrddbpath$curdata $graphcmd .= "--height 200 --width 620 -x \"$scale\" "; if ($altq) { $a_queues =& $altq->get_queue_list(); + $t = 0; } else { $a_queues = array(); $i = 0; -- cgit v1.1