Hi Team,
kindly help me as i am unable to access Nagios XI URL as its shows that "This site can’t be reached" and "Unable to connect".
as i tried all system and browsers still unable to access it.
Not able to access Nagios XI URL
Re: Not able to access Nagios XI URL
Are you using http or https to access the site? Try them both if you've only tried one. Also, use the IP address of the XI machine to access the page:
http://<xi_ip>
https://<xi_ip>
Make sure the Apache is running:
service httpd restart
netstat -na | egrep "443|80"
You should see port 80 and 443 running in the netstat output:
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
http://<xi_ip>
https://<xi_ip>
Make sure the Apache is running:
service httpd restart
netstat -na | egrep "443|80"
You should see port 80 and 443 running in the netstat output:
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: Not able to access Nagios XI URL
Hi,
after restarted httpd service, it came to normal. but now Nagios XI performance is quite slow, can you help me on this. PFA system profile from Nagios XI.
after restarted httpd service, it came to normal. but now Nagios XI performance is quite slow, can you help me on this. PFA system profile from Nagios XI.
You do not have the required permissions to view the files attached to this post.
Re: Not able to access Nagios XI URL
Can you PM me (or anyone else on the Nagios Support team) the profile.zip file?
Admin > System Profile > Download Profile
It contains a lot more useful information than the "text" version of the profile. I suspect that you are having some DB issues as the number of hosts and services shown in the profile is 0 (zero), but we would need to review all of the logs/configs in order to find the root cause.
Admin > System Profile > Download Profile
It contains a lot more useful information than the "text" version of the profile. I suspect that you are having some DB issues as the number of hosts and services shown in the profile is 0 (zero), but we would need to review all of the logs/configs in order to find the root cause.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: Not able to access Nagios XI URL
PFA profile.zip file.
You do not have the required permissions to view the files attached to this post.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Not able to access Nagios XI URL
@ganeshkagde, First please run:
Please clear out all files from the following directory:
Run the repair database script:
And please post:
Code: Select all
service httpd restartCode: Select all
/usr/local/nagios/var/spool/perfdata/Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.shCode: Select all
cat /etc/httpd/conf.d/nagiosxi.confAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
ganeshkagde
- Posts: 49
- Joined: Sun Apr 22, 2018 4:58 am
Re: Not able to access Nagios XI URL
Hi Team,
Many thanks for help/support, you may now please proceed to close this case.
Many thanks for help/support, you may now please proceed to close this case.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Not able to access Nagios XI URL
glad you resolved the issue