Syslog Plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rot727
Posts: 1
Joined: Mon Jul 15, 2013 12:30 pm

Syslog Plugin

Post 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.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Syslog Plugin

Post 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.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: Syslog Plugin

Post 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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Syslog Plugin

Post by lmiltchev »

Thanks for sharing! We will definitely have something simpler built in XI by default. :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked