Merge branch 'monitoring-alerts-links' into 'main'
Use public domain in alert links See merge request g4st3r/srv-docker!9
This commit is contained in:
@@ -19,7 +19,7 @@ receivers:
|
|||||||
{{ .Annotations.summary }}
|
{{ .Annotations.summary }}
|
||||||
{{ .Annotations.description }}
|
{{ .Annotations.description }}
|
||||||
Instance: {{ .Labels.instance }}
|
Instance: {{ .Labels.instance }}
|
||||||
Details: {{ .GeneratorURL }}
|
Details: {{ reReplaceAll "http://[^/]+" "https://prometheus.g4st3r.ru" .GeneratorURL }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
parse_mode: Markdown
|
parse_mode: Markdown
|
||||||
disable_notifications: false
|
disable_notifications: false
|
||||||
|
|||||||
Reference in New Issue
Block a user