Nagios Network Analyzer AD user interface doesn't work
Nagios Network Analyzer AD user interface doesn't work
All, I have recently tried logging int Nagios Network Analyzer with my userid. The interface previously worked. The following is what I get when I try logging in -> Can't contace LDAP server. It is configured as the same as Nagios XI and Nagios Logserver (both of which work). I have looked in /var/log/messages, /var/log/secure, and /var/log/httpd/(all error files). Anywhere else I should be looking? Thank you.
Re: Nagios Network Analyzer AD user interface doesn't work
Should read -> Can't contact LDAP server.
Re: Nagios Network Analyzer AD user interface doesn't work
Hello @HIINNS
Thanks for reaching out, I understand that you are unable to login to your Nagios Network Analyzer web console via your Active Directory account and want to find out if you are able to login with the 'nagiosadmin' local administrator account. The local nagiosadmin account password reset script can be found in '/usr/local/nagiosna/scripts/reset_nagiosadmin_password.sh'
Once you are in the web console you will be able to check the LDAP configuration and verify the status. You can find additional logs for the Nagios Network Analyzer in the '/usr/local/nagiosna/var/... To verify that you are able to establish connection to your LDAP server from the Nagios Network Analyser, you can use the following command: (we should see response)
We have a support article that provides more information on specific config to check out. Scroll-down the the section on Network Analyzer for details.
Thanks,
Perry
Thanks for reaching out, I understand that you are unable to login to your Nagios Network Analyzer web console via your Active Directory account and want to find out if you are able to login with the 'nagiosadmin' local administrator account. The local nagiosadmin account password reset script can be found in '/usr/local/nagiosna/scripts/reset_nagiosadmin_password.sh'
Once you are in the web console you will be able to check the LDAP configuration and verify the status. You can find additional logs for the Nagios Network Analyzer in the '/usr/local/nagiosna/var/... To verify that you are able to establish connection to your LDAP server from the Nagios Network Analyser, you can use the following command: (we should see response)
Code: Select all
nc <ldapserverip> 636 -v -w 60Thanks,
Perry
Re: Nagios Network Analyzer AD user interface doesn't work
My installation doesn't support nc, but I determined that the ldap server was unreachable by executing traceroute <ldap server IP>. Thank you for your help. Please close this case.
Re: Nagios Network Analyzer AD user interface doesn't work
My mistake a colleague of mine said to try and use telnet. ->
telnet <ip address> 636
Trying <ip address>
Connected to <ip address>.
telnet <ip address> 636
Trying <ip address>
Connected to <ip address>.
Re: Nagios Network Analyzer AD user interface doesn't work
Still can't login through the Web interface. I still get Can't contact LDAP server. Any ideas?
Re: Nagios Network Analyzer AD user interface doesn't work
Please follow this guide to enable debugging and PM me the output:
https://support.nagios.com/kb/article/a ... n-600.html
Please PM the FULL output of these commands as well from the XI server:
- Change your.domain.controller
Please PM a screenshot of Admin > LDAP / AD Integration with your Auth Server settings expanded.
https://support.nagios.com/kb/article/a ... n-600.html
Please PM the FULL output of these commands as well from the XI server:
- Change your.domain.controller
Code: Select all
uname -a
cat /etc/*release
php -v
echo 'DONE' | openssl s_client -showcerts -connect your.domain.controller:636Re: Nagios Network Analyzer AD user interface doesn't work
Could my problem be that selinux in enabled on my NagiosNA server and disabled on my NagiosXI server?
Re: Nagios Network Analyzer AD user interface doesn't work
It likely is related to SELinux, do you see anything being blocked in /var/log/audit/audit.log? None of our products are meant to be run with SELinux enabled on them.