perfsonar-dev - perfsonar: r3441 - trunk/geant2_java-rrd-ma/conf
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r3441 - trunk/geant2_java-rrd-ma/conf
- Date: Mon, 3 Mar 2008 07:49:36 -0500
Author: roman
Date: 2008-03-03 07:49:36 -0500 (Mon, 03 Mar 2008)
New Revision: 3441
Modified:
trunk/geant2_java-rrd-ma/conf/service.properties.template-2
Log:
comments updated
Modified: trunk/geant2_java-rrd-ma/conf/service.properties.template-2
===================================================================
--- trunk/geant2_java-rrd-ma/conf/service.properties.template-2 2008-03-03
12:29:55 UTC (rev 3440)
+++ trunk/geant2_java-rrd-ma/conf/service.properties.template-2 2008-03-03
12:49:36 UTC (rev 3441)
@@ -10,19 +10,19 @@
# Group=Internals
-# Description=The name of service type which is used to select correct
message handler implementation
+# Description=The type of service used to select the correct message handler
implementation.
service.r.type=ma
# Group=Internals
-# Description=The name of java class file which implements ServiceEngine
interface
+# Description=The java class file which implements the ServiceEngine
interface.
service.ma.class_name=org.perfsonar.service.measurementArchive.rrdType.RRDTypeMAServiceEngine
# Group=Internals
-# Description=The names of acceptable request message types
+# Description=A CSV of request message types supported by the service.
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
+# Description=The java class file which implements the base chaining of
requests.
service.ma.base_chaining_mergers=org.perfsonar.service.measurementArchive.rrdType.NMWGInterfaceBaseChaining
@@ -32,33 +32,31 @@
# 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.
+# Description=Determines whether the xmld db (eXsit) is used as a storage
for the metadata configuration file (on) 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.
+# Description=The type of connection to the eXist DB (xmlrpc or http). The
http type is not recommended when transfers of many data are expected.
component.ma.xmldb.db_access=xmlrpc
# Group=eXist
-# Description=URI address of the collection in xml db eXist that contains
the metadata confiuration file
+# Description=URI address of the collection in the eXist DB that contains
the metadata configuration file.
component.ma.xmldb.db_uri=xmldb:exist://localhost:8080/exist/xmlrpc/db/rrdmaconfig
# Group=eXist
-# Description=User name of xml db eXist
+# Description=The username for the eXist DB.
component.ma.xmldb.db_username=rrdmaservice
# Group=eXist
-# Description=User's password
+# Description=The user password for the eXist DB.
component.ma.xmldb.db_password=rrdmaservice
# Group=eXist
-# Description=Adminitrator's password of xml db eXist
+# Description=The administrator password for the eXist DB.
component.ma.xmldb.db_adminpassword=
# Group=eXist
-# Description=Indicates how xml db eXist is installed (webapp or stand-alone)
+# Description=Determines how the eXist DB is installed (webapp or
stand-alone).
component.ma.xmldb.type=webapp
@@ -68,39 +66,43 @@
# Group=LS
-# Description=Indicates the service type
+# Description=The service type.
service.r.service_type=ma
# Group=LS
-# Description=URL address of LS service
+# Description=The URL address of the LS service.
service.r.ls_url=http://somewhere
# Group=LS
-# Description=URL address of the service being configured by this
configuration file
+# Description=The URL address of the service configured by this
configuration file.
service.r.access_point=http://somewhere
# Group=LS
-# Description=Organization name owning the service
+# Description=The name of the organisation who who is deploying the service.
service.r.organization_name=X
# Group=LS
-# Description=Service name (can contain descriptive multiple words)
+# Description=The name of the service (can contain multiple words).
service.r.service_name=pS java rrd ma
# Group=LS
-# Description=Version number of the service
+# Description=The version number of the service.
service.r.service_version=3.0
# Group=LS
-# Description=E-mail address of a person who manages the service
+# Description=The email address of the person who manages the service.
service.r.contact_email=user@domain
# Group=LS
-# Description=The time (miliseconds) between register requests to the LS
service
+# Description=The description of the service.
+service.r.service_description=perfSONAR service
+
+# 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)
+# Description=The name of the scheduler component (the implementation of
this component must also be declared in the components.properties file).
component.registrator.scheduler_component=ma_scheduler
# Group=LS
@@ -114,21 +116,21 @@
# Group=Store
-# Description=Indicates whether the functionality of storing new data sent
to the service is switch on or off
+# Description=Determines whether new data sent to the service is stored (on)
or not (off).
service.ma.xmldb.db_store=off
# Group=Store
-# Description=RRDTool parameter used while creating new rrd files
+# Description=RRDTool parameter used while creating new rrd files (see
RRDTool documentation for details).
service.ma.rrd.rrd_storage_manager_rrd_DS_type_default=COUNTER:1800:0:10000000000000
# Group=Store
-# Description=RRDTool parameter used while creating new rrd files
+# Description=RRDTool parameter used while creating new rrd files (see
RRDTool documentation for details).
service.ma.rrd.rrd_storage_manager_rrd_step_default=300
# Group=Store
-# Description=RRDTool parameter used while creating new rrd files
+# Description=RRDTool parameter used while creating new rrd files (see
RRDTool documentation for details).
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
+# Description=The directory where new rrd files are stored.
service.ma.rrd.xmldb.db_store.data_dir=/home/perfsonar
- perfsonar: r3441 - trunk/geant2_java-rrd-ma/conf, svnlog, 03/03/2008
Archive powered by MHonArc 2.6.16.