File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -2257,7 +2257,22 @@ Here's an example of what the notifications look like:
22572257| `alerting.threema-gateway.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` |
22582258| `alerting.threema-gateway.overrides[].*` | See `alerting.threema-gateway.*` parameters | `{}` |
22592259
2260- [comment] : TODO#1464 Add yaml config example
2260+ ` ` ` yaml
2261+ alerting:
2262+ threema-gateway:
2263+ api-identity: "YOUR_API_IDENTITY" # 8 Characters, first one '*'
2264+ auth-secret: "YOUR_API_AUTH_SECRET"
2265+ recipients: # Only one supported in basic mode
2266+ - "THREEMA_ID"
2267+
2268+ endpoints:
2269+ - name: website
2270+ url: "https://twin.sh/health"
2271+ conditions:
2272+ - "[STATUS] == 200"
2273+ alerts:
2274+ - type: threema-gateway
2275+ ` ` `
22612276
22622277
22632278# ### Configuring Twilio alerts
You can’t perform that action at this time.
0 commit comments