Ignore:
Timestamp:
06/23/05 10:17:37 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/conf.php:

  • Set to actual gmetad port (was gmond's)

web/addons/toga/image.php:

  • clustername parse fix

web/addons/toga/libtoga.php:

web/addons/toga/overview.php:

  • Use clustername when getting data
File:
1 edited

Legend:

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

    r148 r163  
    55//$tpl->assign("_ROOT.summary", "" );
    66
    7 $data_gatherer = new DataGatherer();
     7$data_gatherer = new DataGatherer( $clustername );
    88
    99//$tpl->assign( "self", "./index.php" );
Note: See TracChangeset for help on using the changeset viewer.