-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Pushover send-on-resolved not working #688
Comments
@toskium Works like a charm here. The Pushover resolved is send with the same priority as the error one, so maybe you missed the resolved one? |
I just migrated from old The alert can be seen in the log, but no indication it wants to send the resolved message... Maybe there is a generic problem with that message kind. |
I'm checking if that PR is going to fix it for MS Teams Workflows: #883 --> indeed it's fixing my problem. |
The teams-workflows issue seems unrelated to this, as it was just a miss. As for this pushover issue, at least code-wise, everything seems to be as expected. |
@lapers is there any chance that your endpoint's configuration has a name, group or alert description that has a non-ASCII character? Also, I just pushed a commit that will log if a request to an alert provider is skipped due to send-on-resolved being set to false. To see it, you'll have to set the log level to debug and use the latest image tag. |
Describe the bug
pushover send-on-resolved seemingly not working.
What do you see?
I receive a pushover notification showing the endpoint being unhealthy
What do you expect to see?
I do not receive a pushover notification when the endpoint is healthy again.
List the steps that must be taken to reproduce this issue
Start the application.
Provoke an alarm.
Wait until success-threshold is exceeded.
No pushover alarm is sent.
Version
5.7.0
Additional information
the relevant parts of my config.yaml look like this:
The text was updated successfully, but these errors were encountered: