diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-27 15:40:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-27 15:40:19 +0200 |
commit | 3ef61a981752e0b74168f683ce2633ab0610e1ac (patch) | |
tree | 450a853af8f65b49c289e2acc3d82b2c3829eef2 /doc/queue_parameters.html | |
parent | 7d0075f01451f046ca04623d09a328e52bc28d11 (diff) | |
download | rsyslog-3ef61a981752e0b74168f683ce2633ab0610e1ac.tar.gz rsyslog-3ef61a981752e0b74168f683ce2633ab0610e1ac.tar.bz2 rsyslog-3ef61a981752e0b74168f683ce2633ab0610e1ac.zip |
doc: better document & hyperlink action queue parameters
Diffstat (limited to 'doc/queue_parameters.html')
-rw-r--r-- | doc/queue_parameters.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/queue_parameters.html b/doc/queue_parameters.html index 83eae5d3..f2af7598 100644 --- a/doc/queue_parameters.html +++ b/doc/queue_parameters.html @@ -4,6 +4,13 @@ <body> <a href="rsyslog_conf_global.html">back</a> <p><h2>General Queue Parameters</h2></p> +<p>Queue parameters can be used together with the following statements: +<ul> +<li><a href="rsyslog_conf_actions.html">action()</a> +<li>ruleset()</a> +<li>main_queue()</a> +</ul> +<p> Queues need to be configured in the action or ruleset it should affect. If nothing is configured, default values will be used. Thus, the default ruleset has only the default main queue. Specific Action queues are not set up by default.</p> |