Last change
on this file since 234 was
224,
checked in by bastiaans, 18 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
|
Rev | Line | |
---|
[212] | 1 | [DEFAULT] |
---|
[224] | 2 | # Specify debugging level here; |
---|
| 3 | # |
---|
| 4 | # 10 = gemtric cmd's |
---|
| 5 | # |
---|
[212] | 6 | DEBUG_LEVEL : 0 |
---|
[224] | 7 | |
---|
| 8 | # Wether or not to run as a daemon in background |
---|
| 9 | # |
---|
[212] | 10 | DAEMONIZE : 1 |
---|
[224] | 11 | |
---|
| 12 | # Which Torque server to monitor |
---|
| 13 | # |
---|
[212] | 14 | TORQUE_SERVER : localhost |
---|
[224] | 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 | # |
---|
[212] | 21 | TORQUE_POLL_INTERVAL : 10 |
---|
[224] | 22 | |
---|
| 23 | # Location of gmond.conf |
---|
| 24 | # |
---|
| 25 | # Default: /etc/gmond.conf |
---|
| 26 | # |
---|
[212] | 27 | GMOND_CONF : /etc/gmond.conf |
---|
[224] | 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 | # |
---|
[212] | 35 | DETECT_TIME_DIFFS : 1 |
---|
[224] | 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 | # |
---|
[218] | 44 | BATCH_HOST_TRANSLATE : |
---|
Note: See
TracBrowser
for help on using the repository browser.