10bcce5e47
- changed name of created file in logrotate.d to non-generic one resolves: rhbz1269244 - added symlink to syslog.service resolves: rhbz1343132 - added documentation for recover_qi resolves: rhbz1286707 - changed default .conf added imuxsock, seqfault is not present anymore https://github.com/rsyslog/rsyslog/pull/1289
28 lines
947 B
Diff
28 lines
947 B
Diff
From ff07a7cfc171dc2151cc8afe44776525d34a9e01 Mon Sep 17 00:00:00 2001
|
|
From: jvymazal <jvymazal@redhat.com>
|
|
Date: Tue, 3 Jan 2017 10:24:26 +0100
|
|
Subject: [PATCH] Update queues.rst
|
|
|
|
Update queues.rst
|
|
---
|
|
source/concepts/queues.rst | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/source/concepts/queues.rst b/source/concepts/queues.rst
|
|
index eb394e8..c71413c 100644
|
|
--- a/source/concepts/queues.rst
|
|
+++ b/source/concepts/queues.rst
|
|
@@ -153,6 +153,12 @@ can be requested via "*<object>QueueSyncQueueFiles on/off* with the
|
|
default being off. Activating this option has a performance penalty, so
|
|
it should not be turned on without reason.
|
|
|
|
+If you happen to lose or otherwise need the housekeeping structures and
|
|
+have all yours queue chunks you can use perl script included in rsyslog
|
|
+package to generate it.
|
|
+Usage: recover_qi.pl -w *$WorkDirectory* -f QueueFileName -d 8 > QueueFileName.qi
|
|
+
|
|
+
|
|
In-Memory Queues
|
|
~~~~~~~~~~~~~~~~
|
|
|