Thakurvaibhav/k8s

Getting error when Deploying Alertmananger

Closed this issue · 4 comments

I'm trying to deploy the Alertmanager onto a AWS EKS cluster, and it's erroring. When I look at the logs, I get the following:

level=error ts=2020-05-26T20:50:56.287Z caller=coordinator.go:124 component=configuration msg="Loading configuration file failed" file=/etc/alertmanager/config.yml err="unsupported scheme "" for URL"

Any ideas why this is happening?

@JohnMarszalek This is because the receivers have not been configured in the your config file.
Please go through the README here

@Thakurvaibhav I have tried running this with commenting out the receivers, as I do not want to push alerts to any system at this time, and still get a failure. Are we required to use those receivers?

@JohnMarszalek In that case you should disable the alertmanager.

@JohnMarszalek I am closing this issue. Please let me know if you need any further help.