Unable to install Nagios XI hitting issue regarding sourcegu

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raahsri
Posts: 1
Joined: Fri Dec 15, 2017 10:14 pm

Unable to install Nagios XI hitting issue regarding sourcegu

Post by raahsri »

Hi Nagios Team,

Please help me,while installing the nagios xi I'll got some error regarding source guardian & unable to resolve this.
Attaching the installation log for analysis.
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: Unable to install Nagios XI hitting issue regarding sour

Post by npolovenko »

Hello, @raahsri. Please run the following commands and show us the output:

Code: Select all

systemctl status httpd.service
And also this one:

Code: Select all

journalctl -xe
Also, it would be helpful if you uploaded the httpd error log. You should be able to find it in this directory:

Code: Select all

/var/log/httpd
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Unable to install Nagios XI hitting issue regarding sour

Post by lmiltchev »

In addition to what npolovenko asked, can you also run the following commands, and show the output?

Code: Select all

php -v
httpd -v
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked