Authentication issue Fusion 4.1.7 and Nagios XI 5.6.2

This support forum board is for questions relating to Nagios Fusion.
Locked
JesusAltamirano
Posts: 4
Joined: Wed Jun 26, 2019 1:43 pm

Authentication issue Fusion 4.1.7 and Nagios XI 5.6.2

Post by JesusAltamirano »

Hello,
I recently installed a 4.1.7 Nagios Fusion instance, while trying to Fuse a Nagios XI server I receive an Authentication issue. While adding the server the test to authenticate is successful. I verified the connection from Fusion with curl curl -XGET https://nagiosname/nagiosxi/api/v1/syst ... xxxxxxxxxx -k -v and the connection seems fine. I tried to look at the logs but while trying to read I receive the following message:
PHP script '/usr/local/nagiosfusion/html/includes/base.inc.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.3.lin' to be installed.

1) Download the required loader 'ixed.5.3.lin' from the SourceGuardian site: http://www.sourceguardian.com/loaders/d ... s_m=x86_64
2) Install the loader to /usr/lib64/php/modules
3) Edit /etc/php.ini and add 'extension=ixed.5.3.lin' directive

I followed instruction with no luck.
Please advice.
Thanks a lot
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Authentication issue Fusion 4.1.7 and Nagios XI 5.6.2

Post by benjaminsmith »

Hello,

After making those changes what are seeing in the apache logs. Is the same error still there? I was able to fuse an XI Server on my test server using Fusion 4.1.7 and it's working as expected.

1. Can you upload the Apache error log to the post /var/log/httpd/error_log?

2. Are you using SSL on both the XI server and Fusion?

3. Got to Admin > System Configuration > System Settings and Enable Debugging (see image). Then try to to test the Fusion settings again and upload the log file to the post.
fusion-debug.png
Thanks.
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
JesusAltamirano
Posts: 4
Joined: Wed Jun 26, 2019 1:43 pm

Re: Authentication issue Fusion 4.1.7 and Nagios XI 5.6.2

Post by JesusAltamirano »

Hi Benjamin,

Thanks for your response. The problem has been solved:

there was an issue with the user as the password was set to expire, it was solved with:
passwd --delete nagios
chage -I -1 -m 0 -M 99999 -E -1 nagios

nagios user was not included in /etc/cron.allow file. Once I added it I was able to connect.

Thanks again and regards!
This topic can be closed now.
Locked