Changes between Version 12 and Version 13 of Documentation/Configuration


Ignore:
Timestamp:
05/24/13 12:31:20 (11 years ago)
Author:
ramonb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v12 v13  
    185185* If not set: jobmond internal gmetric handling is used
    186186
     187=== GMETRIC_TARGET ===
     188
     189* optional
     190* valid values:
     191  * <host>:<port>
     192
     193Specifies where to report job information to.
     194
     195This can be a multicast or unicast address. There must be a gmond running that has this address set as udp_receive_channel and proper network routes have to be set up to this network address.
     196
     197* If set: report job information to GMETRIC_TARGET
     198* If not set: report job information to udp_send_channel's found in GMOND_CONF : requires a valid GMOND_CONF
     199
     200=== USE_SYSLOG ===
     201
     202* required
     203* valid values: 0 or 1:
     204  * 0: Don't log messages
     205  * 1: Log any messages at DEBUG_LEVEL to syslog's SYSLOG_FACILITY
     206
     207Specifies wether or not to use syslog for any messages
     208
     209=== SYSLOG_FACILITY ===
     210
     211* required
     212* valid values: KERN, USER, MAIL, DAEMON, AUTH, LPR, NEWS, UUCP, CRON, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7
     213
     214Specifies to which syslog facility any syslog messages are sent.
     215
     216=== DETECT_TIME_DIFFS ===
     217
     218* required
     219* valid values: 0 or 1
     220  * 0: Don't detect time differences
     221  * 1: Detect time difference between BATCH_SERVER and localhost
     222
     223When a remote BATCH_SERVER is used, this will tell jobmond to detect and compensate for any time difference's between localhost and remote BATCH_SERVER.
     224
     225Ideally both servers should utilize NTP to maintain the same date/time.
     226
     227=== BATCH_HOST_TRANSLATE ===
     228
     229* required
     230* default: (empty)
     231* valid values: a comma seperated list of: /<search pattern|regexp>/<replace pattern|regexp>/
     232
     233Specifies if to use a search and replace (regular expressions allowed) on batch node hostnames before reporting them.
     234
     235This is useful when your batch nodes hostnames and ganglia hostnames are not the same.
     236
     237For example a job runs on batch node with hostname: infiniband-host1 but in Ganglia the node is named: host1 - Then you can set: {{{BATCH_HOST_TRANSLATE: /infiniband//}}} and it will strip the infiniband portion from the hostname
     238
     239* If not empty: all batch nodes names are passed through all specified regular expression search/replace statements before reported
     240
    187241== jobarchived ==
    188242