New XI Server not Showing Data

This support forum board is for questions relating to Nagios Fusion.
Locked
blariv
Posts: 188
Joined: Wed Sep 26, 2012 11:55 am

New XI Server not Showing Data

Post by blariv »

hi,

i have 2 servers showing XI data, the 3rd is not. I is a brand new XI install, php settings have been tweaked per my last post. I also do not see any logs in the fusion.log. I tested connectivity and it connected fine, the authentication also connected.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: New XI Server not Showing Data

Post by ssax »

Brand new meaning XI 5.6.14?

Are you seeing any errors in the poller logs in /usr/local/nagiosfusion/var?

Anything in Admin > Fusion Logs?

Then in the Nagios Fusion web interface go to Admin > System Settings:
- Set Log Level to trace
- Check the box next to Enable writing log data to the specified file
- Check the box next to Enable writing debug data to the specified file.

Then in that same SSH session, please run this command (as root) and LEAVE IT RUNNING:

Code: Select all

tail -Fn0 /var/log/messages /var/log/cron /var/log/httpd/error_log /var/log/httpd/ssl_error_log /usr/local/nagiosfusion/var/log/*.log
Then go to Admin in the web interface and under the "Subsys Status" section, click the gear icon to the right of Polling Locks and then click the "Clear polling locks" button.

Now wait 10 minutes and send me the full output from the still running tail command above.

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 -k -L -v http://nagiosxiserver/nagiosxi/api/v1/system/status?fusekey=xxxxxxxxxxxxxxxxxxxxxxxx
What does that output?
blariv
Posts: 188
Joined: Wed Sep 26, 2012 11:55 am

Re: New XI Server not Showing Data

Post by blariv »

poller log showed disk space errors. I extended the drive so that is fixed. new server still didn't show so I grabbed the trace log (attached).

the test connection w/ fuse key worked.
Last edited by ssax on Mon May 04, 2020 5:16 pm, edited 1 time in total.
Reason: Removed file, had sensitive info, support still has access to it. Please PM logs with sensitive data next time.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: New XI Server not Showing Data

Post by ssax »

There may still be some old locks.

Since you cleaned that up, do this:

Please run this command (as root) and LEAVE IT RUNNING:

Code: Select all

tail -Fn0 /var/log/messages /var/log/cron /var/log/httpd/error_log /var/log/httpd/ssl_error_log /usr/local/nagiosfusion/var/log/*.log
Then go to Admin in the web interface and under the "Subsys Status" section, click the gear icon to the right of Polling Locks and then click the "Clear polling locks" button.

Now wait 10 minutes and send me the full output from the still running tail command above.
blariv
Posts: 188
Joined: Wed Sep 26, 2012 11:55 am

Re: New XI Server not Showing Data

Post by blariv »

here you go.
Last edited by ssax on Mon May 04, 2020 5:16 pm, edited 1 time in total.
Reason: Removed file, had sensitive info, support still has access to it. Please PM logs with sensitive data next time.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: New XI Server not Showing Data

Post by ssax »

I'm not seeing any issues in there, are you still seeing them as not showing? Please post a screenshot of your polling settings for the server and in Admin > System Settings > Data and Polling tab.

Thank you
blariv
Posts: 188
Joined: Wed Sep 26, 2012 11:55 am

Re: New XI Server not Showing Data

Post by blariv »

attached
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: New XI Server not Showing Data

Post by ssax »

Please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/

Thank you
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: New XI Server not Showing Data

Post by ssax »

Locking thread, ticket received, we will continue support through the ticket.

Thank you
Locked