Page 1 of 1

Fusion 4.1.5 Unable to show polled data from one XI Server

Posted: Wed Dec 19, 2018 5:38 am
by michal.nastaly
Hi,

This morning our Nagios Fusion server is unable to display data from a single XI server.
The other 'fused' servers are working correctly and pressing "test connection" works to the XI server.
Nagios is working fine on the XI server when I go to it, but still fusion is unable to load data for that server.

Where do I begin troubleshooting this issue? Is there a log for each fused server I can view?

thanks

Re: Fusion 4.1.5 Unable to show polled data from one XI Serv

Posted: Wed Dec 19, 2018 3:45 pm
by tgriep
The following example is a command you can run as root on the Fusion server to see if it can connect to the remote Nagios server using the fusekey.
Run the following replacing the nagiosxiserver with the XI server's host name and the xxxxxxxxxxxxxxxxxxxxxxxx with the fusion key.

Code: Select all

curl -XGET https://nagiosxiserver/nagiosxi/api/v1/system/status?fusekey=xxxxxxxxxxxxxxxxxxxxxxxx -k -v
Post the output to the ticket.

This should display the error when connecting to the XI server.

Most of the issues I have seen for this are SSL configuration errors for the Apache Web server running on the XI server.

Re: Fusion 4.1.5 Unable to show polled data from one XI Serv

Posted: Thu Dec 20, 2018 4:22 am
by michal.nastaly
Morning,

thanks for the response here is the output:
Capture.PNG

Re: Fusion 4.1.5 Unable to show polled data from one XI Serv

Posted: Thu Dec 20, 2018 4:24 am
by michal.nastaly
Hello,

I have just noticed we are only communicating on HTTP so the Certificate is irrelevant at the moment.

Its saying in the screenshot i have posted that the URL was not found, can you confirm its correct?

thanks

Re: Fusion 4.1.5 Unable to show polled data from one XI Serv

Posted: Thu Dec 20, 2018 6:48 am
by michal.nastaly
This has suddenly started working, are there any logs we can view so we can build a timeline of events? i.e. what response we were getting and then what time it started working again?

thanks

Re: Fusion 4.1.5 Unable to show polled data from one XI Serv

Posted: Thu Dec 20, 2018 10:06 am
by tgriep
One place to check when the authentications started to work are the Fusion Logs in the /usr/local/nagiosfusion/var/log folder.
Take a look in the following files to see when the authentications started to work

Code: Select all

auth_subsys.log
poll_subsys.*
Another place to look at is the Apache log files on the Nagios XI server in the /var/log/httpd folder.
Search for the keyword fusekey and you might see more details there.