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>”
}’
r.sander
(Robert Sander)
October 11, 2023, 7:24am
2
The screenshot shows a successful call to the Moogsoft API.
Can you describe your issue any further?
priya7793
(priya)
October 11, 2023, 12:49pm
3
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.
r.sander
(Robert Sander)
October 11, 2023, 1:13pm
4
The documentation shows you how to create a notification script:
system
(system)
Closed
October 10, 2024, 1:13pm
5
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.