diff options
Diffstat (limited to 'doc/imjournal.html')
-rw-r--r-- | doc/imjournal.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/imjournal.html b/doc/imjournal.html index 1e82f7f1..fae0db26 100644 --- a/doc/imjournal.html +++ b/doc/imjournal.html @@ -63,6 +63,10 @@ with the journal database - information current as of June 2013). Specifies the maximum number of messages that can be emitted within the ratelimit.interval interval. For futher information, see description there. +<li><b>IgnorePreviousMessages</b> [<b>off</b>/on]<br> +This option specifies whether imjournal should ignore messages currently in +journal and read only new messages. This option is only used when there is +no StateFile to avoid message loss. </ul> <b>Caveats/Known Bugs:</b> @@ -91,14 +95,16 @@ action(type="omfile" file="/var/log/ceelog" template="CEETemplate") <p><b>Legacy Configuration Directives</b>:</p> <ul> -<li>$imjournalPersistStateInterval <Delimiter><br> +<li><b>$imjournalPersistStateInterval</b><br> Equivalent to: ratelimit.PersistStateInterval</li> -<li>$imjournalStateFile <Delimiter><br> +<li><b>$imjournalStateFile</b><br> Equivalent to: ratelimit.StateFile</li> -<li>$imjournalRatelimitInterval <Delimiter><br> +<li><b>$imjournalRatelimitInterval</b><br> Equivalent to: ratelimit.interval</li> -<li>$imjournalRatelimitBurst <Delimiter><br> +<li><b>$imjournalRatelimitBurst</b><br> Equivalent to: ratelimit.burst</li> +<li><strong>$ImjournalIgnorePreviousMessages</strong><br> +Equivalent to: ignorePreviousMessages</li> </ul> </body> |