source: trunk/web/addons/job_monarch/clusterconf/gina-example.php @ 648

Last change on this file since 648 was 648, checked in by ramonb, 14 years ago

job_monarch/overview.php,
job_monarch/index.php:

  • old code cleanup

job_monarch/index.php,
job_monarch/image.php,
job_monarch/jobstore.php

  • rewrote session handling

job_monarch/image.php:

job_monarch/templates/header.tpl:

  • add session to clusterimage
  • (temp?) disabled pie chart

job_monarch/libtoga.php:

  • wrote new SessionHandler? class to handle all sessions
  • DataSource? now uses interactive port so can retrieve only relevant XML
  • disable XML_OPTION_CASE_FOLDING to speed up xml parsing
  • use jobmond poll interval to only reload XML when useful
  • use strpos instead of strstr, should be faster xml parsing
  • dont parse XML in ClusterImage? anymore, instead supply DataGather? object


job_monarch/conf.php:

  • use interactive gmetad port now
File size: 169 bytes
Line 
1<?php
2//
3//$SORTBY_HOSTNAME = "v{x}-{y}.gina.sara.nl";
4$SORTBY_HOSTNAME = "{x}-{y}.gina.sara.nl";
5$SORT_ORDER = "asc";
6
7$SORT_XLABEL = "rack";
8$SORT_YLABEL = "node";
9?>
Note: See TracBrowser for help on using the repository browser.