Unable to access Nagios XI web interface from client

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.
Locked
mohitbadve
Posts: 1
Joined: Tue Apr 13, 2021 8:51 am

Unable to access Nagios XI web interface from client

Post by mohitbadve »

Installed Nagios XI on REHL 7 server, it showed installation complete message and gave the url for accessing web interface, http://<server_ip>/nagiosxi/, however the server_ip is a secondary ip for the server, the server's ip address is different.

The nagios service is running on the server but the url is not accessible.

Can someone guide me regarding this?

Thank you in advance for your help.
User avatar
rhassing
Posts: 412
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: Unable to access Nagios XI web interface from client

Post by rhassing »

Is the firewall enabled?

Code: Select all

sudo firewall-cmd --list-all
Is the webserver up and running:

Code: Select all

sudo netstat -tulpn | grep http
Rob Hassing
Image
Locked