docs(examples): Update Gatus example with new ntfy provider

This commit is contained in:
TwiN 2022-10-09 21:57:21 -04:00 committed by GitHub
parent d989ba0ab0
commit e54aeb357c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,9 +342,22 @@ You can use the HTTP request node to send messages with [Node-RED](https://noder
![Node red picture flow](static/img/nodered-picture.png) ![Node red picture flow](static/img/nodered-picture.png)
## Gatus ## Gatus
To use ntfy with [Gatus](https://github.com/TwiN/gatus), you can use the `ntfy` alerting provider like so:
An example for a custom alert with [Gatus](https://github.com/TwiN/gatus): ```yaml
``` yaml alerting:
ntfy:
url: "https://ntfy.sh"
topic: "YOUR_NTFY_TOPIC"
priority: 3
```
For more information on using ntfy with Gatus, refer to [Configuring ntfy alerts](https://github.com/TwiN/gatus#configuring-ntfy-alerts).
<details>
<summary>Alternative: Using the custom alerting provider</summary>
```yaml
alerting: alerting:
custom: custom:
url: "https://ntfy.sh" url: "https://ntfy.sh"
@ -369,6 +382,9 @@ alerting:
RESOLVED: "white_check_mark" RESOLVED: "white_check_mark"
``` ```
</details>
## Jellyseerr/Overseerr webhook ## Jellyseerr/Overseerr webhook
Here is an example for [jellyseerr](https://github.com/Fallenbagel/jellyseerr)/[overseerr](https://overseerr.dev/) webhook Here is an example for [jellyseerr](https://github.com/Fallenbagel/jellyseerr)/[overseerr](https://overseerr.dev/) webhook
JSON payload. Remember to change the `https://requests.example.com` to your jellyseerr/overseerr URL. JSON payload. Remember to change the `https://requests.example.com` to your jellyseerr/overseerr URL.