Displaying 1 result from an estimated 1 matches for "check_http3".
Did you mean:
check_http
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
...ib/nagios/plugins/check_http -H $ARG1$ -I
$HOSTADDRESS$ -w $ARG2$ -c $ARG3$
.......
command[check_squid]=/usr/lib/nagios/plugins/check_http -H
$HOSTADDRESS$ -p $ARG1$ -u $ARG2$ -e ''HTTP/1.0 200 OK''
in the file /etc/nagios/command-plugins.cfg
and have added 1 more line:
command[check_http3]=/usr/lib/nagios/plugins/check_http -p $ARG1$ -I
$HOSTADDRESS$
(after reading "check_http --help").
In my config files I''ve added:
define host{
use linux-server
host_name ablpdm01
alias ablpdm01
ad...