Ignore:
Timestamp:
03/13/08 17:01:07 (16 years ago)
Author:
bastiaans
Message:

job_monarch/libtoga.php,
job_monarch/conf.php:

File:
1 edited

Legend:

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

    r515 r522  
    22// Show hosts in a jobview by default?
    33//
    4 $default_showhosts = 1;
     4$default_showhosts = true;
    55
    66// Stop displaying archive search results after SEARCH_RESULT_LIMIT
     
    1010// Show the column job attribute 'requested memory'?
    1111//
    12 $COLUMN_REQUESTED_MEMORY = 0;
     12$COLUMN_REQUESTED_MEMORY = false;
    1313
    1414// Show the column job attribute 'queued' (since)?
    1515//
    16 $COLUMN_QUEUED = 1;
     16$COLUMN_QUEUED = true;
    1717
    1818// Show the column job attribute 'nodes' hostnames?
    1919//
    20 $COLUMN_NODES = 1;
     20$COLUMN_NODES = true;
    2121
    2222// Path to Ganglia's web frontend root
    2323//
    24 //$GANGLIA_PATH = "/var/www/test-ganglia";
    25 $GANGLIA_PATH = "../..";
     24$GANGLIA_PATH = "/var/www/test-ganglia";
     25//$GANGLIA_PATH = "../..";
    2626
    2727// Format of how to display a date and time in human readable format
     
    6363$NODE_OFFLINE_MARKING = ".";
    6464
     65// Show empty columns in the ClusterImage?
     66//
     67$SHOW_EMPTY_COLUMN = false;
     68
     69// Show empty rows in the ClusterImage?
     70//
     71$SHOW_EMPTY_ROW = true;
     72
    6573// XML Datasource for Job Monarch
    6674// by default localhost's gmetad
     
    7179// Is there a jobarchive?
    7280//
    73 $JOB_ARCHIVE = 1;
     81$JOB_ARCHIVE = true;
    7482
    7583// Path to the job archive rrd files
     
    92100//$CLUSTER_CONFS["Example Cluster"]     = "./clusterconf/example.php";
    93101//
    94 //$CLUSTER_CONFS["LISA Cluster"]          = "./clusterconf/lisa-example.php";
    95 //$CLUSTER_CONFS["GINA Cluster"]          = "./clusterconf/gina-example.php";
     102$CLUSTER_CONFS["LISA Cluster"]          = "./clusterconf/lisa-example.php";
     103$CLUSTER_CONFS["GINA Cluster"]          = "./clusterconf/gina-example.php";
    96104?>
Note: See TracChangeset for help on using the changeset viewer.