forked from phoenix/litellm-mirror
docs(alerting.md): add expected response teams alerting image to docs
This commit is contained in:
parent
3a0af0eda3
commit
d210eccb79
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
import Image from '@theme/IdealImage';
|
||||
|
||||
# 🚨 Alerting / Webhooks
|
||||
|
||||
Get alerts for:
|
||||
|
@ -18,7 +20,7 @@ Get alerts for:
|
|||
Works across:
|
||||
- [Slack](#quick-start)
|
||||
- [Discord](#advanced---using-discord-webhooks)
|
||||
- Microsoft Teams
|
||||
- [Microsoft Teams](#advanced---using-ms-teams-webhooks)
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
@ -151,6 +153,10 @@ curl --location 'http://0.0.0.0:4000/health/services?service=slack' \
|
|||
```
|
||||
|
||||
|
||||
**Expected Response**
|
||||
|
||||
<Image img={require('../../img/ms_teams_alerting.png')}/>
|
||||
|
||||
## Advanced - Using Discord Webhooks
|
||||
|
||||
Discord provides a slack compatible webhook url that you can use for alerting
|
||||
|
|
BIN
docs/my-website/img/ms_teams_alerting.png
Normal file
BIN
docs/my-website/img/ms_teams_alerting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 241 KiB |
Loading…
Add table
Add a link
Reference in a new issue