http://jira.hyperic.com/browse/HHQ-4109
When the HQ server is upgraded from any of the pre 4.5 versions of it, the "HQ JBoss server" related resources are removed from the HQ inventory.
I observe the following behaviour with the metrics of these removed resources:
1) Agent keeps disabling/re-enabling the metrics (due to MetricUnreachableException) of these removed resources.
2) The JBoss related server/services resources are removed from the HQ inventory but the "hq_metric_data_* " tables still have the metric data of the removed resources metrics.
For example, I see non-null resultset for the query:
SELECT * FROM hq_metric_data_7d_1s h where measurement_id not in (select id from eam_measurement);
Anonymous