puppet-rsyslog
puppet-rsyslog copied to clipboard
Manage rsyslog through puppet
Something akin to saz/puppet-sudo's [purge_ignore](https://github.com/saz/puppet-sudo#sudo-class-parameters) parameter. It's extraordinarily helpful in cases where some rpms, orchestration tools (ansible), or that-operator like to drop off conf files in rsyslog.d to tweak behavior....
The `ActionResumeRetryCount` configuration option is currently hard-coded to `-1`. Please make it a class parameter so that it can be set. This value controls how rsyslog retains items in the...
Fixes #292
On my CentOS 6 and 7 systems, everything that gets logged to `/var/log/secure` also appears in `/var/log/messages` which clutters up the log. I believe https://github.com/saz/puppet-rsyslog/blob/master/templates/client/local.conf.erb#L9 should have an explicit STOP...
According to puppet docs, to test for undef in erb template, you should use nil (https://puppet.com/docs/puppet/4.10/lang_template_erb.html#scopevariable-or-scopelookupvarvariable) See also this bug https://tickets.puppetlabs.com/browse/PUP-1467 which basically says with puppet 4 you should be...
Hi, I have found that following parameters are causing a troubles with rsyslog-5.8.10-10.el6_6.x86_64 : $imjournalRatelimitInterval $imjournalRatelimitBurst Those parameters are specified inside of templates/rsyslog.conf.erb: $imjournalRatelimitInterval $imjournalRatelimitBurst This module should protect user...
I think this directive should be on top, here is a snippet from the documentation: $MaxMessageSize , default 8k - allows to specify maximum supported message size (both for sending...
By default the emergency messages are sent to all logged in users on the machine. rsyslog as a parameter to restrict these message to a list of user. This new...
Hi, After enabling this plugin on my CentOS 6 servers, Rsyslog stopped working, as per the log bellow: "/var/log/messages" content bellow: ``` Jul 17 11:27:56 server0002 puppet-agent[19761]: (/Stage[main]/Rsyslog::Client/Rsyslog::Snippet[00_client]/File[/etc/rsyslog.d/00_client.conf]/ensure) defined content...
Hi dear, I use this module for server rsyslog. This create file in "server_dir => '/srv/log/'," with mode '0600'. Where change permission for '0644' ? Need the change file, for...