source: trunk/jobmond/jobmond.conf @ 257

Last change on this file since 257 was 256, checked in by bastiaans, 18 years ago

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 size: 959 bytes
RevLine 
[212]1[DEFAULT]
[224]2# Specify debugging level here;
3#
4# 10 = gemtric cmd's
5#
[212]6DEBUG_LEVEL             : 0
[224]7
8# Wether or not to run as a daemon in background
9#
[212]10DAEMONIZE               : 1
[224]11
[256]12# What Batch type is the system
13#
14# Currently supported: pbs, sge
[224]15#
[256]16BATCH_API               : pbs
[224]17
[256]18# Which Batch server to monitor
19#
20BATCH_SERVER            : localhost
21
[224]22# How many seconds interval for polling of jobs
23#
24# this will effect directly how accurate the
25# end time of a job can be determined
26#
[256]27BATCH_POLL_INTERVAL     : 10
[224]28
29# Location of gmond.conf
30#
31# Default: /etc/gmond.conf
32#
[212]33GMOND_CONF              : /etc/gmond.conf
[224]34
35# Wether or not to detect differences in
36# time from Torque server and local time.
37#
38# Ideally both machines (if not the same)
39# should have the same time (via ntp or whatever)
40#
[212]41DETECT_TIME_DIFFS       : 1
[224]42
43# Regexp style hostname translation
44#
[256]45# Usefull if your Batch hostnames are not the same as your
[224]46# Ganglia hostnames (different network interfaces)
47#
48# Syntax: /orig/new/, /orig/new/
49#
[218]50BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.