Ignore:
Timestamp:
04/22/07 15:36:26 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added SORTBY_HOSTNAME, SORT_ORDER, SORT_XLABEL, SORT_YLABEL

web/addons/job_monarch/image.php:

  • removed debug statement

web/addons/job_monarch/libtoga.php:

  • added x, y sorting if SORTBY_HOSTNAME is set
  • added array_rem to remove value from array
  • added cmp function for sorting of nodes according to SORTBY_HOSTNAME x, y setting
File:
1 edited

Legend:

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

    r305 r329  
    11<?php
     2
     3// Sort nodes in clusterimage by
     4//
     5$SORTBY_HOSTNAME = "gb-r{x}n{y}.irc.sara.nl";
     6$SORT_ORDER = "asc";
     7
     8$SORT_XLABEL = "rack";
     9$SORT_YLABEL = "node";
     10
    211// Show hosts in a jobview by default?
    312//
     
    4049// (250 pixels is same width as Ganglia's pie chart)
    4150//
    42 $BIG_CLUSTERIMAGE_MAXWIDTH = 250;
     51$BIG_CLUSTERIMAGE_MAXWIDTH = 450;
    4352
    4453// The size of a single node in the small clusterimage
Note: See TracChangeset for help on using the changeset viewer.