summaryrefslogtreecommitdiff
path: root/templates/client.conf.erb
AgeCommit message (Collapse)Author
2014-07-14* Fix error in template if rsyslog_version fact is not presentTrey Dockendorf
2014-07-10Use fact for rsyslog version instead of paramYasser Nabi
With the introduction of the rsyslog_version fact, it seems more consistent to use that to determine what version of the config to use. The fact has also been updated to support FreeBSD (although not well tested)
2014-07-10Add parameter 'v8plus' for rsyslog version 8+Yasser Nabi
There has been some significant config changes in versions 8+ of Rsyslog, one of which is causing deprecated warnings with the Puppet module. This commit adds are class boolean parameter 'v8plus' to signify if the version of Rsyslog is version 8 or greater. Also, the deprecation warning is fixed (correct syntax is used).
2014-07-10add parameter for setting the remote forward format, fixes #46Steffen Zieger
2014-04-04PreserveFQDN as first directive in rsyslog.confMaciej Strzelecki
2014-03-11Remove some generic logging configuration from inside the local logging ↵Aaron Hicks
block to expose them when setting up remote logging.
2014-03-11Define log templates with $templateAaron Hicks
Remove and update 'file managed by puppet' comment
2014-02-07configuring mulitple remote servers from the remote_servers parameter using ↵Aaron Hicks
a hash.
2014-02-07new parameter rsyslog::client parameter, actionfiletemplate, which sets the ↵Aaron Hicks
default logging format for remote and local logging.
2014-02-04Preserve FQDN parameterAaron Hicks
2013-12-03SSL supportMathieu Bornoz
2013-04-29rsyslog: make all module params configurableMathieu Bornoz
+ support false for *_package_name variables. This is useful if relp support is not necessary as it happens that no packages exist for RedHat < 6. All these changes should be fully backward compatible.
2012-09-24merged changes with upstream:saz/puppet-rsyslogRalf Heiringhoff
2012-09-24Merge branch 'saz' into Add_Disk_Spool_Size_Queueing_ParamsRalf Heiringhoff
2012-09-05doh!, typo fix #2Ralf Heiringhoff
2012-09-04corrected typoRalf Heiringhoff
2012-09-04Add Disk Spool Size Queueing ParamsRalf Heiringhoff
2012-08-28added Red Hat, CentOS, Fedora support; File/Dir permissions now in params.ppRalf Heiringhoff
2012-07-01add port option to rsyslog::clientAnton Lindström
This commit adds port option for the rsyslog::client class for servers not running on 514.
2012-05-11set log template for remote logging explicitlySteffen Zieger
2011-12-04remove loading of omtcp/omudp as those modules do not existSaz
2011-12-04Use TCP instead of RELP, as InputRELPServerBindRuleset requires version ↵Saz
6.3.6+, disable remote logging completely, switch between TCP and UDP logging
2011-12-03use ForwardFormat for remote logging, switch back to TraditionalFileFormat ↵Saz
on local logging
2011-12-03add configuration for local logging, use variable lookup where possibleSaz
2011-07-25initial importSaz