Hello.
I have alertmanager version v0.15.0-rc.3 installed on ubuntu 14, flags as follows:
And also I have telegram bot service listening on port 8081.
This endpoint is placed in alertmanager.yml config.
And in alertmanager I see errors:
2018-08-29T09:26:28.82156 level=debug ts=2018-08-29T09:26:28.821439966Z caller=notify.go:668 component=dispatcher msg="Notify attempt failed" attempt=1 integration=webhook receiver=bot err="context deadline exceeded"
2018-08-29T09:26:28.82160 level=error ts=2018-08-29T09:26:28.821550389Z caller=notify.go:332 component=dispatcher msg="Error on notify" err="context deadline exceeded"
2018-08-29T09:26:28.82162 level=error ts=2018-08-29T09:26:28.821587883Z caller=dispatch.go:279 component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="context deadline exceeded"
2018-08-29T09:26:28.82176 level=debug ts=2018-08-29T09:26:28.821701932Z caller=dispatch.go:444 component=dispatcher aggrGroup="{}:{alertname=\"ReplicationLag\"}" msg=Flushing alerts=[ReplicationLag[273d8de][active]]
Alerts work with slack and do not work with webhook service.
Would you be so kind to help me with this, it seems like it some kind of misconfiguration issue.
Thanks.
--
Helen.