acheesem wrote:Its a CNAME to the servers hostname which is on a external ipBox293 wrote: Does nagiosxi resolve to an internal private IP address, or a external one?
~]# host nagiosxiBox293 wrote: What is the result of this command on your XI server:Code: Select all
host nagiosxi
nagiosxi.xxx.nz is an alias for rudolph.xxx.nz.
rudolph.xxx.nz has address 156.###.###.###
So from what I understand what is happening, the ajax calls are going through a firewall to get to the public IP address of the XI server, and this is causing the delay. It's possible your firewall is limiting the amount of concurrent connections and hence slowing things down.acheesem wrote:Mine was listed in Admin > System Config > System Settings (if that makes a difference)Box293 wrote:Can you go to Admin > System Config > Manage System Config
What is in your "Program URL" and "External URL" fields?
Program URL is https://nagiosxi.xxx.nz/nagiosxi/
External URL is blank
You could:
Define:
Program URL https://private_ip_address/nagiosxi/
External URL https://nagiosxi.xxx.nz/nagiosxi/
Then when accessing it internally, access it via https://private_ip_address/nagiosxi/
or
Setup split DNS so that nagiosxi.xxx.nz resolves to a private IP address when accessing it internally, so it doesn't need to go through the firewall.
This all assumes that your nagiosxi.xxx.nz server has a private IP address. If you only have a public IP address on the server then your options are limited, as all the traffic needs to pass through the firewall to get to the external address and back again.
Does this make sense or help?