Incident Management integration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Incident Management integration

Post by gm_rajkumar »

Is it possible to integrate the Incident management tools like www.service-now.com/ (ITSM tool), JIRA, Oracle CRM, BMC Remedy and etc in nagiosxi. Whenever alerts triggers it has to create as incident and send it to respective team.

Regards,
Rajkumar
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Incident Management integration

Post by mguthrie »

This can be done by defining a global event handler in Nagios XI:
http://library.nagios.com/library/produ ... t-handlers

or an Event Handler that is specific to a host or service:
http://nagios.sourceforge.net/docs/3_0/ ... dlers.html
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Incident Management integration

Post by gm_rajkumar »

Is it possible to integrate with any 3rd party tool? would you recommend any product...please let me know.

Thanks,
Raj.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Incident Management integration

Post by mguthrie »

Yes, if the 3rd party tool has an API for submitting incidents. However, you'll need to refer to that 3rd party's documentation on how to do that.
Locked