It’s been a while since my last post! I have a few half-written
entries, but I figured I just get one out there so I don’t appear
to have dropped off the face of the planet
Being more of a DBA than a sysadmin myself, I’ve noticed that
there is a surprising dearth of information regarding how to
actually get nagios set up to monitor MySQL, especially if you’re
not experienced with nagios.
In my own experience, MySQL monitoring often ends up being a
homegrown thing, especially if you’re a small shop. It is
definitely a good idea to consolidate all of your monitoring,
DB-related or not, into one solution: roll-your-own monitoring
solutions can be brittle and burn you in the end. One example
that comes to mind, a few years back i had a quick perl-based
script to monitor replication and set it to mail a few people
based on some threshold. Took me 1 hour to write and worked well
enough, except, six months later, when some …
[Read more]