summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaz <me@saz.sh>2011-12-05 00:18:57 +0100
committerSaz <me@saz.sh>2011-12-05 00:18:57 +0100
commit5da6f68934c3b5ce5e74d252b953265eee62802a (patch)
tree58399c7af4105f0b740eb31b9be86d2f53de9aa1 /README.md
parent948dfa39f582ed9c41c57265a3688f59d150fb3e (diff)
README updates I've missed in the last versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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.