Page 3 of 4
Re: databases
Posted: Mon May 15, 2017 4:39 pm
by hsauerbach
sent private email of profile to tgriep
Thanks
Re: databases
Posted: Mon May 15, 2017 4:58 pm
by tgriep
Thanks, I received it and shared it with the other techs.
Re: databases
Posted: Tue May 16, 2017 8:16 am
by hsauerbach
what is our next step. ntpd is up and running now. thanks
Re: databases
Posted: Tue May 16, 2017 8:29 am
by tgriep
Can you provide a screen capture of the error so we can check the configuration of that service?
Re: databases
Posted: Tue May 16, 2017 8:56 am
by hsauerbach
tgriep sent private screen shot of disk failure. Please let me know what I can do.
Thanks
Re: databases
Posted: Tue May 16, 2017 9:12 am
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?
Re: databases
Posted: Tue May 16, 2017 9:12 am
by hsauerbach
tgriep sent a second private screen shot of disk failure settings. Please let me know what I can do.
Re: databases
Posted: Tue May 16, 2017 9:27 am
by hsauerbach
tgriep sent you another private message with all the configuration information you asked for.
Re: databases
Posted: Tue May 16, 2017 10:12 am
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?
Re: databases
Posted: Tue May 16, 2017 10:16 am
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.