Teams Notification CheckMK

It looks like you configured thw webhook URL twice.

The notification plugin has a little bug as it uses the list of parameters for the URL:

url = context.get("PARAMETERS")

Make sure that the notification plugin only has one parameter.

1 Like