oga.properties revision 340
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# See LICENSE.txt included in this distribution for the specific
# language governing permissions and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at LICENSE.txt.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
# OpenGrok Agent config file
# (c) Sun Microsystems Inc 2008
# OpenGrok general properties
opengrok.configuration.file=/etc/opengrok/configuration.xml
opengrok.indexer.updatedatabase=true
opengrok.indexer.numberofthreads=1
# opengrok.indexer.subfiles= <listing of files separated by comma>
# opengrok.indexer.publishserver.url = localhost:2424
## OpenGrok JMX Agent settings
# Template file
# (c) 2008 Sun Microsystems
# Connection server settings
oga.connection.protocol = jmxmp
oga.connection.jmxmp.port = 9292
oga.connection.http.port = 8186
# Logging settings
oga.logging.filesizelimit = 1000000
oga.logging.filescount = 10
oga.logging.path = /var/opengrok/log/agent
oga.logging.filelevel = FINEST
oga.logging.consolelevel = WARNING
# Monitoring settings
oga.monitoring.interval = 300000
#Indexer configuration
# enabled true/false
oga.indexer.enabled=true
# period in seconds between each index
oga.indexer.sleeptime=120