Re: Nagios check_http plugin
Posted: Thu Aug 08, 2013 3:42 am
Ok i understand but why u delete -j parameter in check http plugin?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
/usr/local/nagios/libexec/check_http -VCode: Select all
check_http v2053 (nagios-plugins 1.4.13)Code: Select all
[root@nagiosxi libexec]# ./check_http -V ; ./check_http -j
check_http v1.4.16 (nagios-plugins 1.4.16)
./check_http: option requires an argument -- 'j'
Usage:
check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]
[-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth]
[-b proxy_auth] [-f <ok|warning|critcal|follow|sticky|stickyport>]
[-e <expect>] [-s string] [-l] [-r <regex> | -R <case-insensitive regex>]
[-P string] [-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>]
[-A string] [-k string] [-S <version>] [--sni] [-C <warn_age>[,<crit_age>]]
[-T <content-type>] [-j method]
[root@nagiosxi libexec]#Code: Select all
Your Nagios XI installation is up to date.
Latest Available Version: 2012R2.2
Installed Version: 2012R2.2
Last Update Check: 2013-08-08 06:07:5Code: Select all
cd /tmp
rm -rf nagiosxi
wget http://assets.nagios.com/downloads/nagiosxi/2012/xi-2012r2.2.tar.gz
tar vfxz xi-2012r2.2.tar.gz
cd nagiosxi/subcomponents/nagiosplugins
./installCode: Select all
cd /tmp
rm -rf nagiosxi
wget http://assets.nagios.com/downloads/nagiosxi/2012/xi-2012r2.2.tar.gz
tar vfxz xi-2012r2.2.tar.gz
cd nagiosxi/subcomponents/nagiosplugins
./installCode: Select all
/usr/local/nagios/libexec/check_http -VCode: Select all
check_http v2053 (nagios-plugins 1.4.13)