From 5bbd240dd965be250a353df9c523c589adae70a3 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 30 May 2023 21:58:57 -0400 Subject: [PATCH] docs(alerting): Update GitLab issue prefix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eee9ef60..11baa0da 100644 --- a/README.md +++ b/README.md @@ -564,7 +564,7 @@ endpoints: | `alerting.gitlab.service` | Override endpoint displayname | `""` | | `alerting.gitlab.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert). | N/A | -The GitLab alerting provider creates an alert prefixed with `🚨 (gatus):` and suffixed with the endpoint's display +The GitLab alerting provider creates an alert prefixed with `alert(gatus):` and suffixed with the endpoint's display name for each alert. If `send-on-resolved` is set to `true` on the endpoint alert, the alert will be automatically closed when the alert is resolved. See https://docs.gitlab.com/ee/operations/incident_management/integrations.html#configuration to configure the endpoint.