Very slow login
Re: Very slow login
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.
Former Nagios employee
Re: Very slow login
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.
[Wed Jun 04 14:56:45 2014] [notice] caught SIGTERM, shutting down
[Wed Jun 04 14:54:52 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jun 04 14:54:52 2014] [notice] Digest: generating secret for digest authentication ...
[Wed Jun 04 14:54:52 2014] [notice] Digest: done
[Wed Jun 04 14:54:53 2014] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 configured -- resuming normal operations
BTW I dont notice any functionality difference in 2014 except the theme change.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Very slow login
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
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Very slow login
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
2014 is like a facelift with very minor updates that does not increase the functionality of the product.
Compared to 2014 update of XI, it is like night and day.
I wonder if this product will have significant updates in the future.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Very slow login
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.
2014 is mostly a maintenance release but it includes a theme that keeps all the Nagios products unified but it also fixes a lot of bugs that shouldn't have been in there in the first place. There are plans on significant updates (such updates will make Fusion more secure, completely change the way it handles XI authentication and polling, allow actual managing of XI servers from within Fusion, etc) that we have brought to the table but they are unfortunately waiting in line with a lot of the other things that are going on around here including the release of 2014 XI.
2014 is mostly a maintenance release but it includes a theme that keeps all the Nagios products unified but it also fixes a lot of bugs that shouldn't have been in there in the first place. There are plans on significant updates (such updates will make Fusion more secure, completely change the way it handles XI authentication and polling, allow actual managing of XI servers from within Fusion, etc) that we have brought to the table but they are unfortunately waiting in line with a lot of the other things that are going on around here including the release of 2014 XI.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Very slow login
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.
I suggest the team come up with a more positive response.
Every other product works fine from Nagios Core to Nagios XI which I assume has the same backend code.
Last edited by rajasegar on Fri Jun 06, 2014 1:08 am, edited 1 time in total.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Very slow login
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:
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 --listAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Very slow login
User 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
Anyway all XI, Core & Fusion are in the same segment. Since the rest no issues, I dont see why it would only affects Fusion.
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 ~]$
Turned off the proxy in the browser and tried to login to Fusion.
Guess what the same 61 seconds again.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Very slow login
Well it doesn't look like anything to do with the linux firewall or any other firewalls, thats one less thing to test
I'll think about this some more and see what other possibilities there could be.
What version of Windows is HyperV running on?
I'll think about this some more and see what other possibilities there could be.
What version of Windows is HyperV running on?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Very slow login
I'll do some further troubleshooting in our environment next week. First I'll try to install the 2014 theme change.. I mean 2014 update
.