Integration with SAP Solman Service Desk

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Integration with SAP Solman Service Desk

Post by vinish098 »

Hi,

We want to integrate the Nagios XI with SAP Solman Service Desk.

Whenever a service/host state change occurs from OK to Warning/Critical, A incident should be created in SAP Solman automatically.

Please let me know the possibility.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Integration with SAP Solman Service Desk

Post by cdienger »

I don't believe we have anything for that specific service desk solution but this can be doable with an event handler:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

You can also take a look at some event handler examples(including ones for service desk solutions) at:

https://exchange.nagios.org/directory/A ... t-Handlers
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Integration with SAP Solman Service Desk

Post by tacolover101 »

does your solution have an API that allows you to open an incident?

if so, it's just setting your thresholds in nagios, as well as the notification flags - then setting the notification command to pass data to your REST end point.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Integration with SAP Solman Service Desk

Post by cdienger »

+1 to @tacolover101's comment. As long as the solution has an API to open a ticket, this should be doable.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked