There's ways to get performance graphs with several monitoring software packages out there such as ZenOSS. There's a plugin available that will graph MySQL based SELECT/WRITE/SLOW queries in a nice rrd style graph.

I'm curious if there is a way to also get similar graphs available in Nagios 3.0? I know Nagios has tools like pnp and can integrate rrd, but is there something readily available that can plugin to monitor those MySQL specifics?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Have a look at http://www.monitoringexchange.org/inventory/Check-Plugins/Database/MySQL/check%5Fmysql%5Fperf. It might suite your needs. You'll still need to use something like perfmon if you want to graph it.

link|improve this answer
feedback

I use PNP as a quick-and-dirty means of producing graphs through Nagios.

Then I would look at a URL like this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.