add check_nscp
This commit is contained in:
parent
e68f1332b5
commit
b880fb744a
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ nagios-plugins (1.4.12-6) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
|
* add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
|
||||||
* add informations into README.Debian how to use plugins (Closes: #525168)
|
* 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
|
-- Jan Wagner <waja@cyconet.org> Sun, 01 Feb 2009 03:19:57 +0100
|
||||||
|
|
||||||
|
|
6
debian/pluginconfig/nt.cfg
vendored
6
debian/pluginconfig/nt.cfg
vendored
|
@ -3,3 +3,9 @@ define command {
|
||||||
command_name check_nt
|
command_name check_nt
|
||||||
command_line /usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v '$ARG1$'
|
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$'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue