Skip to content

Error alerts do not trigger if a Warning alert is active #2434

@sebvonhelsinki

Description

@sebvonhelsinki

Server Info (please complete the following information):

  • OS: [e.g. Ubuntu 20.04, Debian 10] Debian 12
  • Browser: [e.g. chrome, safari] Firefox
  • RMM Version (as shown in top left of web UI): 0.1.4

Installation Method:

  • Standard
  • Standard with --insecure flag at install
  • Docker

Agent Info (please complete the following information):

  • Agent version (as shown in the 'Summary' tab of the agent from web UI): 2.10.0
  • Agent OS: [e.g. Win 10 v2004, Server 2016] all of them

Describe the bug
When a check changes from the "Warning" to the "Error" state, and Alerts are configured to trigger for "Warnings" and for "Errors", then no additional alert is triggered.

To Reproduce
Steps to reproduce the behavior:

  1. Define an Alerting Template that sends a mail when a Check fails with the "Warning" or "Error" (which is the default)
  2. Create a check that succeeds but can be brought into the "Warning" and "Error" state (i.e.: Diskspace check on a small partition)
  3. Bring the check into the "Warning" state (i.e. fill up the disk above the warning threshold)
  4. Bring the check from the "Warning" to the "Error" state without reaching the "success" or "Info" state in between (i.e. further fill up the disk above the error threshold)

Expected behavior
I expect that it triggers the alert action when the check enters the "error" state regardless of wheter a lower priority alert has been triggered before

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

  • Already asked on Discord two weeks ago but did not receive a response
  • For us this is a critical issue. We expected to be alerted on Errors and set up a process to immediately react to any Error alerts, while Warning alerts are handled with a lower priority. An Error state should not be made invisible to us by a lower priority alert.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions