source: trunk/jobmond/jobmond.conf @ 317

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

jobmond/jobmond.conf:

  • added QUEUE option

jobmond/jobmond.py:

  • implemented QUEUE option (thanks to Michael Jeanson)
File size: 1.0 KB
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 (experimental)
15#
16BATCH_API               : pbs
17
18# Which Batch server to monitor
19#
20BATCH_SERVER            : localhost
21
22# Which queue(s) to report jobs of
23# (optional and only supported for pbs)
24#
25#QUEUE                  : long, short
26
27# How many seconds interval for polling of jobs
28#
29# this will effect directly how accurate the
30# end time of a job can be determined
31#
32BATCH_POLL_INTERVAL     : 30
33
34# Location of gmond.conf
35#
36# Default: /etc/gmond.conf
37#
38GMOND_CONF              : /etc/gmond.conf
39
40# Wether or not to detect differences in
41# time from Torque server and local time.
42#
43# Ideally both machines (if not the same)
44# should have the same time (via ntp or whatever)
45#
46DETECT_TIME_DIFFS       : 1
47
48# Regexp style hostname translation
49#
50# Usefull if your Batch hostnames are not the same as your
51# Ganglia hostnames (different network interfaces)
52#
53# Syntax: /orig/new/, /orig/new/
54#
55BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.