source: tags/0.1.1/jobmond/jobmond.conf @ 252

Last change on this file since 252 was 224, checked in by bastiaans, 18 years ago

jobarchived/examples:

  • added

jobmond/jobmond.py:

  • removed config option comments

jobarchived/jobarchived.py:

  • removed config option comments
  • added RRDTOOL option

jobmond/jobmond.conf:

  • added config option comments

jobarchived/jobarchived.conf:

  • added config option comments
  • added RRDTOOL option
File size: 876 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# Which Torque server to monitor
13#
14TORQUE_SERVER           : localhost
15
16# How many seconds interval for polling of jobs
17#
18# this will effect directly how accurate the
19# end time of a job can be determined
20#
21TORQUE_POLL_INTERVAL    : 10
22
23# Location of gmond.conf
24#
25# Default: /etc/gmond.conf
26#
27GMOND_CONF              : /etc/gmond.conf
28
29# Wether or not to detect differences in
30# time from Torque server and local time.
31#
32# Ideally both machines (if not the same)
33# should have the same time (via ntp or whatever)
34#
35DETECT_TIME_DIFFS       : 1
36
37# Regexp style hostname translation
38#
39# Usefull if your Torque hostnames are not the same as your
40# Ganglia hostnames (different network interfaces)
41#
42# Syntax: /orig/new/, /orig/new/
43#
44BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.