Notifications to Moogsoft

Hello,

We are trying to trigger Notificaations to Moogsoft with curl command but we are unable to do it. Please help us how to proceed further.

curl -k -X POST "https://10.132.106.33/integrations/api/v1/events/check_mk"
-H “Authorization: Basic Z3JhemU6Z3JhemU=”
-H “Content-Type: application/json”
-d ‘{
#checkmk_event =
“source”: “$hostname”,
“source_id”: “<ip_address>”,
“external_id”: “”,
“agent_location”: “”,
“severity”: “”,
“type”: “<device_type>”,
“manager”: “checkmk”,
“class”: “”,
“description”: “”,
“agent_time”: “<agent_time>”
}’

The screenshot shows a successful call to the Moogsoft API.
Can you describe your issue any further?

Hi Sander,

Yeah we are getting static data which we tested, but we are not able to get the Checkmk actual events in Moogsoft.Please help us with that.

The documentation shows you how to create a notification script:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.