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

Jan Wagner waja at alioth.debian.org
Tue May 12 20:31:17 UTC 2009


tags 528262 pending
thanks

Author: waja
Date: 2009-05-12 20:31:17 +0000 (Tue, 12 May 2009)
New Revision: 1658

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/nt.cfg
Log:
add check_nscp

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2009-04-27 13:08:38 UTC (rev 1657)
+++ nagios-plugins/trunk/debian/changelog	2009-05-12 20:31:17 UTC (rev 1658)
@@ -2,6 +2,7 @@
 
   * 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
 

Modified: nagios-plugins/trunk/debian/pluginconfig/nt.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/nt.cfg	2009-04-27 13:08:38 UTC (rev 1657)
+++ nagios-plugins/trunk/debian/pluginconfig/nt.cfg	2009-05-12 20:31:17 UTC (rev 1658)
@@ -3,3 +3,9 @@
 	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$'
+}




More information about the Pkg-nagios-changes mailing list