- Timestamp:
- 04/24/07 11:59:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/conf.php
r339 r342 1 1 <?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";6 2 7 3 // Sort nodes in clusterimage by … … 31 27 // Show the column job attribute 'nodes' hostnames? 32 28 // 33 $COLUMN_NODES = 1;29 $COLUMN_NODES = 0; 34 30 35 31 // Path to Ganglia's web frontend root … … 89 85 // 90 86 $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"; 91 97 ?>
Note: See TracChangeset
for help on using the changeset viewer.