We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 as '{md5}e57cafb646523784776440b13cc23f4c' Jul 17 11:27:56 server0002 puppet-agent[19761]: (/Stage[main]/Rsyslog::Client/Rsyslog::Snippet[00_client]/File[/etc/rsyslog.d/00_client.conf]) Scheduling refresh of Class[Rsyslog::Service] Jul 17 11:27:56 server0002 puppet-agent[19761]: (Class[Rsyslog::Service]) Scheduling refresh of Service[rsyslog] Jul 17 11:27:56 server0002 ntpd[21062]: 0.0.0.0 c615 05 clock_sync Jul 17 11:27:56 server0002 kernel: Kernel logging (proc) stopped. Jul 17 11:27:56 server0002 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="1461" x-info="http://www.rsyslog.com"] exiting on signal 15.
This is my simple manifest:
class baseline::rhel_rsyslog { # Documentation: https://forge.puppet.com/saz/rsyslog class{'rsyslog::client': server => 'graylog-server.mycompany.com', port => '5140', remote_type => 'udp', remote_forward_format => 'RSYSLOG_SyslogProtocol23Format', } }
Regards,
Josef Prado
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
After enabling this plugin on my CentOS 6 servers, Rsyslog stopped working, as per the log bellow:
"/var/log/messages" content bellow:
This is my simple manifest:
Regards,
Josef Prado
The text was updated successfully, but these errors were encountered: