File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
To test it is running check logs or http://0.0.0.0:9629/readiness
46
46
47
47
### Issue template
48
- Look of the resulting issue in Gitlab can be customized using [ Go template] { https://golang.org/pkg/text/template/} .
48
+ Look of the resulting issue in Gitlab can be customized using [ Go template] ( https://golang.org/pkg/text/template/ ) .
49
49
Default template can be found in [ conf/default_issue.tmpl] ( conf/default_issue.tmpl ) .
50
50
The available data during templating is the Alertmanager webhook message struct itself.
51
51
Example can be found in [ conf/alert.json] ( conf/alert.json ) .
@@ -60,7 +60,7 @@ Example of the default template:
60
60
### Configure Alertmanager
61
61
You just need to add the [ ` <webhook_config> ` ] ( https://prometheus.io/docs/alerting/configuration/#webhook_config )
62
62
receiver to your Alertmanager configuration and disable sending resolved notifications with ` send_resolved: false ` .
63
- Also better to set the ` repeat_interval ` to higher value since every retry will create new issue .
63
+ Also better to set the ` repeat_interval ` to higher value.
64
64
65
65
See the minimal example in the [ conf/alertmanager_conf.yaml] ( conf/alertmanager_conf.yaml ) .
66
66
You can’t perform that action at this time.
0 commit comments