have a problem in integrating nagios network analyzer with nagios xi , , the error shown is ' Failed connect to API. Check your connection to the host (using SSL?) and make sure your Nagios Network Analyzer is version 2014R1.5 or higher. '
i have nagios 5.5.11 and netwok analyzer 2.4.0
i have trial version for both of them
i didn't use ssl for both of them too
what should i do
any help !
integrating nagios network analyzer with nagios xi
Re: integrating nagios network analyzer with nagios xi
Are you using the IP or DNS name in Admin > Manage Components > Nagios Network Analyzer Integration > Settings? Try it with the IP address if you aren't, then test it again.
Please attach a screenshot of those settings.
Additionally, please send the output of these commands:
From the XI server:
- Change X.X.X.X to the IP or your NNA server
- Change NNADNSNAME to the DNS name of your NNA server
From the NNA server:
- Change X.X.X.X to the IP of your XI server
- Change XIDNSNAME to the DNS name of your XI server
Try putting this line in your XI server's /etc/hosts file:
Try putting this line in your NNA server's /etc/hosts file:
Then test it again and let us know the results.
In addition, run this command as root on both systems (and leave the command running):
Then test each of those changes and send me the full output from the tail commands from both ends.
Thank you!
Please attach a screenshot of those settings.
Additionally, please send the output of these commands:
From the XI server:
- Change X.X.X.X to the IP or your NNA server
- Change NNADNSNAME to the DNS name of your NNA server
Code: Select all
nmap -Pn -p80 X.X.X.X
nslookup NNADNSNAME- Change X.X.X.X to the IP of your XI server
- Change XIDNSNAME to the DNS name of your XI server
Code: Select all
nmap -Pn -p80 X.X.X.X
nslookup XIDNSNAMECode: Select all
X.X.X.X NNADNSNAME NNADNSNAME.YOURDOMAIN.COMTry putting this line in your NNA server's /etc/hosts file:
Code: Select all
X.X.X.X XIDNSNAME XIDNSNAME.YOURDOMAIN.COMIn addition, run this command as root on both systems (and leave the command running):
Code: Select all
tail -F /var/log/httpd/error_log /var/log/httpd/ssl_error_logThank you!