This is an modified version of https://github.com/seffparker/icinga2-rich-slack-notification made compatible with Microsoft Teams' Webhook JSON payload.
- Colored Notifications for states like OK, Warning, Critical etc.
- Includes raw plugin outputs.
- Shows alert state-duration in human readable format.
- Shows comment with owner for Acknowledgement and Custom notifications.
- Can send notifications to multiple Teams endpoints
- The default re-notification interval can be changed.
- The re-notification interval can be customized per host or service.
- When the notification for a host is enabled, it will be inherited to all of its services checks, unless disabled for the specific service(s).
- Copy the two
teams-notification-*
confs to/etc/icinga2/conf.d/
directory - Modify the
vars.teams_notifications_icinga2_base_url
inteams-notifications-configuration.conf
with your IcingaWeb2 Base URL. This is to jump to Alert Dashboard right from Teams channel. - Configure the existing host or service configuration like the provided one in
sample.conf
- Get the
webhook_url
of the Teams Channel and add in to theobject User
section of required notification user(s). Read more here - Validate the Icinga2 configuration and restart the service.
- The notification color can be changed in the array variable
vars.teams_notifications_color
using HEX notation. - Notifications for Scheduled DOWNTIME alerts are disabled by default. It can be enabled in the variable
types