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