HTTP service - message in web interface

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
neworderfac33
Posts: 329
Joined: Fri Jul 24, 2015 11:04 am

HTTP service - message in web interface

Post 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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: HTTP service - message in web interface

Post 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.
Former Nagios employee
neworderfac33
Posts: 329
Joined: Fri Jul 24, 2015 11:04 am

Re: HTTP service - message in web interface

Post 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
Locked