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
Socket Time Out
Re: Socket Time Out
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
to the command.
That will increase the timeout to 59 seconds and hopefully help out in the issue you are having.
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 59That will increase the timeout to 59 seconds and hopefully help out in the issue you are having.
Be sure to check out our Knowledgebase for helpful articles and solutions!