Splunk Nagios Integration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Ayush Jain
Posts: 28
Joined: Sat Mar 05, 2016 6:38 pm

Splunk Nagios Integration

Post by Ayush Jain »

Hi Team,

Can you please help me to integrate Nagios with splunk tool. Is there any way or plugin through which can get the scheduled report data from splunk and generate alert on nagios ?

Thanks,
Ayush Jain
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Splunk Nagios Integration

Post by mcapra »

Are you parsing the Splunk reports for specific information, or trying to answer the general question of "can a report be generated"?

There is a slightly dated check_splunk plugin here:
https://github.com/HurricaneLabs/check_splunk

But it's mostly performance related metrics. If you wanted to monitor the execution/results of a saved search, you'd probably have to write some plugin to leverage their REST API and parse the returned XML.
Former Nagios employee
https://www.mcapra.com/
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Splunk Nagios Integration

Post by dwhitfield »

It doesn't look like there is much in the exchange: https://exchange.nagios.org/index.php?o ... ord=splunk

Not everything is on the exchange though. As @mcapra suggested, you might check github.
Locked