I setup a nagios server and after the setup, I encounter a warning "Nagios HTTP WARNING: HTTP/1.1 403 Forbidden".
After research I was able to fix this warning. In order to solve this alert, we just need to create a index.html file inside /var/www/html in server.
After research I was able to fix this warning. In order to solve this alert, we just need to create a index.html file inside /var/www/html in server.
cd /var/www/html
touch index.html
Restart the httpd and nagios service.
service nagios restart
service httpd restart
Wait for a few minutes, now warning is gone.
Wow.. It's done... :)
No comments:
Post a Comment