Hyperic HQ 4.4.0 EE is Now Available
Issue Details (XML | Word | Printable)

Key: HHQ-2263
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Scott Feldstein
Reporter: John Sachs
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hyperic HQ

Agent does not correctly report MySQL as unavailable

Created: 29/Jul/08 10:05 AM   Updated: 04/Sep/08 02:36 PM
Component/s: Agent, Plugins
Affects Version/s: 3.2.4
Fix Version/s: 3.2.5, 4.0.0-Beta

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(242 kB)
Issue Links:
Depends
 

Verify By: Kashyap Parikh
Last comment: 2 years, 2 weeks, 3 days ago
Resolution Date: 22/Aug/08 12:37 PM
Ranking:
Issue is not rankable.     


 Description  « Hide
I have an instance where a MySQL Server was shut down and the agent did not report it as unavailable. The agent simply stopped sending in any metrics at all for the MySQL resource. Other resources were unaffected during this time and their metrics came in normally. Because the agent failed to send in unavailable metrics for the MySQL Server resource, no alerts were fired indicating the server was down.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Feldstein added a comment - 22/Aug/08 12:37 PM
Fixed issues with MySQLMeasurement class throwing a MetricUnreachableException when avail is down rather than marking it down. Also, needed to modify SAMPLE_SIZE in MeasurementManager and RawMeasurementManager so that it will validate correctly.