Bug 534408 (RHQ-1207) - allow periodic reminders for recovery-based alerting
Summary: allow periodic reminders for recovery-based alerting
Keywords:
Status: CLOSED WONTFIX
Alias: RHQ-1207
Product: RHQ Project
Classification: Other
Component: Alerts
Version: unspecified
Hardware: All
OS: All
medium
medium
Target Milestone: ---
: ---
Assignee: Charles Crouch
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks: jon3
TreeView+ depends on / blocked
 
Reported: 2008-12-03 16:50 UTC by Joseph Marques
Modified: 2015-02-01 23:24 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-02 20:37:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Joseph Marques 2008-12-03 16:50:00 UTC
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.

Comment 1 Red Hat Bugzilla 2009-11-10 20:28:04 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1207



Note You need to log in before you can comment on or make changes to this bug.