|
From: <jsa...@us...> - 2008-05-30 17:50:45
|
Revision: 1249
http://como.svn.sourceforge.net/como/?rev=1249&view=rev
Author: jsanjuas
Date: 2008-05-30 10:50:39 -0700 (Fri, 30 May 2008)
Log Message:
-----------
explanation of new features added to template cfg file
Modified Paths:
--------------
src/branches/2.0/como.conf.cmake
Modified: src/branches/2.0/como.conf.cmake
===================================================================
--- src/branches/2.0/como.conf.cmake 2008-05-29 22:34:45 UTC (rev 1248)
+++ src/branches/2.0/como.conf.cmake 2008-05-30 17:50:39 UTC (rev 1249)
@@ -6,6 +6,9 @@
# /* and */ as delimiters.
# Long lines can be split with a \ at the end of the line.
+# Configuration files can be nested:
+#import "filename.conf"
+
# Directory where the output data of all modules reside.
# Default: @DEFAULT_DBDIR@
@@ -139,7 +142,7 @@
# memsize 1024 # private memory in bytes (default: 0)
# streamsize 10GB # stream size on disk (default: 256MB)
# args "name" = "value"# arguments to be passed to the module.
-# args-file "path/to/file" # specify a file from where to read arguments.
+# args "name" <- "file"# load the argument from a file.
# running "on-demand" # specify running mode (default: normal)
# shed-method "pkt" # specify the load shedding method
# # (default: pkt, options: pkt/flow)
@@ -252,7 +255,7 @@
end
#module "pattern_search"
-# args "pattern" = "GET /"
+# args "pattern" <- "/path/to/file/pattern.txt"
#end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|