broken charts on ops_node.php

Bug #281184 reported by anotherone
8
Affects Status Importance Assigned to Milestone
cmon
Fix Released
Medium
johan

Bug Description

On cmon 1.2.1, the upper three charts are not displayed. This is a patch for this problem.
Thanks for this nice tool!

--- ops_node.php.orig 2008-10-09 19:20:12.000000000 +0900
+++ ops_node.php 2008-10-10 17:29:11.000000000 +0900
@@ -82,8 +82,8 @@

         $k=0;
- $opdata[i]=array();
- $opdata[i]=array_fill(0,$time-1,0);
+ $opdata[$i]=array();
+ $opdata[$i]=array_fill(0,$time-1,0);
         $j=0;
        while($row = mysql_fetch_array( $result ))
         {

Revision history for this message
johan (johan-severalnines) wrote :

fixed - new version 1.2.2 is available.

Changed in cmon:
assignee: nobody → johan-severalnines
importance: Undecided → Medium
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.