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

When a detail view for a alert is open, API request updating the request to OK fail #597

Open
peteeckel opened this issue Jan 16, 2025 · 0 comments

Comments

@peteeckel
Copy link

Issue Summary
When I have a detail view for an alert in state "Critical" open in the WebUI, events setting that alert to "OK" are processed, but the state does not change. Event etc. are set, but the state remains

Environment

  • OS: Debian 12.7

  • API version: alertad 9.0.4

  • Deployment: self-hosted

  • For self-hosted, WSGI environment: apache/gunicorn

  • Database: Postgres

  • Server config:
    Auth enabled? Yes
    Auth provider? LDAP
    Customer views? No

  • web UI version: 8.7.0

  • CLI version: 8.5.3

To Reproduce
Steps to reproduce the behavior:

  1. Send a critical alert to Alerta
  2. Open the "Detail" view in the WebUI
  3. Send an OK alert to Alerta for the same resource, event etc. so that it is correlated
  4. The state of the alert does not change to OK, but the remainder of the values of the "OK" alert are recorded properly.

If this should not be sufficient I'll need to set up a separate test environment for reproducing it reliably, as currently I only have the customer's production environment available.

Expected behavior
Same as above, but with the alert being updated to "OK" and closed.

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

1 participant