Re: Very slow login
Posted: Tue Jun 03, 2014 9:44 am
Fusion 2014 has been released: http://library.nagios.com/library/produ ... /downloads
Let us know how that upgrade goes for you.
Let us know how that upgrade goes for you.
Support for Nagios products and services
https://support.nagios.com/forum/
No change at all. Exactly 61 seconds login again.tmcdonald wrote:Fusion 2014 has been released: http://library.nagios.com/library/produ ... /downloads
Let us know how that upgrade goes for you.
This has to be caused by something in your environment. We've tested Fusion numerous times, and were not able to recreate this issue.No change at all. Exactly 61 seconds login again.
It's not just the theme... Here's list of the changes:BTW I dont notice any functionality difference in 2014 except the theme change.
Lets assume it is something in my environment? What is it? How do we find out?lmiltchev wrote:This has to be caused by something in your environment. We've tested Fusion numerous times, and were not able to recreate this issue.No change at all. Exactly 61 seconds login again.
It's not just the theme... Here's list of the changes:BTW I dont notice any functionality difference in 2014 except the theme change.
http://assets.nagios.com/downloads/nagi ... HANGES.TXT
So where does this leave your customers? This is not acceptable.jomann wrote:It could be anything in the environment. The database taking longer, the actual web server may be taking longer to process the php on the login. It could be DNS. We aren't really sure. The problem is we can't do much from here since we have tried and are unable to reproduce it on our systems. Without reproducing it, it's like shooting a shotgun in the dark and hoping you hit a target on the other side of the football field.
Code: Select all
iptables --listUser segment is different from the server farm.Box293 wrote:I would be interested in seeing if there are any firewalls which could be causing this problem.
When you login to fusion, is that computer in the same subnet as the Fusion server?
If it is in a seperate subnet, can you please test logging into fusion from a computer in the same subnet as the fusion server?
On your fusion server, could you please show us the output from:Code: Select all
iptables --list
Code: Select all
[nagios@nagiosprodcons ~]$ sudo iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[nagios@nagiosprodcons ~]$