Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-14 | Allow option to avoid loading imfile module twice. | James Edwards | |
This throws a warning with version 8 of rsyslog. The best way to use imfile is to define the module list in extra_modules. However, if you still try to create an imfile without adding that it will still work the old way (adding modload imfile to the begining of the imfile). | |||
2014-08-14 | add max_message_size parameter | Steffen Zieger | |
2014-07-14 | * Fix error in template if rsyslog_version fact is not present | Trey Dockendorf | |
2014-07-10 | Use fact for rsyslog version instead of param | Yasser 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-10 | Add 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-10 | add parameter for setting the remote forward format, fixes #46 | Steffen Zieger | |
2014-06-11 | fix modules variable scope in rsyslog.conf template, refs #78 and #74 | Steffen Zieger | |
2014-05-21 | imfile: Add the persist_state_interval option | Chris Trotman | |
2014-04-29 | Merge pull request #76 from mstrzele/master | Steffen Zieger | |
preserve_fqdn moved to rsyslog class | |||
2014-04-28 | preserve_fqdn in rsyslog namespace | Maciej Strzelecki | |
2014-04-23 | Merge pull request #64 from janorn/master | Steffen Zieger | |
Added logrotation based on date. | |||
2014-04-04 | PreserveFQDN as first directive in rsyslog.conf | Maciej Strzelecki | |
2014-04-01 | Added logrotation based on date. | Jan Örnstedt | |
2014-03-11 | Remove some generic logging configuration from inside the local logging ↵ | Aaron Hicks | |
block to expose them when setting up remote logging. | |||
2014-03-11 | Define log templates with $template | Aaron Hicks | |
Remove and update 'file managed by puppet' comment | |||
2014-02-07 | configuring mulitple remote servers from the remote_servers parameter using ↵ | Aaron Hicks | |
a hash. | |||
2014-02-07 | new parameter rsyslog::client parameter, actionfiletemplate, which sets the ↵ | Aaron Hicks | |
default logging format for remote and local logging. | |||
2014-02-05 | Merge pull request #54 from raphink/dev/revert_run_user | Steffen Zieger | |
Revert run_user change | |||
2014-02-05 | Revert "fix run_user and run_group" | Raphaël Pinson | |
This reverts commit 4efaf7576dafb701a67052b41b7fa87935dd6db5. | |||
2014-02-04 | Preserve FQDN parameter | Aaron Hicks | |
2014-01-30 | use @ global variable in erb | Max Griffiths | |
2014-01-28 | Need to specificly define high precision time format incase of using both ↵ | Jan Örnstedt | |
client and server config on same rsyslog instance. | |||
2014-01-24 | fix run_user and run_group | Steffen Zieger | |
2014-01-21 | Made modules in rsyslog.conf configurable via parameter $modules. | Jan Örnstedt | |
2013-12-03 | SSL support | Mathieu Bornoz | |
2013-10-28 | Make rsyslog server port configurable | Christian Kaenzig | |
2013-10-05 | fix variables in templates | Steffen Zieger | |
2013-04-29 | Create log directories with same ownership as files | Mathieu Bornoz | |
2013-04-29 | rsyslog: make all module params configurable | Mathieu 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. | |||
2013-04-07 | Merge pull request #24 from johanek/development | Steffen Zieger | |
Allow server to split logs by hostname | |||
2013-03-23 | Rename $InputFilePollingInterval to $InputFilePollInterval | Johan van den Dorpe | |
2013-03-11 | Add server-hostname template and tests | Johan van den Dorpe | |
2013-03-11 | Rename server.conf.erb to server-default.conf.erb and create _default ↵ | Johan van den Dorpe | |
partial templates Split out server template into two parts: server/_default-{header,footer}.conf.erb which hold unchaning values server-default.conf.erb which contains commonly modified values, and imports _default.conf.erb | |||
2012-10-23 | Merge pull request #10 from frosty-geek/Add_Disk_Spool_Size_Queueing_Params | Steffen Zieger | |
Add disk spool size queueing params | |||
2012-10-22 | Added MySQL and PostgreSQL backends. Databases need to be deployed separately. | Ben Webber | |
2012-09-24 | merged changes with upstream:saz/puppet-rsyslog | Ralf Heiringhoff | |
2012-09-24 | Merge branch 'saz' into Add_Disk_Spool_Size_Queueing_Params | Ralf Heiringhoff | |
2012-09-08 | Merge pull request #9 from frosty-geek/Add_One_File_Per_Host | Steffen Zieger | |
Added one logfile per remote host | |||
2012-09-05 | doh!, typo fix #2 | Ralf Heiringhoff | |
2012-09-04 | corrected typo | Ralf Heiringhoff | |
2012-09-04 | Add Disk Spool Size Queueing Params | Ralf Heiringhoff | |
2012-08-28 | Merge branch 'Add_One_File_Per_Host' | Ralf Heiringhoff | |
2012-08-28 | Added one logfile per remote host | Ralf Heiringhoff | |
2012-08-28 | added Red Hat, CentOS, Fedora support; File/Dir permissions now in params.pp | Ralf Heiringhoff | |
2012-07-01 | add port option to rsyslog::client | Anton Lindström | |
This commit adds port option for the rsyslog::client class for servers not running on 514. | |||
2012-05-11 | set log template for remote logging explicitly | Steffen Zieger | |
2012-03-12 | add definition for imfile configuration | Steffen Zieger | |
2011-12-04 | remove loading of omtcp/omudp as those modules do not exist | Saz | |
2011-12-04 | Use different ruleset for remote logging via TCP and UDP (RELP requires ↵ | Saz | |
version 6.3.6+ of rsyslog) | |||
2011-12-04 | Use TCP instead of RELP, as InputRELPServerBindRuleset requires version ↵ | Saz | |
6.3.6+, disable remote logging completely, switch between TCP and UDP logging |