Page 1 of 1

Splunk Nagios Integration

Posted: Thu Jun 22, 2017 9:51 am
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

Re: Splunk Nagios Integration

Posted: Thu Jun 22, 2017 10:00 am
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.

Re: Splunk Nagios Integration

Posted: Thu Jun 22, 2017 10:01 am
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.