add check_jabber and check_jabber_4 command definitions
This commit is contained in:
parent
0ae23aacdf
commit
4a1ebb8316
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -16,6 +16,7 @@ nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
|
||||||
* Updating Vcs-Browser field
|
* Updating Vcs-Browser field
|
||||||
* Add 19_check_http_help.dpatch to clarify that check_http won't verify
|
* Add 19_check_http_help.dpatch to clarify that check_http won't verify
|
||||||
certificates (Closes: #644627), thanks to Michael Renner
|
certificates (Closes: #644627), thanks to Michael Renner
|
||||||
|
* Add check_jabber and check_jabber_4 command definitions
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
|
-- Jan Wagner <waja@cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
|
||||||
|
|
||||||
|
|
12
debian/pluginconfig/jabber.cfg
vendored
Normal file
12
debian/pluginconfig/jabber.cfg
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 'check_jabber_4' command definition
|
||||||
|
define command{
|
||||||
|
command_name check_jabber_4
|
||||||
|
command_line /usr/lib/nagios/plugins/check_jabber -4 -H $HOSTADDRESS$ '$ARG1$'
|
||||||
|
}
|
||||||
|
|
||||||
|
# 'check_jabber' command definition
|
||||||
|
define command{
|
||||||
|
command_name check_jabber
|
||||||
|
command_line /usr/lib/nagios/plugins/check_jabber -H $HOSTADDRESS$ '$ARG1$'
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue