[Pkg-nagios-changes] [pkg-nagios-plugins] 296/413: add check_jabber and check_jabber_4 command definitions

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 4a1ebb8316c4a561c764ffa885fccedf8c684524
Author: Jan Wagner <waja at cyconet.org>
Date:   Mon Feb 27 14:37:37 2012 +0000

    add check_jabber and check_jabber_4 command definitions
---
 debian/changelog               |  1 +
 debian/pluginconfig/jabber.cfg | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2f71ce3..7bb0e7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/pluginconfig/jabber.cfg b/debian/pluginconfig/jabber.cfg
new file mode 100644
index 0000000..7caa29d
--- /dev/null
+++ b/debian/pluginconfig/jabber.cfg
@@ -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$'
+        }
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list