Ignore:
Timestamp:
03/24/13 18:44:13 (11 years ago)
Author:
ramonb
Message:
  • more cleanup and fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/graph.php

    r734 r736  
    2323 */
    2424
    25 global $metrics, $rrds, $range, $start, $r, $conf;
     25global $metrics, $rrds, $range, $start, $r, $conf, $m;
    2626$range = $r;
    2727
     
    7979}
    8080
    81 $trd = new TarchRrdGraph( $cluster, $hostname );
    82 
    8381$graph = $metricname;
    8482
     
    9694        else
    9795        {
     96            $trd = new TarchRrdGraph( $cluster, $hostname );
    9897            $rrd_dirs = $trd->getRrdDirs( $period_start, $period_stop );
    9998        }
     
    370369
    371370        $subtitle = $metricname;
    372         if ($context == "host")
     371        if($context == "host")
    373372        {
    374373            if ($size == "small")
Note: See TracChangeset for help on using the changeset viewer.