Ignore:
Timestamp:
06/07/05 15:31:15 (19 years ago)
Author:
bastiaans
Message:

web/templates/toga/cluster_extra.tpl:

  • Renamed link to joblist

web/addons/toga/templates/header.tpl:

  • Inclusion to archivelink template

web/addons/toga/index.php:

  • Misc cleanup
  • Setup skeleton for search

web/addons/toga/overview.php:

  • Fixed showhosts bugs

web/addons/toga/conf.php:

  • Cleanup
  • Added TARCHD option for if a archive is present

web/addons/toga/libtoga.php:

  • Don't use Ganglia's get_context, it messes stuff up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/libtoga.php

    r126 r129  
    6060chdir( $GANGLIA_PATH );
    6161
     62$context = 'cluster';
     63
    6264include_once "./conf.php";
    6365include_once "./functions.php";
    6466include_once "./ganglia.php";
    65 include_once "./get_context.php";
     67//include_once "./get_context.php";
    6668include_once "./get_ganglia.php";
    6769
     
    7678//
    7779global $context, $clustername, $reports;
     80
    7881//$clustername = $httpvars->getClusterName();
    79 //$context = 'cluster';
    80 
    8182
    8283global $default_metric;
Note: See TracChangeset for help on using the changeset viewer.