History | Log In     View a printable version of the current page.  

jira.rhq-project.org has been archived and is now in read-only mode.

All issues have been moved to bugzilla.redhat.com. All new issues or updates to existing issues should be made through bugzilla.
Specific old RHQ issues can be found using a query of this form: https://bugzilla.redhat.com/show_bug.cgi?id=RHQ-1999.
New bugs can be raised here. Accounts at bugzilla.redhat.com have been created for existing RHQ users.
Open bugs raised in the last week can be found here.
Issue Details (XML | Word | Printable)

Key: RHQ-1207
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Joseph Marques
Reporter: Joseph Marques
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

allow periodic reminders for recovery-based alerting

Created: 03/Dec/08 10:50 AM   Updated: 03/Dec/08 10:53 AM
Component/s: FX - Alerts, Core UI, Core Server
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
I have two alert definitions:

to-be-recovered:= if { list of conditions }, disable until manually enabled by recovery alert or manually re-enabled
recovery alert:= if { other list of conditions }, re-enable <to-be-recovered>

when the to-be-recovered alert is triggered, it will send any notifications that are configured for it. it might be useful to periodically push those notifications out again and again until the alert definition is recovered.

we can extend recovery-based alert definition to have a new option:

re-notify every X units of Y time, until alert is recovered is re-enabled

then, when the to-be-recovered alert is triggered, we can create a periodic quartz job that will fire every X units of Y time. when it fires, it will look up the current notification attached to the alert definition that created it, and re-notify those persons / devices. when the recovery alert eventually triggers, it will unschedule this quartz job to stop the notifications.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.