[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
olivierHa
olivier.hanesse at gmail.com
Tue Feb 28 22:14:59 UTC 2012
The following commit has been merged in the debian/master branch:
commit e55aad0e374c5d35274625aece75f43f9e410bb6
Author: olivierHa <olivier.hanesse at gmail.com>
Date: Fri Jan 20 18:20:54 2012 +0100
add another missing command
diff --git a/etc/packs/databases/mysql/commands.cfg b/etc/packs/databases/mysql/commands.cfg
index a43540d..1e83960 100644
--- a/etc/packs/databases/mysql/commands.cfg
+++ b/etc/packs/databases/mysql/commands.cfg
@@ -28,6 +28,11 @@ define command {
}
define command {
+ command_name check_mysql_qcache_hitrate
+ command_line $PLUGINSDIR$/check_mysql_health --hostname $HOSTADDRESS$ --username $MYSQLUSER$ --password $MYSQLPASSWORD$ --mode qcache-hitrate
+}
+
+define command {
command_name check_mysql_qcache_lowmem_prunes
command_line $PLUGINSDIR$/check_mysql_health --hostname $HOSTADDRESS$ --username $MYSQLUSER$ --password $MYSQLPASSWORD$ --mode qcache-lowmem-prunes
}
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list