|
|
fffb44 |
From 9ee4d67c9c833e746ec8b2e5abff03a184eb6b4c Mon Sep 17 00:00:00 2001
|
|
|
fffb44 |
From: Tomas Heinrich <theinric@redhat.com>
|
|
|
fffb44 |
Date: Tue, 21 Jul 2015 17:50:22 +0200
|
|
|
fffb44 |
Subject: [PATCH] Clarify usage of the SysSock.Use option
|
|
|
fffb44 |
|
|
|
fffb44 |
---
|
|
|
fffb44 |
doc/imuxsock.html | 6 +++---
|
|
|
fffb44 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
fffb44 |
|
|
|
fffb44 |
diff --git a/doc/imuxsock.html b/doc/imuxsock.html
|
|
|
fffb44 |
index 123771f..c70f720 100644
|
|
|
fffb44 |
--- a/doc/imuxsock.html
|
|
|
fffb44 |
+++ b/doc/imuxsock.html
|
|
|
fffb44 |
@@ -71,8 +71,8 @@ is no reason to receive messages from ourselfs. This setting is vital
|
|
|
fffb44 |
when writing messages to the Linux journal. See omjournal
|
|
|
fffb44 |
module documentation for a more in-depth description.
|
|
|
fffb44 |
|
|
|
fffb44 |
-SysSock.Use (imuxsock) [on/off]
|
|
|
fffb44 |
-do NOT listen for the local log socket. This is most useful if you run multiple
|
|
|
fffb44 |
+SysSock.Use (imuxsock) [on/off]
|
|
|
fffb44 |
+Listen on the local log socket. This is most useful if you run multiple
|
|
|
fffb44 |
instances of rsyslogd where only one shall handle the system log socket.
|
|
|
fffb44 |
|
|
|
fffb44 |
SysSock.Name <name-of-socket>
|
|
|
fffb44 |
@@ -259,7 +259,7 @@ the default of "127.0.0.1" is used.
|
|
|
fffb44 |
$InputUnixListenSocketUseSysTimeStamp [on/off] equivalent to: UseSysTimeStamp .
|
|
|
fffb44 |
$SystemLogSocketIgnoreMsgTimestamp [on/off]
|
|
|
fffb44 |
equivalent to: SysSock.IgnoreTimestamp.
|
|
|
fffb44 |
-$OmitLocalLogging (imuxsock) [on/off] equivalent to: SysSock.Use
|
|
|
fffb44 |
+$OmitLocalLogging (imuxsock) [on/off] - The inverse of: SysSock.Use.
|
|
|
fffb44 |
$SystemLogSocketName <name-of-socket> equivalent to: SysSock.Name
|
|
|
fffb44 |
$SystemLogFlowControl [on/off] - equivalent to: SysSock.FlowControl.
|
|
|
fffb44 |
$SystemLogUsePIDFromSystem [on/off] - equivalent to: SysSock.UsePIDFromSystem.
|
|
|
fffb44 |
--
|
|
|
fffb44 |
1.9.3
|
|
|
fffb44 |
|