Bug 1004783

Summary: RFE: Allow plugin container to send detailed availability reports
Product: [Other] RHQ Project Reporter: Thomas Segismont <tsegismo>
Component: Agent, Core Server, Core UI, Plugin Container, PluginsAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 4.8CC: hrupp, kejohnso, loleary
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thomas Segismont 2013-09-05 13:23:15 UTC
Availability report information is currently limited to:
* resource id
* availability type
* start time

There is no way for the plugin container to send a report with error messages, which would come from the plugin container itself, or from plugin code.

Example of plugin error:
* "Apache availability is DOWN because HTTP connection timed out"
* "Postgres availability is DOWN because the JDBC connection could not be established but the process is available"

Example of plugin container:
* CPU availability is DOWN because the availability scan time out on this resource

Impacts:
* Plugin API
* Plugin Container
* Server Services
* Data Model
* GUI

Note:
This RFE comes from BZ862893