Ignore:
Timestamp:
04/24/07 11:59:24 (17 years ago)
Author:
bastiaans
Message:

CHANGELOG:

  • updated

web/addons/job_monarch/conf.php:

  • add better CLUSTER_CONFS example
File:
1 edited

Legend:

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

    r339 r342  
    11<?php
    2 
    3 $CLUSTER_CONFS["LISA Cluster"]          = "./clusterconf/lisa-example.php";
    4 $CLUSTER_CONFS["GINA Cluster"]          = "./clusterconf/gina-example.php";
    5 $CLUSTER_CONFS["MATRIX Cluster"]        = "./clusterconf/matrix-example.php";
    62
    73// Sort nodes in clusterimage by
     
    3127// Show the column job attribute 'nodes' hostnames?
    3228//
    33 $COLUMN_NODES = 1;
     29$COLUMN_NODES = 0;
    3430
    3531// Path to Ganglia's web frontend root
     
    8985//
    9086$RRDTOOL = "/usr/bin/rrdtool";
     87
     88// Include cluster specific settings here,
     89// they will override any (global) settings above
     90// on a per-cluster basis, where available.
     91//
     92//$CLUSTER_CONFS["Example Cluster"]     = "./clusterconf/example.php";
     93//
     94$CLUSTER_CONFS["LISA Cluster"]          = "./clusterconf/lisa-example.php";
     95$CLUSTER_CONFS["GINA Cluster"]          = "./clusterconf/gina-example.php";
     96$CLUSTER_CONFS["MATRIX Cluster"]        = "./clusterconf/matrix-example.php";
    9197?>
Note: See TracChangeset for help on using the changeset viewer.