A Komodo Alerter client for Microsoft Teams Incoming Webhooks
Usage#
- Create an Incoming Webhook in your Microsoft Teams channel
- Copy the webhook URL
- Set the
TEAMS_WEBHOOKenvironment variable to the webhook URL
Building#
Run from the repository top-level folder:
docker build -t komodo-teams-alerter -f notifiers/teams/Dockerfile .
Environment Variables#
TEAMS_WEBHOOK(required): The Microsoft Teams incoming webhook URLLEVEL_IN_TITLE(optional): Include alert level in title (default: true)INDICATE_RESOLVED(optional): Show resolved status with checkmark (default: true)ALLOW_RESOLVED_TYPE(optional): Filter which resolved states to notify on (comma-separated: "resolved,unresolved")UNRESOLVED_TIMEOUT(optional): Time in ms to wait before sending unresolved alertsUNRESOLVED_TIMEOUT_TYPES(optional): Alert types to apply timeout to (comma-separated)