Not able to access Nagios XI URL

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ganeshkagde
Posts: 49
Joined: Sun Apr 22, 2018 4:58 am

Not able to access Nagios XI URL

Post by ganeshkagde »

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.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Not able to access Nagios XI URL

Post by cdienger »

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
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

Post by ganeshkagde »

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.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Not able to access Nagios XI URL

Post by lmiltchev »

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.
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

Post by ganeshkagde »

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

Post by npolovenko »

@ganeshkagde, First please run:

Code: Select all

service httpd restart
Please clear out all files from the following directory:

Code: Select all

/usr/local/nagios/var/spool/perfdata/
Run the repair database script:

Code: Select all

 /usr/local/nagiosxi/scripts/repair_databases.sh
And please post:

Code: Select all

 cat /etc/httpd/conf.d/nagiosxi.conf
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

Post by ganeshkagde »

Hi Team,

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

Post by scottwilkerson »

glad you resolved the issue
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked