I am trying execute the "check_url_status" plugin. I can run it correctly from a command line with a syntax of "check_url_status -U
http://hostname, but when I put it in a windows.cfg file it doesn't work.
This is the syntax from the config file.
define service{
use generic-service
host_name hostname
service_description URL STATUS
check_url_status check_url_status -U
http://hostname
}
I cannot start the nagios service with this syntax. Nagios is running on a SLES 11 server and its version is 3.0.6. The plugins version is 1.4.13.
Thanks for any assistance!