add check_jabber and check_jabber_4 command definitions

This commit is contained in:
Jan Wagner 2012-02-27 14:37:37 +00:00
parent 0ae23aacdf
commit 4a1ebb8316
2 changed files with 13 additions and 0 deletions

1
debian/changelog vendored
View file

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