<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Hello, I am just starting out with Nagios. I have not figured out if I can check http response of a directory. Line #6 in the service definition gives me an error saying that the service is not defined anywhere. If I comment it out, it works fine. <br><br>define service{<br> use generic-service ; Name of service template to use<br> host_name
myhost.net<br> service_description HTTP<br> check_command check_http<br> check_command check_http -H myhost.net/demo/<br> notifications_enabled 1<br> }<br><br>Thank you,<br><div> </div>Tonu<div><br></div></div></body></html>