Search found 772 matches

by bolson
Thu Aug 24, 2017 4:46 pm
Forum: Nagios XI
Topic: occasional "socket timeout after 10 seconds"
Replies: 19
Views: 572

Re: occasional "socket timeout after 10 seconds"

Hello lpereira, as a troubleshooting measure run the following on the command line of your NagiosXI server replacing ip_address with the IP address of one of the hosts you're having trouble with: ping ip_address > ping.txt Let it run for several hours, stop it with ^C, and attach ping.txt to this to...
by bolson
Thu Aug 24, 2017 4:40 pm
Forum: Nagios XI
Topic: Nagios XI Installation Failed
Replies: 4
Views: 1106

Re: Nagios XI Installation Failed

Hello Chai5, are you saying that you followed the steps in this guide and you're still getting the same result?

https://support.nagios.com/kb/article.php?id=155
by bolson
Thu Aug 24, 2017 1:33 pm
Forum: Nagios XI
Topic: occasional "socket timeout after 10 seconds"
Replies: 19
Views: 571

Re: occasional "socket timeout after 10 seconds"

Probably not as "No data was received from host" or "could not fetch information from server" are not timeout related. You may want to run the following against a host returning these random errors: ping ip_address > ping.txt for several hours (stop with ^C) examine the file to s...
by bolson
Thu Aug 24, 2017 1:01 pm
Forum: Nagios XI
Topic: LOG CLEANUP
Replies: 6
Views: 192

Re: LOG CLEANUP

Hello ericssonvietnam,

From the command line run the following as root:

Code: Select all

crontab -e
hit the insert key and type the following:

Code: Select all

0 0 1 * * find /tapebackup/* -type d -ctime +30 -exec rm -rf {} \;
hit the escape key and type :wq and press enter

You're good to go. May we close this topic?
by bolson
Thu Aug 24, 2017 11:59 am
Forum: Open Source Nagios Projects
Topic: side.php does not display properly on Ubuntu16
Replies: 6
Views: 3065

Re: side.php does not display properly on Ubuntu16

Closing this topic as resolved.
by bolson
Thu Aug 24, 2017 10:59 am
Forum: Nagios XI
Topic: Problem with thresholds on VM monitoring
Replies: 5
Views: 86

Re: Problem with thresholds on VM monitoring

Closing this topic as resolved.
by bolson
Thu Aug 24, 2017 9:45 am
Forum: Open Source Nagios Projects
Topic: nagios service restart failed.
Replies: 29
Views: 14352

Re: nagios service restart failed.

re-installing client did the trick.
I am having trouble configuring check command for sql serivce. It has $ sign in it.
something like these:
MSSQL$VIM_SQLEXP
MSSQL$SQLEXP

please suggest.
Please open a new topic as this is an unrelated issue. I'll be closing this topic as resolved. Thank you!
by bolson
Thu Aug 24, 2017 9:39 am
Forum: Nagios XI
Topic: occasional "socket timeout after 10 seconds"
Replies: 19
Views: 572

Re: occasional "socket timeout after 10 seconds"

It could be that at random times a server being checked becomes busy and it cannot respond in time before the default timeout for the plugin kicks in and displays the timeout message. But, the default time out for those plugins can be increased bu going to the Core Config Manager > Commands menu, fi...
by bolson
Wed Aug 23, 2017 4:57 pm
Forum: Nagios XI
Topic: Nagios Sql Login Issues
Replies: 1
Views: 409

Re: Nagios Sql Login Issues

Hello, could you please post the contents of this command:

Code: Select all

cat /etc/hosts
by bolson
Wed Aug 23, 2017 10:33 am
Forum: Nagios XI
Topic: occasional "socket timeout after 10 seconds"
Replies: 19
Views: 572

Re: occasional "socket timeout after 10 seconds"

File received and shared with team