Last change
on this file since 353 was
353,
checked in by bastiaans, 16 years ago
|
jobmond/jobmond.conf:
jobmond/gmetric.py:
- checkin of native python gmetric support, thanks to Nick Galbreath
jobmond/jobmond.py:
- added handling of GMETRIC_TARGET
- GMOND_CONF is now deprecated (GMETRIC_TARGET should be used) but we are still backwards compatible
|
File size:
1.2 KB
|
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 | # What Batch type is the system |
---|
13 | # |
---|
14 | # Currently supported: pbs, sge (experimental) |
---|
15 | # |
---|
16 | BATCH_API : pbs |
---|
17 | |
---|
18 | # Which Batch server to monitor |
---|
19 | # |
---|
20 | BATCH_SERVER : localhost |
---|
21 | |
---|
22 | # Which queue(s) to report jobs of |
---|
23 | # (optional and only supported for pbs) |
---|
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 | # |
---|
32 | BATCH_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 | # Target of Gmetric's: where should we report to |
---|
43 | # (usually: your udp_send_channel from gmond) |
---|
44 | # |
---|
45 | GMETRIC_TARGET : 239.2.11.71:8649 |
---|
46 | |
---|
47 | # Wether or not to detect differences in |
---|
48 | # time from Torque server and local time. |
---|
49 | # |
---|
50 | # Ideally both machines (if not the same) |
---|
51 | # should have the same time (via ntp or whatever) |
---|
52 | # |
---|
53 | DETECT_TIME_DIFFS : 1 |
---|
54 | |
---|
55 | # Regexp style hostname translation |
---|
56 | # |
---|
57 | # Usefull if your Batch hostnames are not the same as your |
---|
58 | # Ganglia hostnames (different network interfaces) |
---|
59 | # |
---|
60 | # Syntax: /orig/new/, /orig/new/ |
---|
61 | # |
---|
62 | BATCH_HOST_TRANSLATE : |
---|
Note: See
TracBrowser
for help on using the repository browser.