Bug 786161
Summary: | [jboss-as-5 plugin] Add datasource availability as a trait | |||
---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> | |
Component: | Plugins | Assignee: | Larry O'Leary <loleary> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.2 | CC: | bkramer, hbrock, hrupp, ian.springer, loleary, spinder | |
Target Milestone: | --- | |||
Target Release: | JON 3.1.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 4.3 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 791364 (view as bug list) | Environment: | ||
Last Closed: | 2013-03-14 15:06:22 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 782579, 791364 |
Description
Charles Crouch
2012-01-31 15:57:17 UTC
This is done for the as5 plugin: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=708c398 A new trait called "Connection Available?" has been added to all five of the datasource and connection factory ResourceTypes. The trait will have a value of "yes" or "no" depending on whether the call to testConnection() returned true or false. By default, the trait will be collected every 15 minutes. I'll clone this BZ, so we have a separate issue for the equivalent enhancement to the as7 plugin. Installed EAP 5.1 server and verified that "Connection Available" trait is available (values *yes* and *no*) with the *Last Changed* column that reflects when this trait was last changed from one value to another. |