17 Jun 2019 07:07 PM - last edited on 14 Dec 2021 12:33 PM by MaciejNeumann
Hello Team
Earlier In Appmon, we were sending incident alerts to IBM NOI through SNMP. Same thing i have to do with Dynatrace Managed. I checked in integration part in Dynatrace some custom integration is there through webhook, but still i haven't get clear idea. Can someone guide me regarding that
Solved! Go to Solution.
17 Jun 2019 10:01 PM
I’m checking it fast but here you have sample payload for netcool:
This payload sends event to tool.
You have to configure custom webhook integration to send payload like this. You should authorize for rest protocol according to ibm documentation. Values in payload should be replaced with available variables (you have list near text field where you are pasting payload). Variables will be switched to real values during execution.
Sebastian
17 Jun 2019 10:14 PM
Best way to integrate to Netcool/OMNIbus is to use the messagebus probe on Netcool side and the problem notification webhook on Dynatrace side. The messagebus probe can listen on a port for http rest calls and parse incoming requests as json files. As each Netcool/OMNIbus implementation is different, you might need to tailor the rules file.
I can provide some sample rulesfile you can start with if necessary.