Skip to content
New issue

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

Kernel logging (proc) stopped after using this plugin on CentOS 6.9 #282

Open
josefprado opened this issue Jul 31, 2017 · 0 comments
Open

Comments

@josefprado
Copy link

josefprado commented Jul 31, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant