-
Problem report
-
Resolution: Won't fix
-
Major
-
None
-
Zabbix Server: zabbix_server (Zabbix) 5.2.3 Linux Server
-
Sprint 77 (Jun 2021), Sprint 78 (Jul 2021), Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 81 (Oct 2021)
-
1
Steps to reproduce:
- Try to follow the guide: Microsoft Teams monitoring and integration with Zabbix
- Based on [Use Microsoft 365 and custom connectors - Microsoft Teams | Microsoft Docs|https://docs.microsoft.com/en-us/microsoftteams/office-365-custom-connectors#add-a-connector-to-a-channel] we get a new webhook URL: https://companyname.webhook.office.com/webhookb2/5bf015e2-ce92-42a8-8e90-92552d6ef161@0c6aa5a3-6531-4e28-9c0b-33ba1a8aa1ff/IncomingWebhook/f7fb2308e5f14431ace5b7cd0e670e42/4563618c-b03b-4e80-b093-28bb4ff11de8
- On Zabbix Server add new Media Type Webhook with Paraemter teams_endpoint set to the URL
- If you try to test the new media type you get the following message in webinterface: Sending failed: Invalid MS Teams webhook URL: https://<MSTENTANT>.webhook.office.com/webhookb2/586d2828-cb58-48f6-954d-d5de26c29795@0c6aa5a3-6531-4e28-9c0b-33ba1a8aa1ff/IncomingWebhook/bb06d61118274b82bfe4d9<TenRandomDigits>/4563618c-b03b-4e80-b093-28bb4ff11de8
- Edited the file media_msteams.xml
Old | New |
---|---|
else if (!params.teams_endpoint.startsWith('https://outlook.office.com/webhook/')) {
throw 'Invalid MS Teams webhook URL: ' + params.teams_endpoint; |
else if (!params.teams_endpoint.startsWith('outlook.office.com/webhook/')) {
throw 'Invalid MS Teams webhook URL: ' + params.teams_endpoint; |
After editing is done, import the file again. But the problem is still unresolved,
Result:
Unable to send messages to Teams:
Sending failed: Invalid MS Teams webhook URL
Expected:
Send Messages to Teams
- is duplicated by
-
ZBX-18853 Invalid MS Teams webhook because of new URL synatx
- Closed