From 5da6f68934c3b5ce5e74d252b953265eee62802a Mon Sep 17 00:00:00 2001 From: Saz Date: Mon, 5 Dec 2011 00:18:57 +0100 Subject: README updates I've missed in the last versions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5228dcf..326e68f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Manage rsyslog client and server via Puppet #### Variables and default values ``` class { 'rsyslog::client': + log_remote => true, + remote_type => 'tcp', log_local => false, log_auth_local => false, custom_config => undef, @@ -41,4 +43,6 @@ Both can be installed at the same time. ### Other notes -* rsyslog::client is logging through relp +Due to a missing feature in current RELP versions (InputRELPServerBindRuleset option), +remote logging is using TCP. You can switch between TCP and UDP. As soon as there is +a new RELP version which supports setting Rulesets, I will add support for relp back. -- cgit v1.2.3