Last change
on this file since 560 was
224,
checked in by bastiaans, 17 years ago
|
jobarchived/examples:
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 | # |
---|
6 | DEBUG_LEVEL : 0 |
---|
7 | |
---|
8 | # Wether or not to run as a daemon in background |
---|
9 | # |
---|
10 | DAEMONIZE : 1 |
---|
11 | |
---|
12 | # Which Torque server to monitor |
---|
13 | # |
---|
14 | TORQUE_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 | # |
---|
21 | TORQUE_POLL_INTERVAL : 10 |
---|
22 | |
---|
23 | # Location of gmond.conf |
---|
24 | # |
---|
25 | # Default: /etc/gmond.conf |
---|
26 | # |
---|
27 | GMOND_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 | # |
---|
35 | DETECT_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 | # |
---|
44 | BATCH_HOST_TRANSLATE : |
---|
Note: See
TracBrowser
for help on using the repository browser.