diff --git a/monitoring/alertmanager/alertmanager.yml b/monitoring/alertmanager/alertmanager.yml index a1b1aae..34ae274 100644 --- a/monitoring/alertmanager/alertmanager.yml +++ b/monitoring/alertmanager/alertmanager.yml @@ -19,7 +19,7 @@ receivers: {{ .Annotations.summary }} {{ .Annotations.description }} Instance: {{ .Labels.instance }} - Details: {{ .GeneratorURL }} + Details: {{ reReplaceAll "http://[^/]+" "https://prometheus.g4st3r.ru" .GeneratorURL }} {{ end }} parse_mode: Markdown disable_notifications: false