[Pkg-nagios-changes] [pkg-nagios] r2001 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja at alioth.debian.org
Mon Feb 27 21:09:05 UTC 2012


Author: waja
Date: 2012-02-27 21:09:05 +0000 (Mon, 27 Feb 2012)
New Revision: 2001

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/mysql.cfg
Log:
add check_mysql_slave command definition

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2012-02-27 14:37:37 UTC (rev 2000)
+++ nagios-plugins/trunk/debian/changelog	2012-02-27 21:09:05 UTC (rev 2001)
@@ -17,6 +17,7 @@
   * Add 19_check_http_help.dpatch to clarify that check_http won't verify
     certificates (Closes: #644627), thanks to Michael Renner
   * Add check_jabber and check_jabber_4 command definitions
+  * Add check_mysql_slave command definition
 
  -- Jan Wagner <waja at cyconet.org>  Wed, 07 Sep 2011 15:33:55 +0200
 

Modified: nagios-plugins/trunk/debian/pluginconfig/mysql.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/mysql.cfg	2012-02-27 14:37:37 UTC (rev 2000)
+++ nagios-plugins/trunk/debian/pluginconfig/mysql.cfg	2012-02-27 21:09:05 UTC (rev 2001)
@@ -15,3 +15,10 @@
 	command_name	check_mysql_database
 	command_line	/usr/lib/nagios/plugins/check_mysql -d '$ARG3$' -H '$HOSTADDRESS$' -u '$ARG1$' -p '$ARG2$'
 }
+
+# 'check_mysql_slave' command definition
+define command{
+        command_name    check_mysql_slave
+        command_line    /usr/lib/nagios/plugins/check_mysql -H '$HOSTADDRESS$' -u '$ARG1$' -p '$ARG2$' -S
+}
+




More information about the Pkg-nagios-changes mailing list