You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, some sort of timeout is needed as otherwise the connection could "hang" for an extended amount of time. I encountered at least one case during testing where I gave up after a long wait and hit Ctrl-C. This is "OK" for interactive testing, but would likely cause issues for proper Nagios plugin operation.
- update README file to reflect new flag
- update CHANGELOG to note new feature
- use custom net.Dialer with custom timeout value,
fallback to application default value of 10s
refs #6, #7
- update README file to reflect new flag
- update CHANGELOG to note new feature
- use custom net.Dialer with custom timeout value,
fallback to application default value of 10s
refs #6, #7
In short, some sort of timeout is needed as otherwise the connection could "hang" for an extended amount of time. I encountered at least one case during testing where I gave up after a long wait and hit Ctrl-C. This is "OK" for interactive testing, but would likely cause issues for proper Nagios plugin operation.
References:
The text was updated successfully, but these errors were encountered: