No data coming from the Fused CORE servers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

No data coming from the Fused CORE servers

Post by dlukinski »

We've Fused 4 CORE servers (# 5 is coming shortly), but no data coming from any of them.

Please help with getting COREs connected to Fusion
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: No data coming from the Fused CORE servers

Post by npolovenko »

Hello, @dlukinski. Can you go into the Fused server settings for one of the Core servers and make sure that you have chosen the right Server type = Nagios Core?Maybe take a screenshot of the whole Fused Server settings page and upload it here, because there're cou[ple other things I would like to check.
How much time passed since you added the Core Servers? How many host and service checks do those servers host?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: No data coming from the Fused CORE servers

Post by dlukinski »

npolovenko wrote:Hello, @dlukinski. Can you go into the Fused server settings for one of the Core servers and make sure that you have chosen the right Server type = Nagios Core?Maybe take a screenshot of the whole Fused Server settings page and upload it here, because there're cou[ple other things I would like to check.
How much time passed since you added the Core Servers? How many host and service checks do those servers host?

I believe it does not same passwords properly (pwd contains "!")

- is there a way to fix this?

(also added another post about our Fusion running out of space)
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: No data coming from the Fused CORE servers

Post by npolovenko »

@dlukinski, I just created a user in XI with a password that contains an exclamation mark and was able to fuse the server. The login test passes with a green checkmark. Are there any other symbols inside your password other than "!"?Do the quotes also present in your password?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: No data coming from the Fused CORE servers

Post by dlukinski »

npolovenko wrote:@dlukinski, I just created a user in XI with a password that contains an exclamation mark and was able to fuse the server. The login test passes with a green checkmark. Are there any other symbols inside your password other than "!"?Do the quotes also present in your password?
No no quotes
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: No data coming from the Fused CORE servers

Post by npolovenko »

@dlukinski, Can you paste the following link inside the web browser on the Fusion Server, but replace the password with the Nagios Core admin password.
Does this successfully authenticate and log you into the Nagios Core web interface?
Try to remove Nagios Core from the Fused Services and re-add it again.

PS: I'd wait to start working on this problem after the disk size issue is resolved. Having 100% disk utilization could cause a variety of problems, possibly including this one.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: No data coming from the Fused CORE servers

Post by dlukinski »

npolovenko wrote:@dlukinski, Can you paste the following link inside the web browser on the Fusion Server, but replace the password with the Nagios Core admin password.
Does this successfully authenticate and log you into the Nagios Core web interface?
Try to remove Nagios Core from the Fused Services and re-add it again.

PS: I'd wait to start working on this problem after the disk size issue is resolved. Having 100% disk utilization could cause a variety of problems, possibly including this one.
We have re-spinned the server (from the template).

added 2 XI and 8 CORE servers (permissions checked in OK)
- not getting data from any of them !!!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: No data coming from the Fused CORE servers

Post by tgriep »

There could be a stuck polling lock on the Fusion server which will not cause it to poll any servers.
To clear it, run the following as root in a shell on the Fusion server.

Code: Select all

echo 'truncate table polling_lock ;' |mysql -u fusion -pfusion fusion
After that, the system should start to poll your servers again the next time they are scheduled.
Be sure to check out our Knowledgebase for helpful articles and solutions!
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: No data coming from the Fused CORE servers

Post by dlukinski »

tgriep wrote:There could be a stuck polling lock on the Fusion server which will not cause it to poll any servers.
To clear it, run the following as root in a shell on the Fusion server.

Code: Select all

echo 'truncate table polling_lock ;' |mysql -u fusion -pfusion fusion
After that, the system should start to poll your servers again the next time they are scheduled.

No luck. Fused servers status is OK in all cases, but data coming in. Subsys status is also OK (All)
- no data is coming in for any of them.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: No data coming from the Fused CORE servers

Post by tgriep »

What version of Nagios Core are the servers running?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked