Skip to content

Instantly share code, notes, and snippets.

#!/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:
@anarchivist
anarchivist / slack_munin.sh
Last active June 17, 2024 13:39
Slack notification script for Munin
#!/bin/bash
# Slack notification script for Munin
# Mark Matienzo (@anarchivist)
#
# To use:
# 1) Create a new incoming webhook for Slack
# 2) Edit the configuration variables that start with "SLACK_" below
# 3) Add the following to your munin configuration:
#