Page 1 of 1

Socket Time Out

Posted: Mon Mar 25, 2019 11:08 am
by ivp2015
Hi Team,
We are getting some alerts from Windows and Linux Servers.

Like- Disk Usages, CPU utilization, Ping, Uptime.
Error- Socket Time Out

when we check the connection everything is working fine.

Thanks

Re: Socket Time Out

Posted: Mon Mar 25, 2019 3:22 pm
by tgriep
If the server that is getting checked is busy and does not respond quick enough, or a short network outage, that could cause the plugin to timeout and output that message.
One thing to try is to increase the timeout for the plugins you are using.
To do that, find the command definition and add, for example

Code: Select all

-t 59
to the command.
That will increase the timeout to 59 seconds and hopefully help out in the issue you are having.