Changeset 256 for trunk/jobmond/examples


Ignore:
Timestamp:
06/22/06 14:53:16 (18 years ago)
Author:
bastiaans
Message:

jobmond/jobmond.conf, jobmond/examples/lisa_production.conf, jobmond/examples/lisa_test.conf:

  • changed: TORQUE_SERVER is now BATCH_SERVER
  • changed: TORQUE_POLL_INTERVAL is now BATCH_POLL_INTERVAL
  • added: BATCH_API to select which api to use for batch system polling

jobmond/jobmond.py:

  • changed DataGatherer? to PbsDataGatherer?
  • changed creation of gather() object: will now select appropriate module and gatherer for each BATCH_API that is supported
Location:
trunk/jobmond/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/examples/lisa_production.conf

    r218 r256  
    22DEBUG_LEVEL             : 0
    33DAEMONIZE               : 1
    4 TORQUE_SERVER           : batch-ng.irc.sara.nl
    5 TORQUE_POLL_INTERVAL    : 10
     4BATCH_API               : pbs
     5BATCH_SERVER            : batch-ng.irc.sara.nl
     6BATCH_POLL_INTERVAL     : 30
    67GMOND_CONF              : /etc/gmond/lisa_production.conf
    78DETECT_TIME_DIFFS       : 1
  • trunk/jobmond/examples/lisa_test.conf

    r218 r256  
    22DEBUG_LEVEL             : 0
    33DAEMONIZE               : 1
    4 TORQUE_SERVER           : gb-r7n15.irc.sara.nl
    5 TORQUE_POLL_INTERVAL    : 10
     4BATCH_API               : pbs
     5BATCH_SERVER            : gb-r7n15.irc.sara.nl
     6BATCH_POLL_INTERVAL     : 10
    67GMOND_CONF              : /etc/gmond/lisa_test.conf
    78DETECT_TIME_DIFFS       : 1
Note: See TracChangeset for help on using the changeset viewer.