# Information about the apel client database
[db]
hostname = apelbox.cnaf.infn.it
port = 3306
name = apelclient
username = apel
password = secret

[site_info]
# Specify the site name from GOCDB
site_name = IGI-BOLOGNA
# Batch system hostname.  This does not need to be a definitive hostname,
# but it should uniquely identify the batch system.
# Example: pbs.gridpp.rl.ac.uk
lrms_server = batch.cnaf.infn.it

[blah]
enabled = true
dir = /var/log/cream/accounting
# typical logfile name is blahp.log-yyyymmdd
filename_prefix = blahp.log
subdirs = false

[batch]
enabled = true

# Reparse all batch system log files and replace them in the database.
# Use with caution!
reparse = false

# Batch system specific options.
# Valid types are LSF, PBS, SGE, SLURM
type = PBS
# Whether to try to parse multi-core details
parallel = false
# Directory to search for accounting logfiles
dir = /var/lib/torque/server_priv/accounting/
# Prefix shared by all log files to parse 
filename_prefix = 201
# Whether to search subdirectories for logfiles
subdirs = false

# LSF only: scale CPU and wall durations according to 
# 'HostFactor' value in logfiles
#scale_host_factor = false

[logging]
logfile = /var/log/apelparser.log
level = INFO
console = true

-- AlessandroPaolini - 2014-06-13

Topic revision: r1 - 2014-06-13 - AlessandroPaolini
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback