You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by rm...@apache.org on 2013/11/07 13:35:30 UTC

svn commit: r1539616 - /incubator/sirona/trunk/src/site/markdown/configuration.md

Author: rmannibucau
Date: Thu Nov  7 12:35:29 2013
New Revision: 1539616

URL: http://svn.apache.org/r1539616
Log:
adding some collector config in doc

Modified:
    incubator/sirona/trunk/src/site/markdown/configuration.md

Modified: incubator/sirona/trunk/src/site/markdown/configuration.md
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/src/site/markdown/configuration.md?rev=1539616&r1=1539615&r2=1539616&view=diff
==============================================================================
--- incubator/sirona/trunk/src/site/markdown/configuration.md (original)
+++ incubator/sirona/trunk/src/site/markdown/configuration.md Thu Nov  7 12:35:29 2013
@@ -88,3 +88,10 @@ or to call manually `Configuration.shutd
 # Pull
 
 * org.apache.sirona.agent.pull.mapping: the servlet mapping, default to `/sirona/pull`
+
+# Collector
+
+* `org.apache.sirona.collector.collection.period`: the timer period (in ms) when used in pull mode
+* `org.apache.sirona.collector.collection.agent-urls`: comma separated value of agent urls when auto registering is not used by agents
+* `org.apache.sirona.collector.server.api.SecurityProvider`: the basic information provider requests on agents
+* `org.apache.sirona.collector.server.api.SSLSocketFactoryProvider`: the ssl socket factory provider when contacting agents over ssl
\ No newline at end of file