Cannot load site on mobile device
Cannot load site on mobile device
I'm trying to load the Nagios site on my iOS device but it keeps trying to redirect or load the home page over and over. Any ideas on how to troubleshoot or figure out what the issue is?
Re: Cannot load site on mobile device
Do you mean you're trying to log into the Nagios XI web interface, or do you mean nagios.com?
Did this start happening after you upgraded?
Can you browse the site using Chrome, using the Device Toolbar to enable small screen mode?
Did this start happening after you upgraded?
Can you browse the site using Chrome, using the Device Toolbar to enable small screen mode?
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Re: Cannot load site on mobile device
Apologies, referring to our internal Nagiox XI web interface. I believe it happened after we moved over to CentOS 7. We did change the hostname in the process when we migrated to our new CentOS 7 server. I'm using an iPhone with Safari, I know it worked before. It loads fine on a desktop using Chrome.
Re: Cannot load site on mobile device
Are you trying to go the new mobile interface:
The old mobile interface:
Or the main XI interface?
Are you seeing any related errors in any of your logs in /var/log/httpd? Please post them.
You can run this command as root and leave it running:
Then try to load it on your iOS device and send us the full output after it fails.
Additionally, please run this command as root and send us the resulting /tmp/HTTPDFILES.zip file:
Thank you!
Code: Select all
http://YOURXISERVER/nagiosxi/mobile/Code: Select all
http://YOURXISERVER/nagiosmobile/Code: Select all
http://YOURXISERVER/nagiosxi/Are you seeing any related errors in any of your logs in /var/log/httpd? Please post them.
You can run this command as root and leave it running:
Code: Select all
tail -Fn0 /var/log/httpd/*Additionally, please run this command as root and send us the resulting /tmp/HTTPDFILES.zip file:
Code: Select all
zip -r /tmp/HTTPDFILES.zip /etc/httpd/conf/httpd.conf /etc/httpd/conf.d /etc/php.ini