Page 1 of 1

HTTP service - message in web interface

Posted: Tue Aug 25, 2015 10:39 am
by neworderfac33
Good afternoon,

Could anyone comment on this output in the web interface:

Code: Select all

HTTP WARNING: HTTP/1.1 403 Forbidden - 1491 bytes in 0.009 second response time 
generated by the following entry in windows.cfg

Code: Select all

define service
        use                     generic-service
        hostgroup_name          windows-servers
        service_description     HTTP Server
        check_command           check_http
        }
What's it actually telling me, please?

Thanks

Pete

Re: HTTP service - message in web interface

Posted: Tue Aug 25, 2015 10:44 am
by tmcdonald
HTTP/1.1 403 Forbidden

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

403 means you don't have authorization to view a particular page. If you opened that host's IP in a browser you would likely get something similar.

Re: HTTP service - message in web interface

Posted: Wed Aug 26, 2015 3:22 am
by neworderfac33
You're quite correct - it appears that somebody has taken the server down for maintenance - nice of them to tell me! :-)

Please close this thread and thank you for your reply.

Pete