Displaying 1 result from an estimated 1 matches for "ablpdm01".
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
...ugins.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
address 10.121.42.100
}
define service{
use local-service
host_name ablpdm01
service_description HTTP
check_command check...