Bug 598963

Summary: support searching resources by alerts
Product: [Other] RHQ Project Reporter: Joseph Marques <jmarques>
Component: Core UIAssignee: Joseph Marques <jmarques>
Status: CLOSED CURRENTRELEASE QA Contact: Sunil Kondkar <skondkar>
Severity: medium Docs Contact:
Priority: low    
Version: 3.0.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-12 16:48:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joseph Marques 2010-06-02 12:45:57 UTC
Description of enhancement:

Modify the SearchBar for resources to include searching by those that have triggered alerts.  Allow optional filtering by priority, e.g. high, medium, low.  Require a time-based restriction, e.g. last 5 mins, last 2 hours, etc.

Comment 1 Joseph Marques 2010-06-02 12:48:18 UTC
commit 50f6dcc9e7c03f09265b28469c65cc108c061f2b
Author: Joseph Marques <joseph>
Date:   Wed Jun 2 08:46:10 2010 -0400

BZ-598963: first cut for alert-based searching of resources
    
* allow filtering by priority - high, medium, low, or ANY
* allow filtering by recentness - last 5 mins, last 2 hours, etc

Comment 2 Sunil Kondkar 2010-06-07 09:35:02 UTC
Verified on 'jon-server-2.4.0.Beta1' build.

Alert-based searching of resources allow filtering by alert priority:

Ex: 
alerts[lasthours02]="any"
alerts[lasthours02]="high"
alerts[lasthours02]="low"
alerts[lasthours02]="medium"

Alert-based searching of resources allow filtering by recentness:
    
alerts[lasthours02]
alerts[lasthours04]
alerts[lasthours08]
alerts[lasthours24]
alerts[lastmins05]
alerts[lastmins10]
alerts[lastmins30]
alerts[lastmins60]

Comment 3 Corey Welton 2010-08-12 16:48:19 UTC
Mass-closure of verified bugs against JON.