This happening because nagios is searching for index page under your http root directory and cannot find it
To fix it quickly all you need to do is go to your http root directory (by default /var/www/html) and create empty index file:
cd /var/www/html touch index.html
restart both nagios & httpd service:
service nagios restart service httpd restart
Fixed =)
0 comments:
Post a Comment