From 13a9aedb6a927963c75709d4a07391315b48c36b Mon Sep 17 00:00:00 2001 From: Saz Date: Mon, 25 Jul 2011 14:43:14 +0200 Subject: initial import --- files/rsyslog.conf | 38 ++++++++++++++++++++++++++++++++++++++ files/rsyslog_default | 3 +++ 2 files changed, 41 insertions(+) create mode 100644 files/rsyslog.conf create mode 100644 files/rsyslog_default (limited to 'files') diff --git a/files/rsyslog.conf b/files/rsyslog.conf new file mode 100644 index 0000000..2a0b212 --- /dev/null +++ b/files/rsyslog.conf @@ -0,0 +1,38 @@ +# file is managed by puppet + +################# +#### MODULES #### +################# + +$ModLoad imuxsock # provides support for local system logging +$ModLoad imklog # provides kernel logging support (previously done by rklogd) +#$ModLoad immark # provides --MARK-- message capability + + +########################### +#### GLOBAL DIRECTIVES #### +########################### + +# +# Use traditional timestamp format. +# To enable high precision timestamps, comment out the following line. +# +$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat + +# +# Set the default permissions for all log files. +# +$FileOwner root +$FileGroup adm +$FileCreateMode 0640 +$DirCreateMode 0755 + +# +# Include all config files in /etc/rsyslog.d/ +# +$IncludeConfig /etc/rsyslog.d/*.conf + +# +# Emergencies are sent to everybody logged in. +# +*.emerg * diff --git a/files/rsyslog_default b/files/rsyslog_default new file mode 100644 index 0000000..cba14e8 --- /dev/null +++ b/files/rsyslog_default @@ -0,0 +1,3 @@ +# File is managed by puppet + +RSYSLOGD_OPTIONS="-c4" -- cgit v1.2.3