r/vmalert: Allow configuring external source URLs
The `-external.url` and `-external.alert.source` command line arguments and their corresponding environment variables can be used to configure the "Source" links associated with alerts created by `vmalert`.
This commit is contained in:
@@ -10,3 +10,9 @@ remoteRead_url={{ vmalert_remote_read_url }}
|
||||
{% if vmalert_remote_write_url|d %}
|
||||
remoteWrite_url={{ vmalert_remote_write_url }}
|
||||
{% endif %}
|
||||
{% if vmalert_external_url|d %}
|
||||
external_url={{ vmalert_external_url }}
|
||||
{% endif %}
|
||||
{% if vmalert_external_alert_source|d %}
|
||||
external_alert_source={{ vmalert_external_alert_source }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user