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
Line 
1[DEFAULT]
2# Specify debugging level here;
3#
4# 10 = gemtric cmd's
5#
6DEBUG_LEVEL             : 0
7
8# Wether or not to run as a daemon in background
9#
10DAEMONIZE               : 1
11
12# What Batch type is the system
13#
14# Currently supported: pbs, sge
15#
16BATCH_API               : pbs
17
18# Which Batch server to monitor
19#
20BATCH_SERVER            : localhost
21
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#
27BATCH_POLL_INTERVAL     : 10
28
29# Location of gmond.conf
30#
31# Default: /etc/gmond.conf
32#
33GMOND_CONF              : /etc/gmond.conf
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#
41DETECT_TIME_DIFFS       : 1
42
43# Regexp style hostname translation
44#
45# Usefull if your Batch hostnames are not the same as your
46# Ganglia hostnames (different network interfaces)
47#
48# Syntax: /orig/new/, /orig/new/
49#
50BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.