nagios监控check_http出现403Forbidden

    在nagios使用check_nrpe的check_http时,会出现403Forbidden的warnning,原因是什么?yum源安装的httpd服务的/var/www/html下是没有index.html这个文件的。解决办法很简单:touch /var/www/html/index.html 。测试下curl localhost -I ,出现200,说明已经可以了。

你可能感兴趣的:(localhost,监控,touch)