Closed
Bug 413401
Opened 17 years ago
Closed 17 years ago
Add db monitoring to check for approaching table size limits
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aravind, Assigned: xb95)
References
Details
Please update (or add to) the existing mysql db monitoring scripts, so we can check for database tables that are approaching their size limits.
This would probably be a good time to check for other limiting conditions on the db servers and monitor for those as well.
Assignee | ||
Updated•17 years ago
|
Assignee: server-ops → mark
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•17 years ago
|
||
Implemented, deployed in Nagios as "MySQL MyISAM Table Size" check. Note this is only applicable here, InnoDB doesn't really have limits in the same way that MyISAM does. I've got on my todo list/project other monitoring tasks, but this one is done for now. (Btw, the fullest table we have is around 15% full, at least on mrdb03/mrdb04...)
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
(In reply to comment #1)
> (Btw, the fullest table we have is around 15% full, at
> least on mrdb03/mrdb04...)
What about mrdb05/mrdb06?
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•