add check_nscp

This commit is contained in:
Jan Wagner 2009-05-12 20:31:17 +00:00
parent e68f1332b5
commit b880fb744a
2 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View file

@ -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@cyconet.org> Sun, 01 Feb 2009 03:19:57 +0100

View file

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