check_mysql_stats (Visit this link)

rating5 from 2 votes
Plugin that checks for various performance stats from MySQL
check_mysql_stats was designed to monitor various InnoDB and general mysql stats. At the time, I could not find a plugin that specifically did what I wanted.

It has one odd requirement that was designed to minimize the additional overhead of the frequent queries to the database server.

All of the output from \'SHOW GLOBAL VARIABLES\' is stored in a shared memory cache with a lifetime of 10 minutes. Some of these values (such as max_connections) are slow changing so there\'s no need to continually ask for this information.

Here are a few examples:
**Thread Cache Hit Ratio**
``check_mysql_stats -H localhost -U nagios -P nagios -w 80 -c 75 -t``
**OUTPUT**
OK: Thread cache hit ratio is 92.86% | hit_ratio=92.86;80;75;0;100

Submitted by: lusis
Hits: 1818
Overall downloads: 348
Added: 2008-03-12 00:00:00
Last Modified: 2009-12-16 16:43:13

Filename Preview Size Description DL
check_mysql_stats Preview 11 kb check_mysql_stats script 1574

Comments


Leave a reply

If you just want to rate the project leave the other field empty.
Even though it would be nice if you would drop a line.

Allowed tags: blockquote, strong, a, b, i, u, code

Captcha Reload Image


  • check_mysql

    rating from 0 votes
    Check connection an check show status values. Some plugins for checking predefined values and one generic for checking the values given on the commandline.
  • check_mysql_perf

    rating from 0 votes
    Plugin written in C which allows to monitor various performance-related characteristics of a MySQL database.
  • check_mysqld

    rating from 0 votes
    Replacement for check_mysql that allows to set thresholds for any variables in SHOW STATUS or for similar SQL queries. Data is also made available for graphing or other use (graphing templates enclosed)
  • check_mysql_health

    rating from 0 votes
    check_mysql_health is a plugin for Nagios that allows you to monitor a MySQL database. Among the list of metrics are time to login, index usage, bufferpool hit rate, query cache hit rate, slow queries, temp tables on disk, table cache hit rate, connected threads, and many more. Requirements are either a DBD::mysql Perl module or a MySQL client package.
  • simple mysql checker

    rating from 0 votes
    simple mysql checker.
  • NDB node monitoring

    rating from 0 votes
    Plugin to check the number of active nodes that aren't in a down or disconnected state from your NDB cluster. Has fully customizable prefixing, commands, and thresholds from the command-line or nagios command definitions. Uses the 'ndb_mgm -e show' command to gather the data.
  • MySQL ISAM Table Size

    rating from 0 votes
    Checks MyISAM tables aren't getting too big.
  • check_mysql-replication.pl

    rating from 0 votes
    Yet another plugin to check your mysql replication threads and your lag synchronisation
  • check_mysql_db_integrity

    rating from 0 votes
    A script to remotely check MySQL database integrity of given database on a specified MySQL Server
  • Check Mysql status

    rating from 0 votes
    Retrieves mysql informations with 'SHOW STATUS' command. Possibility to get values by check (Req/sec)
Catalot 1.3.0 (appkit/v0.9.0-dev, Agavi/1.0.0) | www.netways.de | Legal
© 2009 NETWAYS GmbH. The Program is provided AS IS, without warranty. Licensed under GPLv3.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.