Checkmk / checkmk-docs

Checkmk user manual
https://docs.checkmk.com
28 stars 122 forks source link

How to integrate checkmk with Moogsoft AIOps with script #62

Closed mickey2501 closed 11 months ago

mickey2501 commented 11 months ago

Hi,

Idea here is to whatever the events are generated in checkMK it should forward those event notifications from CheckMK to Moogsoft AIOps webhook api which will then take care of creating the incidents in ServiceNow. I know this will be done via custom script but I am not aware of that script.

Can someone suggest how this can be implemented? Is there a prewritten custom script from CheckMK to forward the event notifications? I will be glad if someone have that script or can prepare it for me?

mschlenker commented 11 months ago

There are several possibilities. First is using a custom notification script to forward events that trigger notifications to a script that calls the Moogsoft API:

https://docs.checkmk.com/latest/en/notifications.html?lquery=notifi#scripts

A second, more flexible way that also involves more work is directly working on the Livestatus interface:

https://docs.checkmk.com/latest/en/livestatus.html?lquery=livestat

mschlenker commented 11 months ago

I am closing here since this belongs to the forum. CU there!