[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
olivierHa
olivier.hanesse at gmail.com
Tue Feb 28 22:14:56 UTC 2012
The following commit has been merged in the debian/master branch:
commit 256758432d1a0cf01fd92d3f7cd5388a3de2e56b
Author: olivierHa <olivier.hanesse at gmail.com>
Date: Fri Jan 20 18:02:46 2012 +0100
add missing command
diff --git a/etc/packs/databases/mysql/commands.cfg b/etc/packs/databases/mysql/commands.cfg
index ffd7467..a43540d 100644
--- a/etc/packs/databases/mysql/commands.cfg
+++ b/etc/packs/databases/mysql/commands.cfg
@@ -107,3 +107,8 @@ define command {
command_line $PLUGINSDIR$/check_mysql_health --hostname $HOSTADDRESS$ --username $MYSQLUSER$ --password $MYSQLPASSWORD$ --mode cluster-ndb-running
}
+define command {
+ command_name check_mysql_threadcache_hitrate
+ command_line $PLUGINSDIR$/check_mysql_health --hostname $HOSTADDRESS$ --username $MYSQLUSER$ --password $MYSQLPASSWORD$ --mode threadcache_hitrate
+}
+
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list