Please help. I am trying to setup alertmanager with prometheus and alerts to be sent to slack.
But somehow I am not receiving anything in slack.
I have verified that alerts are firing by going to
http://localhost:9090/alerts and I see alerts firing. I also checked separately if slack webhook is working using the CURL command provided by slack when I signed up for webhook and I am receiving messages. I also verified if YAML files are in valid format using
yamllint.com as well.
I am attaching the config files(alertmanager section of prometheus.yml, alertmanager.yml, host.rules file).