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.
braindope
Posts: 80 Joined: Fri Sep 26, 2014 12:13 am
Post
by braindope » Thu Sep 03, 2015 6:08 am
Hi,
Command check:
define command{
command_name check_http
command_line $USER1$/check_http -H $HOSTADDRESS$
}
Error:
HTTP WARNING: HTTP/1.1 403 Forbidden
As my research on the net i've already add index.html on /var/www/html and its permission is 777, restart my httpd service and nagios.
when I run manually the check_http it give positive result, any ideas?
hsmith
Agent Smith
Posts: 3539 Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:
Post
by hsmith » Thu Sep 03, 2015 9:18 am
braindope wrote: Hi,
Command check:
define command{
command_name check_http
command_line $USER1$/check_http -H $HOSTADDRESS$
}
Error:
HTTP WARNING: HTTP/1.1 403 Forbidden
As my research on the net i've already add index.html on /var/www/html and its permission is 777, restart my httpd service and nagios.
when I run manually the check_http it give positive result, any ideas?
What kind of address are you trying to check?
Former Nagios Employee.
me.