Changeset 515


Ignore:
Timestamp:
03/08/08 21:17:38 (16 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • add node offline/down marking
File:
1 edited

Legend:

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

    r505 r515  
    2222// Path to Ganglia's web frontend root
    2323//
     24//$GANGLIA_PATH = "/var/www/test-ganglia";
    2425$GANGLIA_PATH = "../..";
    2526
     
    5455$JOB_NODE_MARKING = "J";
    5556
     57// How to mark nodes that are 'down' in the batch
     58//
     59$NODE_DOWN_MARKING = "X";
     60
     61// How to mark nodes that are 'offline' in the batch
     62//
     63$NODE_OFFLINE_MARKING = ".";
     64
    5665// XML Datasource for Job Monarch
    5766// by default localhost's gmetad
     
    8392//$CLUSTER_CONFS["Example Cluster"]     = "./clusterconf/example.php";
    8493//
     94//$CLUSTER_CONFS["LISA Cluster"]          = "./clusterconf/lisa-example.php";
     95//$CLUSTER_CONFS["GINA Cluster"]          = "./clusterconf/gina-example.php";
    8596?>
Note: See TracChangeset for help on using the changeset viewer.