LDAP / AD Integration option in Admin leads to blank page

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by tgriep »

This error that you posted earlier
500 Internal Server error.
Kind of points to a permission issue on the folders that Apache is trying to load.
Can you run the following and post back the output?

Code: Select all

grep nag /etc/passwd
grep nag /etc/group
Be sure to check out our Knowledgebase for helpful articles and solutions!
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by krobertson71 »

Code: Select all

[nagios@nagxxxx1 log]$ grep nag /etc/passwd
nagios:x:981:100::/home/nagios:/bin/bash
[nagios@nagxxxx1 log]$

Code: Select all

[nagios@nagixxxx1 log]$ grep nag /etc/group
apache:x:48:nagios
nagios:x:9550:nagios,apache
nagcmd:x:9551:nagios,apache
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by tgriep »

Lets change the permissions on the files in that folder and see if that resolves it.
Try running this to do that.

Code: Select all

cd /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/
chmod 775 *
Let us know if this works for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by krobertson71 »

No change.

At this point I am not sure what could be going on... Maybe zip up the files in the directory so you can see if something is wrong there?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by tgriep »

My fault, I forgot to add recursive to the command.
Can you run this in that folder?

Code: Select all

chmod -R 775 *
Be sure to check out our Knowledgebase for helpful articles and solutions!
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by krobertson71 »

Still no joy.

Not sure what is going on here.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by tmcdonald »

Would you be willing/able to open a ticket for this? I think a remote session is in order.
Former Nagios employee
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by krobertson71 »

I am going to try a couple of things. This server is our test box, as mentioned before. I am going to try to upgrade a new test server running 2.7 and see how that turns out.

If we could leave this thread open until I can accomplish that, that would be great.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by hsmith »

I'll leave it open. Let us know what you come up with. Thanks!
Former Nagios Employee.
me.
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: LDAP / AD Integration option in Admin leads to blank pag

Post by krobertson71 »

Rebuilt the test server. Created some monitoring configurations.. Upgraded.. ALL GOOD.

Must have been too much "Testing" on the test server.

When upgrading within the GUI.. The red banner did appear saying the Upgrade did not complete but the info window did show "Upgrade Complete!!!" with 0 errors.

AD Integration is working fine.

Needs a search box as it will not show all ID's in a group if it has many users.

Also it would be nice if you could just associate an AD group with contact groups , etc... versus user by user.
Locked