source: trunk/jobmond/jobmond.conf @ 424

Last change on this file since 424 was 374, checked in by bastiaans, 17 years ago

jobmond/jobmond.conf:

  • added syslog options (backwards compatible)
File size: 1.6 KB
RevLine 
[212]1[DEFAULT]
[224]2# Specify debugging level here;
3#
4# 10 = gemtric cmd's
5#
[212]6DEBUG_LEVEL             : 0
[224]7
8# Wether or not to run as a daemon in background
9#
[212]10DAEMONIZE               : 1
[224]11
[256]12# What Batch type is the system
13#
[317]14# Currently supported: pbs, sge (experimental)
[224]15#
[256]16BATCH_API               : pbs
[224]17
[256]18# Which Batch server to monitor
19#
20BATCH_SERVER            : localhost
21
[317]22# Which queue(s) to report jobs of
23# (optional and only supported for pbs)
24#
25#QUEUE                  : long, short
26
[224]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#
[271]32BATCH_POLL_INTERVAL     : 30
[224]33
34# Location of gmond.conf
35#
36# Default: /etc/gmond.conf
37#
[353]38# DEPRECATED!:          use GMETRIC_TARGET!
39#
40#GMOND_CONF             : /etc/gmond.conf
[224]41
[353]42# Target of Gmetric's: where should we report to
43# (usually: your udp_send_channel from gmond)
44#
[374]45# Syntax: <ip>:<port>
46#
[353]47GMETRIC_TARGET          : 239.2.11.71:8649
48
[374]49# Enable logging to syslog?
50#
51USE_SYSLOG                      : 1
52
53# What level msg'es should be logged to syslog?
54#
55# usually: lvl 0 (errors)
56#
57SYSLOG_LEVEL                    : 0
58
59# Which facility to use in syslog
60#
61# Known:
62#       KERN, USER, MAIL, DAEMON, AUTH, LPR,
63#       NEWS, UUCP, CRON and LOCAL0 through LOCAL7
64#
65SYSLOG_FACILITY                 : DAEMON
66
67
[224]68# Wether or not to detect differences in
69# time from Torque server and local time.
70#
71# Ideally both machines (if not the same)
72# should have the same time (via ntp or whatever)
73#
[212]74DETECT_TIME_DIFFS       : 1
[224]75
76# Regexp style hostname translation
77#
[256]78# Usefull if your Batch hostnames are not the same as your
[224]79# Ganglia hostnames (different network interfaces)
80#
81# Syntax: /orig/new/, /orig/new/
82#
[218]83BATCH_HOST_TRANSLATE    :
Note: See TracBrowser for help on using the repository browser.