saz / puppet-rsyslog

Manage rsyslog through puppet
Apache License 2.0
50 stars 203 forks source link

Monitoring rsyslog via nagios checks #303

Open roshan8 opened 6 years ago

roshan8 commented 6 years ago

Hey,

Thanks for the awesome module :)

I was going through some nagios checks to monitor rsyslog, Because rsyslog may not be able to send logs due to firewall issue

and I found one Nagios check: https://github.com/jonschipp/nagios-plugins/blob/master/check_rsyslog.sh#L126

But it requires /var/log/impstats.log file, Is that possible to enable it using this module?

Thanks for any help!!