We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the alarm continue to be triggered? Currently, the alarm is not sent again after being sent once
The text was updated successfully, but these errors were encountered:
Can you explain in further detail?
You want a new notification every minute if an alert is active?
An alert has two states: active and inactive. You should get a notification every time it switches between these states.
The dashboard also shows all active alerts at the top of the page.
Sorry, something went wrong.
My expectation is to send the latest alarm at specified intervals before the alarm is eliminated,
This would be useful
No branches or pull requests
Describe the feature you would like to see
Can the alarm continue to be triggered? Currently, the alarm is not sent again after being sent once
Describe how you would like to see this feature implemented
Can the alarm continue to be triggered? Currently, the alarm is not sent again after being sent once
The text was updated successfully, but these errors were encountered: