Book Image

Learning Nagios 3.0

Book Image

Learning Nagios 3.0

Overview of this book

Table of Contents (16 chapters)
Learning Nagios 3.0
Credits
About the Author
About the Reviewer
Preface

Monitoring Database Systems


Databases allow the storage of information that is used often by entire departments or whole companies. Because most systems usually depend on one or more databases, a failure in these databases can cause all of the underlying systems to go down as well. Imagine a business-critical database failure that went unnoticed over a weekend, making both the company's web site, as well as email, unavailable. That would be a disaster! A series of scheduled reports that was supposed to be sent out, would fail to be generated because of this.

This is why, making sure databases are working correctly and have enough resources to operate, might be essential for many companies. Many enterprise-class databases also have table space capacity management which should also be monitored — even though a valid user may be able to log in, this does not necessarily mean that a database is up and running correctly.

MySQL

One of the most commonly-used database types is MySQL. MySQL is, very...