From 3d61f5fe60a6de438f7d433b66f2449f78075647 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 9 Sep 2025 14:52:07 -0400 Subject: [PATCH] docs(alerting): Remove untested notice for Line alerts --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a87bdfc3..bed743a0 100644 --- a/README.md +++ b/README.md @@ -1369,13 +1369,11 @@ Here's an example of what the notifications look like: #### Configuring Line alerts -> ⚠️ **WARNING**: This alerting provider has not been tested yet. If you've tested it and confirmed that it works, please remove this warning and create a pull request, or comment on [#1223](https://github.com/TwiN/gatus/discussions/1223) with whether the provider works as intended. Thank you for your cooperation. - | Parameter | Description | Default | |:-------------------------------------|:-------------------------------------------------------------------------------------------|:--------------| | `alerting.line` | Configuration for alerts of type `line` | `{}` | | `alerting.line.channel-access-token` | Line Messaging API channel access token | Required `""` | -| `alerting.line.user-ids` | List of Line user IDs to send messages to | Required `[]` | +| `alerting.line.user-ids` | List of Line user IDs to send messages to (this can be user ids, room ids or group ids) | Required `[]` | | `alerting.line.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert) | N/A | | `alerting.line.overrides` | List of overrides that may be prioritized over the default configuration | `[]` | | `alerting.line.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` | @@ -1386,7 +1384,7 @@ alerting: line: channel-access-token: "YOUR_CHANNEL_ACCESS_TOKEN" user-ids: - - "U1234567890abcdef" + - "U1234567890abcdef" # This can be a group id, room id or user id - "U2345678901bcdefg" endpoints: