https://github.com/loafoe/hsdp-events
HSDP Metrics alerts webhook broker and CF events forwarder for Microsoft Teams
https://github.com/loafoe/hsdp-events
alerts hsdp metrics teams webhook
Last synced: 5 months ago
JSON representation
HSDP Metrics alerts webhook broker and CF events forwarder for Microsoft Teams
- Host: GitHub
- URL: https://github.com/loafoe/hsdp-events
- Owner: loafoe
- License: mit
- Created: 2021-10-22T11:07:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:49:41.000Z (about 2 years ago)
- Last Synced: 2025-11-18T12:11:28.518Z (7 months ago)
- Topics: alerts, hsdp, metrics, teams, webhook
- Language: Go
- Homepage:
- Size: 357 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```shell
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