Page 1 of 1

i can't access nagios interface

Posted: Mon Nov 27, 2017 3:45 am
by aynarklam
Hi All,

i'm using vmware workstation to install nagios core on centos 7 everything works with nat configuration
but since i configured my vm in bridged mode to give it the ip address of my network i can't access nagios interface typing http://ipaddress/nagios
my vm ping machines in the network and they can ping it
i need your help "by the way i'm a beginner in linux"





thanks

Re: i can't access nagios interface

Posted: Mon Nov 27, 2017 5:37 pm
by cdienger
Is Apache listening on the interface? Run netstat -na | grep 80 to verify. Also try restarting the Apache service with service httpd restart and check for errors in /var/log/httpd/error_log/