Skip to content

Script for Kapacitor for sending alerts to Microsoft Teams

License

Notifications You must be signed in to change notification settings

UpperM/kapacitor-msteams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Kapacitor - Microsoft Teams

Send alerts to Microsoft Teams!

product-screenshot

Table of Contents

About The Project

I made this small script because the integration of MS Teams is still waiting > influxdata/kapacitor#1965

Getting Started

Prerequisites

Installation

  1. Install cURL & jq
apt install jq curl
  1. Copy the script to /etc/kapacitor/scripts

  2. If needed, make it executable

chmod +x /etc/kapacitor/scripts/sendTeamsNotification.sh
  1. Modify the script and set your own webHook URL
webhook="https://outlook.office.com/webhook/XXXXXXXXXXXXXXXX/IncomingWebhook/XXXXXXXXXXXXXXXXXX"
  1. On Kapacitor, configure the exec function with the full path of the script eg
.exec('/etc/kapacitor/scripts/sendTeamsNotification.sh')
  1. Go !

Contact

UpperM - @uppperm

About

Script for Kapacitor for sending alerts to Microsoft Teams

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages