[Pkg-nagios-changes] [pkg-nagios] r2000 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Mon Feb 27 14:37:37 UTC 2012
Author: waja
Date: 2012-02-27 14:37:37 +0000 (Mon, 27 Feb 2012)
New Revision: 2000
Added:
nagios-plugins/trunk/debian/pluginconfig/jabber.cfg
Modified:
nagios-plugins/trunk/debian/changelog
Log:
add check_jabber and check_jabber_4 command definitions
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2012-02-24 12:35:02 UTC (rev 1999)
+++ nagios-plugins/trunk/debian/changelog 2012-02-27 14:37:37 UTC (rev 2000)
@@ -16,6 +16,7 @@
* Updating Vcs-Browser field
* 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
-- Jan Wagner <waja at cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
Added: nagios-plugins/trunk/debian/pluginconfig/jabber.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/jabber.cfg (rev 0)
+++ nagios-plugins/trunk/debian/pluginconfig/jabber.cfg 2012-02-27 14:37:37 UTC (rev 2000)
@@ -0,0 +1,12 @@
+# 'check_jabber_4' command definition
+define command{
+ command_name check_jabber_4
+ command_line /usr/lib/nagios/plugins/check_jabber -4 -H $HOSTADDRESS$ '$ARG1$'
+ }
+
+# 'check_jabber' command definition
+define command{
+ command_name check_jabber
+ command_line /usr/lib/nagios/plugins/check_jabber -H $HOSTADDRESS$ '$ARG1$'
+ }
+
More information about the Pkg-nagios-changes
mailing list