This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# MsTeams notification script for Munin | |
# Nirmal Nath (@nkn1111) | |
# | |
# We use the slack module to post the alerts to Msteams webhook endpoint | |
# To use: | |
# 1) Create a new incoming webhook for MsTeams | |
# 2) Edit the Webhook URL for the variable | |
# 3) Add the following to your munin configuration: |