Skip to content

Commit b36b2e3

Browse files
committed
docs: Add Threema Gateway minimal config example
1 parent 169e975 commit b36b2e3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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: "*ABCDEFG"
2264+
auth-secret: "secret"
2265+
recipients:
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

0 commit comments

Comments
 (0)