Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r859 - trunk/perfsonar-oppd-mp-bwctl/etc

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/SA2T3-OPPD] r859 - trunk/perfsonar-oppd-mp-bwctl/etc


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r859 - trunk/perfsonar-oppd-mp-bwctl/etc
  • Date: Mon, 10 Mar 2014 11:08:43 +0000 (GMT)

Author: dfn.calim
Date: 2014-03-10 11:08:43 +0000 (Mon, 10 Mar 2014)
New Revision: 859

Added:
trunk/perfsonar-oppd-mp-bwctl/etc/bwctl.conf
Log:
adding bwctl.conf to trunk/perfsonar-oppd-mp-bwctl

Copied: trunk/perfsonar-oppd-mp-bwctl/etc/bwctl.conf (from rev 825,
trunk/etc/oppd.d.example/bwctl.conf)
===================================================================
--- trunk/perfsonar-oppd-mp-bwctl/etc/bwctl.conf
(rev 0)
+++ trunk/perfsonar-oppd-mp-bwctl/etc/bwctl.conf 2014-03-10 11:08:43
UTC (rev 859)
@@ -0,0 +1,84 @@
+#
+# BWCTL MP example configuration
+#
+
+<service MP/BWCTL>
+
+ #
+ # Necessary parameters for module initialisation
+ #
+ module MP::BWCTL # Name of module to load
+ servicetype MP # Service type: MP or MA
+
+ #
+ # Module parameters
+ #
+ <module_param>
+
+ ##################################
+ #### BEGIN LS INFORMATION ####
+ #### This fields will be sent ####
+ #### to Lookup Service server ####
+ ##################################
+ <ls_param>
+ # Mandatory fields:
+ #ServiceName: can be freely chosen
+ ServiceName "BWCTL Measurement Point"
+
+ #Access point: the URL at which the service is available
+ # This is set by the service itself
+
+ #Service type in this case BWCTL_MP
+ ServiceType "BWCTL_MP"
+
+ # Organization/Domain set it to the used domain for example GEANT
+ Organization "GEANT"
+
+ #
+ # Optional fields:
+ #
+ # Service description: can be freely chosen
+ ServiceDescription "Measurement Point for doing on-demand BWCTL tests"
+
+ #Service version
+ # This is done by the service itself
+
+ # Contact email: can be freely chosen
+ ContactEmail
""
+
+ # keyword: describe service by keywords
+ keyword "project:mybwctl"
+
+ # Measurement metric(s). More than one element definition possible.
+ metric "bandwidth"
+
+ </ls_param>
+ ################################
+ #### END LS INFORMATION ####
+ ################################
+
+ # tool which tool is used from this service
+ tool "bwctl"
+
+ # Command to execute e.g. "/usr/bin/bwctl" or "/bin/bwctl".
+ # Omitting path searches $PATH.
+ command "bwctl"
+
+
+ # service
+ # This is to get different service setting
+ # For example eventtpye
+ service "bwctl"
+
+ #
+ # Store functionality
+ #
+ # store: Enable/disable store functionality
+ store off
+
+ # URL of a MA service to sent the results of measurements to
+ store_url "http://www.mySQL-MA:8090";
+
+ </module_param>
+
+</service MP/BWCTL>



  • [pS-dev] [GEANT/SA2/SA2T3-OPPD] r859 - trunk/perfsonar-oppd-mp-bwctl/etc, svn-noreply, 03/10/2014

Archive powered by MHonArc 2.6.16.

Top of Page