databases

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

sent private email of profile to tgriep

Thanks
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: databases

Post by tgriep »

Thanks, I received it and shared it with the other techs.
Be sure to check out our Knowledgebase for helpful articles and solutions!
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

what is our next step. ntpd is up and running now. thanks
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: databases

Post by tgriep »

Can you provide a screen capture of the error so we can check the configuration of that service?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

tgriep sent private screen shot of disk failure. Please let me know what I can do.

Thanks
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: databases

Post by tgriep »

Go to the remote server and restart the NRPE Agent.
That should reload the config files for the NRPE agent.

Then send in the full nrpe.cfg file so I can check it for any configuration issues.
Also, run the following on the remote server and post the output.
netstat -anp |grep 5666
ps -ef |grep nrpe

I have a few questions, are you editing the Nagios config files directly on the server and not using the Core Config Manager in the XI GUI?
How did you install the NRPE Agent on the remote system?
What OS and release is the remote server running?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

tgriep sent a second private screen shot of disk failure settings. Please let me know what I can do.
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

tgriep sent you another private message with all the configuration information you asked for.
hsauerbach
Posts: 39
Joined: Thu Apr 20, 2017 9:19 am

Re: databases

Post by hsauerbach »

I just added the root Disk partition for the client using the console and it worked fine and came right up. I did it by making a copy of /home and modifying it for root. Also it looks like only nagiosql table tbl_service got updated not nagios table nagios_services?
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: databases

Post by dwhitfield »

hsauerbach wrote: In MySQL -- nagiosql.tbl_service table is being updated but nagios.nagios_services is NOT updating is it suppose too?
Yes. The Nagios database is used for display, so that suggests the checks are running and notifying properly, but just not updating the webUI. Are you receiving notifications? The nagios.log just has a bunch of ndomod errors in it.

Code: Select all

[1494883743] ndomod: Error writing to data sink!  Some output may get lost...
[1494883743] ndomod: Please check remote ndo2db log, database connection or SSL Parameters
Is there some sort of limiter in place? Those errors are interspersed with it working. Perhaps there are two ndo2db running? You can check with ps -aef | grep ndo2db

It kinda seems like we've moved from database issues to NRPE issues. It might be good to start another thread on the NRPE issues so it doesn't get confusing for community members that want to jump in and help.
Locked