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 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$' +}