Page 1 of 1

Syslog Plugin

Posted: Tue Aug 13, 2013 7:04 pm
by rot727
Is there a syslog plugin that I can install on my Nagios XI? Were trying to move a few devices that do syslog events to our other monitoring software. I can't find it when I go through the configuration wizard and was hoping Nagios XI can do it.

Re: Syslog Plugin

Posted: Wed Aug 14, 2013 10:05 am
by sreinhardt
There are some plugins on exchange.nagios.com, however this functionality is not built into XI by default. We are exploring options for syslogging though.

Re: Syslog Plugin

Posted: Thu Aug 15, 2013 9:20 am
by arnab.roy
I can suggest how we have implemented and it works really well, what we have done is used syslong-ng on a separate server(for obvious performance reasons) and created filters within syslog-ng to pipe the outputs of various devices into various files. These files are then monitored by swatch(you will need to run it as a daemon) and based on what we want to alert the moment we pickup an event in the log it then triggers a NSCA trap with all the details of the event and nagios alerts.

Hope that helps. If nagios could have something more simpler in built that would be good.

Re: Syslog Plugin

Posted: Thu Aug 15, 2013 9:26 am
by lmiltchev
Thanks for sharing! We will definitely have something simpler built in XI by default. :)