Ignore:
Timestamp:
06/22/06 14:53:16 (17 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jobmond/jobmond.conf

    r224 r256  
    1010DAEMONIZE               : 1
    1111
    12 # Which Torque server to monitor
     12# What Batch type is the system
     13#
     14# Currently supported: pbs, sge
    1315#
    14 TORQUE_SERVER           : localhost
     16BATCH_API               : pbs
     17
     18# Which Batch server to monitor
     19#
     20BATCH_SERVER            : localhost
    1521
    1622# How many seconds interval for polling of jobs
     
    1925# end time of a job can be determined
    2026#
    21 TORQUE_POLL_INTERVAL    : 10
     27BATCH_POLL_INTERVAL     : 10
    2228
    2329# Location of gmond.conf
     
    3743# Regexp style hostname translation
    3844#
    39 # Usefull if your Torque hostnames are not the same as your
     45# Usefull if your Batch hostnames are not the same as your
    4046# Ganglia hostnames (different network interfaces)
    4147#
Note: See TracChangeset for help on using the changeset viewer.