summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRalf Heiringhoff <ralf.heiringhoff@1und1.de>2012-08-28 12:42:06 +0200
committerRalf Heiringhoff <ralf.heiringhoff@1und1.de>2012-08-28 12:42:06 +0200
commitedefd51cfb68192f0a75024c6763b946fefc60f9 (patch)
tree9927adb0637ef87ac01e114a0acf2904568900ef /README.md
parent3721e846ceb56199587fde51ed689cc9ecd2ae82 (diff)
Added one logfile per remote host
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 077735c..c109159 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ Manage rsyslog client and server via Puppet
class { 'rsyslog::server':
enable_tcp => true,
enable_udp => true,
+ enable_onefile => false,
server_dir => '/srv/log/',
custom_config => undef,
high_precision_timestamps => false,
@@ -59,6 +60,7 @@ The following lists all the class parameters this module accepts.
--------------------------------------------------------------
enable_tcp true,false Enable TCP listener. Defaults to true.
enable_udp true,false Enable UDP listener. Defaults to true.
+ enable_onefile true,false Only one logfile per remote host. Defaults to false.
server_dir STRING Folder where logs will be stored on the server. Defaults to '/srv/log/'
custom_config STRING Specify your own template to use for server config. Defaults to undef. Example usage: custom_config => 'rsyslog/my_config.erb'
high_precision_timestamps true,false Whether or not to use high precision timestamps.