Ticket #22: jobmond.conf

File jobmond.conf, 1.1 KB (added by gastineau@…, 17 years ago)

configuration files

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