Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to receive resolved alerts in slack #194

Closed
johnreytanquinco opened this issue Sep 8, 2020 · 1 comment
Closed

Not able to receive resolved alerts in slack #194

johnreytanquinco opened this issue Sep 8, 2020 · 1 comment

Comments

@johnreytanquinco
Copy link

I have configured alert manager to send alerts in slack. I was able to send failure alerts but not the resolved ones. For example, I have a container_wordpress_down rule, I stop the container, and I receive the failure alert. I started back wordpress and according to my http://<host-ip>:9093, it was already resolved but haven't receive the resolved alert to slack.

route:
  receiver: 'slack'

receivers:
  - name: 'slack'
    slack_configs:
      - send_resolved: true
...

As expected the above config should satisfy the condition and should be able to send resolved alert or am I missing something? Hope someone can help. Thanks!

@nightah
Copy link
Collaborator

nightah commented Aug 26, 2021

Seems related to #192.

@nightah nightah closed this as completed Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants