source: trunk/web/addons/job_monarch/clusterconf/example.php @ 415

Last change on this file since 415 was 415, checked in by bastiaans, 17 years ago

web/addons/job_monarch/clusterconf/example.php:

  • small change
File size: 132 bytes
Line 
1<?php
2//
3$SORTBY_HOSTNAME = "rack{x}node{y}.mydomain.mytld";
4$SORT_ORDER = "asc";
5
6$SORT_XLABEL = "rack";
7$SORT_YLABEL = "node";
8?>
Note: See TracBrowser for help on using the repository browser.