Ignore:
Timestamp:
04/23/07 20:46:46 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added CLUSTER_CONFS example for cluster specific config's

web/addons/job_monarch/libtoga.php:

  • include per-cluster specific settings if available for clusterimage
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/conf.php

    r333 r337  
    11<?php
     2
     3$CLUSTER_CONFS["LISA Cluster"]  = "./clusterconf/lisa.php";
    24
    35// Sort nodes in clusterimage by
    46//
    5 $SORTBY_HOSTNAME = "gb-r{x}n{y}.irc.sara.nl";
    6 $SORT_ORDER = "asc";
     7//$SORTBY_HOSTNAME = "gb-r{x}n{y}.irc.sara.nl";
     8//$SORT_ORDER = "asc";
    79
    8 $SORT_XLABEL = "rack";
    9 $SORT_YLABEL = "node";
     10//$SORT_XLABEL = "rack";
     11//$SORT_YLABEL = "node";
    1012
    1113// Show hosts in a jobview by default?
Note: See TracChangeset for help on using the changeset viewer.