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

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

job_monarch/libtoga.php,
job_monarch/clusterconf/gina-example.php:

  • changed hostname x/y coord parsing to support regexp's
File size: 179 bytes
Line 
1<?php
2//
3//$SORTBY_HOSTNAME = "v{x}-{y}.gina.sara.nl";
4$SORTBY_HOSTNAME = "[a-z,A-Z]+{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.