databases
-
hsauerbach
- Posts: 39
- Joined: Thu Apr 20, 2017 9:19 am
Re: databases
sent private email of profile to tgriep
Thanks
Thanks
Re: databases
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
what is our next step. ntpd is up and running now. thanks
Re: databases
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
tgriep sent private screen shot of disk failure. Please let me know what I can do.
Thanks
Thanks
Re: databases
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?
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
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
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
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
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.hsauerbach wrote: In MySQL -- nagiosql.tbl_service table is being updated but nagios.nagios_services is NOT updating is it suppose too?
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
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.