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/conf.php

    r115 r129  
    11<?php
     2// Show hosts in a jobview by default?
     3//
     4$default_showhosts = 1;
    25
    36// Path to Ganglia's web frontend root
     
    1518
    1619// How to mark nodes with a job in clusterimage
    17 // allcpus when all cpu's are in use
    18 // singlecpu when less than all cpus are in use
    1920//
    20 //$JOB_NODE_MARKING_ALLCPUS = "J";
    21 //$JOB_NODE_MARKING_SINGLECPU = "j";
    2221$JOB_NODE_MARKING = "J";
    2322
     
    2726$DATA_SOURCE = '127.0.0.1:8649';
    2827
     28// Is there a jobarchive?
     29//
     30$TARCHD = 1;
     31
    2932?>
Note: See TracChangeset for help on using the changeset viewer.