perfsonar-dev - perfsonar: r3337 - trunk/geant2_java-rrd-ma/conf
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r3337 - trunk/geant2_java-rrd-ma/conf
- Date: Fri, 8 Feb 2008 10:30:55 -0500
Author: roman
Date: 2008-02-08 10:30:53 -0500 (Fri, 08 Feb 2008)
New Revision: 3337
Modified:
trunk/geant2_java-rrd-ma/conf/service.properties.template-2
Log:
comments added
Modified: trunk/geant2_java-rrd-ma/conf/service.properties.template-2
===================================================================
--- trunk/geant2_java-rrd-ma/conf/service.properties.template-2 2008-02-08
12:34:36 UTC (rev 3336)
+++ trunk/geant2_java-rrd-ma/conf/service.properties.template-2 2008-02-08
15:30:53 UTC (rev 3337)
@@ -1,40 +1,125 @@
# this template file is prepared for the releases with web admin stuff and
packaged in rpm form
# $Id$
+# romradz
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of the internal implementation structures
+
+
+# Group=Internals
+# Description=The name of service type which is used to select correct
message handler implementation
service.r.type=ma
+# Group=Internals
+# Description=The name of java class file which implements ServiceEngine
interface
service.ma.class_name=org.perfsonar.service.measurementArchive.rrdType.RRDTypeMAServiceEngine
+
+# Group=Internals
+# Description=The names of acceptable request message types
service.ma.message_types=MetadataKeyRequest,SetupDataRequest,MeasurementArchiveStoreRequest,EchoRequest,LookupInfoRequest
+# Group=Internals
+# Description=The name of java class file which implements the base chaining
of requests
service.ma.base_chaining_mergers=org.perfsonar.service.measurementArchive.rrdType.NMWGInterfaceBaseChaining
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of storing metadata configuration file in xml db eXist
+
+
+# Group=eXist
+# Description=Indicates whether the xmld db (eXsit) is used as a storage for
the metadata configuration file or not (off)
+# Currently only the value 'on' is needed to run the service
correctly.
component.ma.xmldb.db_status=on
+
+# Group=eXist
+# Description=Indicates the type of connection to the xml db eXist (xmlrpc
or http)
+# Http type is not recommended when transfers of many data are
expected.
component.ma.xmldb.db_access=xmlrpc
-component.ma.xmldb.db_uri==xmldb:exist://localhost:8080/exist/xmlrpc/db/rrdmaconfig
+
+# Group=eXist
+# Description=URI address of the collection in xml db eXist that contains
the metadata confiuration file
+component.ma.xmldb.db_uri=xmldb:exist://localhost:8080/exist/xmlrpc/db/rrdmaconfig
+
+# Group=eXist
+# Description=User name of xml db eXist
component.ma.xmldb.db_username=rrdmaservice
+
+# Group=eXist
+# Description=User's password
component.ma.xmldb.db_password=rrdmaservice
+
+# Group=eXist
+# Description=Adminitrator's password of xml db eXist
component.ma.xmldb.db_adminpassword=
+
+# Group=eXist
+# Description=Indicates how xml db eXist is installed (webapp or stand-alone)
component.ma.xmldb.type=webapp
-service.ma.xmldb.db_store=off
+#
-----------------------------------------------------------------------------------------------
+# Configuration of LS functionality
+
+
+# Group=LS
+# Description=Indicates the service type
service.r.service_type=ma
+
+# Group=LS
+# Description=URL address of LS service
service.r.ls_url=http://somewhere
+
+# Group=LS
+# Description=URL address of the service being configured by this
configuration file
service.r.access_point=http://somewhere
+
+# Group=LS
+# Description=Organization name owning the service
service.r.organization_name=X
-service.r.service_name=pS java rrd ma
+
+# Group=LS
+# Description=Service name (can contain descriptive multiple words)
+service.r.service_name=pS java rrd ma
+
+# Group=LS
+# Description=Version number of the service
service.r.service_version=3.0
+
+# Group=LS
+# Description=E-mail address of a person who manages the service
service.r.contact_email=user@domain
+# Group=LS
+# Description=The time (miliseconds) between register requests to the LS
service
+component.registrator.interval=30000
+# Group=LS
+# Description=The name of scheduler component (the implementation of this
component must be declared also in components.properties file)
+component.registrator.scheduler_component=ma_scheduler
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of store functionality
+# Warninig: This functionality is still in the experimental phase so it is
not enough stable and tested.
+
+
+# Group=Store
+# Description=Indicates whether the functionality of storing new data sent
to the service is switch on or off
+service.ma.xmldb.db_store=off
+
+# Group=Store
+# Description=Parameters used while creating new rrd files
service.ma.rrd.rrd_storage_manager_rrd_DS_type_default=COUNTER:1800:0:10000000000000
service.ma.rrd.rrd_storage_manager_rrd_step_default=300
service.ma.rrd.rrd_storage_manager_rrd_RRA_default=MAX:0.5:1:600,MAX:0.5:6:600,MAX:0.5:24:600,AVERAGE:0.5:288:600,AVERAGE:0.5:1:600,AVERAGE:0.5:24:600,MAX:0.5:288:600,AVERAGE:0.5:6:600
+
+# Group=Store
+# Description=The directory where new rrd files will be located
service.ma.rrd.xmldb.db_store.data_dir=/home/perfsonar
-
-
-component.registrator.interval=30000
-component.registrator.scheduler_component=ma_scheduler
-
- perfsonar: r3337 - trunk/geant2_java-rrd-ma/conf, svnlog, 02/08/2008
Archive powered by MHonArc 2.6.16.