Unable to access fusion

This support forum board is for questions relating to Nagios Fusion.
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Unable to access fusion

Post by RIDS_I2MP »

Hi team,

We are using nagios fusion 2014R1.0. We are facing an issue since this morning where in the link for nagios fusion (ipaddress/nagiosfusion) is not accessible for the offshore users who are connected to the client network via VPN or VLAN. We are able to access the link when we try from a server in the clients network, however when we try to access the link from our desktop, we get a message saying 'This page cant be displayed'. Also, we have observed that issue is effecting only a few people - some users are able to access the fusion server fine. Please assist.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Unable to access fusion

Post by scottwilkerson »

Can you reach the machine through the VPN by pinging it?

It's possible that you may need to restart httpd so it can bind to the VPN IP address

Code: Select all

service httpd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to access fusion

Post by RIDS_I2MP »

I have checked the status of httpd on the fusion server and I get the below output

[nagios@hostname ~]$ service httpd status
httpd dead but subsys locked

however, when I login as root, I see the below message.

[root@hostname ~]# service httpd status
httpd (pid 7461) is running...
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Unable to access fusion

Post by scottwilkerson »

As root can you run

Code: Select all

service httpd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to access fusion

Post by RIDS_I2MP »

We have restarted the httpd, however we are still facing this issue.
Thanks & Regards,
I2MP Team.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Unable to access fusion

Post by lmiltchev »

Is SELinux disabled?

Code: Select all

getenforce
Try to log in Fusion, then run the following command and show us the output in code wraps:

Code: Select all

tail -100 /var/log/httpd/error_log
Be sure to check out our Knowledgebase for helpful articles and solutions!
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to access fusion

Post by RIDS_I2MP »

root@eu1papu004 tmp]# getenforce
Permissive

SeLinux is showing Permissive.I am attaching the logs.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Unable to access fusion

Post by scottwilkerson »

Being the problem is the offshore users accessing through the VPN, lets see what interface httpd is listening on

Code: Select all

netstat -npl|grep httpd
I am assuming the offshore users are using the IP of the VPN, correct?

Also, can they reach the machine by pinging it?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to access fusion

Post by RIDS_I2MP »

Yes We are able to ping and even take the ssh of the server.

The client subnet is masked into our so we can directly access the servers and url's We are able to ssh to the server but URL is not coming up.

Httpd is on the listning mode.

netstat -npl|grep httpd
tcp 0 0 :::80 :::* LISTEN 3995/httpd
Thanks & Regards,
I2MP Team.
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Unable to access fusion

Post by RIDS_I2MP »

Hi Team,

The other issue that we are facing now if when we click on any of the dashboard that we have created (using custom URL Dashlet), We get a login screen or a message saying session timed out. We have taken the permalink of the page that we wanted to access from nagios fusion and added them to a dashboard on fusion using the custom URL dashlet, It was working fine till early this week but now we are facing this issue. Also, could you please let us know how we can get on call support for this issue as we are facing this issue for couple of days now and the tech teams are not able to view the information the dashboards.

This is happening not just on the VPN/VLAN but on the client network as well
Thanks & Regards,
I2MP Team.
Locked