source: trunk/jobmond/jobmond.conf @ 580

Last change on this file since 580 was 507, checked in by bastiaans, 16 years ago

Dave Love's SGE code patches, see below:

Mon Dec 10 15:46:45 GMT 2007 Dave Love <fx@…>

  • Tidy/fix SGE changes.

Fri Dec 7 10:57:55 GMT 2007 Dave Love <fx@…>

  • Add note about SGE tasks to overview template.

Fri Nov 9 15:39:41 GMT 2007 Dave Love <fx@…>

  • Replace previous SGE implementation with a different one. This provides the full set of monarch data. There's some associated restructuring involving the PBS code.

Fri Nov 9 15:27:01 GMT 2007 Dave Love <fx@…>

  • jobmond.conf comment fix.

Fri Nov 9 15:21:25 GMT 2007 Dave Love <fx@…>

  • Somewhat modify RPM spec files.

Wed Nov 7 17:49:37 GMT 2007 Dave Love <fx@…>

  • Modify jobmond for use with SGE.
File size: 1.7 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)
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#
38# DEPRECATED!:          use GMETRIC_TARGET!
39#
40#GMOND_CONF             : /etc/gmond.conf
41#
42# Location of gmetric binary
43#
44# Default: /usr/bin/gmetric
45#
46# DEPRECATED!:          use GMETRIC_TARGET!
47#
48#GMETRIC_BINARY         : /usr/bin/gmetric
49
50# Target of Gmetric's: where should we report to
51# (usually: your udp_send_channel from gmond)
52#
53# Syntax: <ip>:<port>
54#
55GMETRIC_TARGET          : 239.2.11.71:8649
56
57# Enable logging to syslog?
58#
59USE_SYSLOG                      : 1
60
61# What level msg'es should be logged to syslog?
62#
63# usually: lvl 0 (errors)
64#
65SYSLOG_LEVEL                    : 0
66
67# Which facility to use in syslog
68#
69# Known:
70#       KERN, USER, MAIL, DAEMON, AUTH, LPR,
71#       NEWS, UUCP, CRON and LOCAL0 through LOCAL7
72#
73SYSLOG_FACILITY                 : DAEMON
74
75
76# Wether or not to detect differences in
77# time from Torque server and local time.
78#
79# Ideally both machines (if not the same)
80# should have the same time (via ntp or whatever)
81#
82DETECT_TIME_DIFFS       : 1
83
84# Regexp style hostname translation
85#
86# Usefull if your Batch hostnames are not the same as your
87# Ganglia hostnames (different network interfaces)
88#
89# Syntax: /orig/new/, /orig/new/
90#
91BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.