loafoe / hsdp-events

HSDP Metrics alerts webhook broker and CF events forwarder for Microsoft Teams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hsdp-events

Microservice helper to translate HSDP Metrics webhooks to Microsoft Teams webhooks

Configuration

Environment Description
EVENTS_TOKEN Random token to protect the endpoint
EVENTS_WEBHOOK_URL Microsoft Teams Webhook URL to use

Deployment

cf push hsdp-events -o loafoe/hsdp-events:latest
cf set-env hsdp-events EVENTS_TOKEN secret
cf set-env hsdp-events EVENTS_WEBHOOK_URL https://company.webhook.office.com/webhookb2/...
cf restart hsdp-events

License

License is MIT

About

HSDP Metrics alerts webhook broker and CF events forwarder for Microsoft Teams

License:MIT License


Languages

Language:Go 87.3%Language:Dockerfile 12.7%