If you are using CheckMK and Microsoft Teams, this plugin can be used to send notifications to a teams webhook.
The plugin utilizes params in UI to set the webhook url.
Note: The plugin has been updated to support CheckMK 2.x on python3. CheckMK 1.x is no longer supported.
- Install teams.py as
/omd/sites/{your_site}/local/share/check_mk/notifications/teams
- Ensure plugin is executable (
chmod +x teams
) - Setup notification. method = 'Microsoft Teams', param = webhook url
CheckMK Team -- this is a modified version of their slack webhook plugin. RileyMichael -- this plugin is based on his work https://github.com/RileyMichael.