[Pkg-nagios-changes] [pkg-nagios-plugins] 174/413: add check_nscp

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:20 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 b880fb744a9188aa69668f85b3f0d581eb8fd35e
Author: Jan Wagner <waja at cyconet.org>
Date:   Tue May 12 20:31:17 2009 +0000

    add check_nscp
---
 debian/changelog           | 1 +
 debian/pluginconfig/nt.cfg | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4c70dd2..019a216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nagios-plugins (1.4.12-6) UNRELEASED; urgency=low
 
   * add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
   * add informations into README.Debian how to use plugins (Closes: #525168)
+  * add check_nscp which uses the default port of NSClient++ (Closes: #528262)
 
  -- Jan Wagner <waja at cyconet.org>  Sun, 01 Feb 2009 03:19:57 +0100
 
diff --git a/debian/pluginconfig/nt.cfg b/debian/pluginconfig/nt.cfg
index 8f01d1a..433727a 100644
--- a/debian/pluginconfig/nt.cfg
+++ b/debian/pluginconfig/nt.cfg
@@ -3,3 +3,9 @@ define command {
 	command_name    check_nt
 	command_line    /usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v '$ARG1$'
 }
+
+# 'check_nscp' command definition
+define command {
+	command_name	check_nscp
+	command_line	/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -p 12489 -v '$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