Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nagios - HTTP WARNING: HTTP/1.1 403 Forbidden

Tags:

nagios

I am using Nagios XI. I entered following command in order to monitor httpd service of the remote Linux server (128.19.5.131):

/usr/local/nagios/libexec/check_http -H 128.19.5.131

It is giving me following output:

HTTP WARNING: HTTP/1.1 403 Forbidden

like image 973
Mandar Shinde Avatar asked May 15 '14 08:05

Mandar Shinde


1 Answers

I solved it by executing

$ touch /var/www/html/index.html
$ chmod 755 /var/www/html/index.html

on the remote server.

like image 88
user3471980 Avatar answered Sep 27 '22 22:09

user3471980