This tutorial will show you how to integrate Monika with Microsoft Teams using Incoming Webhook so that when there is a Monika incidents or recoveries alert, your team will be notified via existing Microsoft Teams channels. So, without further ado:
First things first, you need to have a team in Microsoft Teams. Download the Microsoft Teams app and create your user account. Then, follow the steps to create a new team. Now that we have our team ready, click the three dots on any channel in your team, and click Connectors.
Inside the connectors dialog, find the Incoming Webhook connector, click Add, and click Add again. Then, open the Connectors menu again, and find the Incoming Webhook again. This time, click Configure. Fill out your Incoming Webhook name, change the logo, and click Create. You should see that there is a new webhook link available for you to use with Monika.
Now that we have our Webhook URL, it’s time to create a configuration called monika.yml
:
notifications:- id: microsoft-teamstype: teamsdata:url: <REPLACE_THIS_TO_YOUR_INCOMING_WEBHOOK_URL>probes:- id: sample_loginname: Sample Loginrequests:- method: GETurl: https://github.comalerts:- query: response.time > 800message: Github response time is {{ response.time }} ms, expecting less than 800ms- query: response.status != 200message: Github status code is not 200. Please check the service status!alerts:- query: response.time > 10000message: Please check your internet connection
Let me explain a little bit about this configuration:
type
key to another value such as SMTP or WhatsApp. In the data
object, there is only one key called url
for your Webhook URLNow that we have our configuration ready, it’s time to run it with Monika. Go to the directory where you saved the Monika configuration, and run Monika straight away using monika -c monika.yml
Congratulations! Now that you have successfully integrated Monika with Microsoft Teams, you will be notified immediately through Microsoft Teams if your website is slow or down!
PT Artha Rajamas Mandiri (Hyperjump) is an open-source-first company providing engineering excellence service. We aim to build and commercialize open-source tools to help companies streamline, simplify, and secure the most important aspects of its modern DevOps practices.
Copyright © 2024 Hyperjump Tech. All Rights Reserved.