[Pkg-nagios-changes] [pkg-nagios] r1121 - nagios-plugins/trunk/debian/pluginconfig

Jan Wagner waja-guest at alioth.debian.org
Tue Feb 27 08:57:50 CET 2007


Author: waja-guest
Date: 2007-02-27 08:57:50 +0100 (Tue, 27 Feb 2007)
New Revision: 1121

Modified:
   nagios-plugins/trunk/debian/pluginconfig/mysql.cfg
Log:
add check command for checking mysql database


Modified: nagios-plugins/trunk/debian/pluginconfig/mysql.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/mysql.cfg	2007-02-24 09:54:26 UTC (rev 1120)
+++ nagios-plugins/trunk/debian/pluginconfig/mysql.cfg	2007-02-27 07:57:50 UTC (rev 1121)
@@ -9,3 +9,9 @@
 	command_name    check_mysql_cmdlinecred
 	command_line    /usr/lib/nagios/plugins/check_mysql -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$
 }
+
+# 'check_mysql_database' command definition
+define command{
+	command_name	check_mysql_database
+	command_line	/usr/lib/nagios/plugins/check_mysql -d $ARG3$ -H $HOSTADDRESS$ -u $ARG1$ -p $ARG2$
+}




More information about the Pkg-nagios-changes mailing list