Hi,
I am getting "NSclient++ Socket timeout after 10 Sec" error for the windows server. Kindly help to resolve this
NSclient++ Socket timeout after 10 Sec error
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: NSclient++ Socket timeout after 10 Sec error
What version of NSClient are you using? What documentation did you use to set it up? What checks are you running? Are any checks working? If so, which ones?
Sometimes, this can be solved by simply increasing the timeout period.
Sometimes, this can be solved by simply increasing the timeout period.
Re: NSclient++ Socket timeout after 10 Sec error
The NSClient version is NSCP-0.4.4.15-x64. please tell me in detail how i can increase the timeout period. We are monitoring drives,CPU usage and memory . Only the server status is shown up but the services are down with error "socket timeout error after 10 seconds". there is no firewall issues. We are using check_nt command.
Re: NSclient++ Socket timeout after 10 Sec error
Try appending -t 60 to the command -
Code: Select all
-t, --timeout=INTEGER
Seconds before connection attempt times out (default: -l, --params=<parameters>
Parameters passed to specified check (see below) -d, --display={SHOWALL}
Display options (currently only SHOWALL works) -u, --unknown-timeout
Return UNKNOWN on timeouts10)
Former Nagios Employee
Re: NSclient++ Socket timeout after 10 Sec error
We still have this issue. This is an intermittent issue. The OS is windows 2008 R2.
Re: NSclient++ Socket timeout after 10 Sec error
Did you follow @rkennedy's suggestion and specify the timeout?
Former Nagios employee