<div dir="ltr">Hello,<div><br></div><div>I am trying to implement the check_tcp command to monitor if a specific port is closed on a host, and not open. This pageĀ <a href="https://www.monitoring-plugins.org/doc/man/check_tcp.html">https://www.monitoring-plugins.org/doc/man/check_tcp.html</a> has a few options which I've tried, with zero success, including:<div><br></div><div>-r and -M and -e</div><div><br></div><div>Basically, if the check can not connect to the port, that is the intended result. I am getting socket timeouts when I try the following from the nagios box itself to the host:</div><div><br></div><div>./check_tcp -H $HOST -p 8079 -r crit<br></div><div><div>CRITICAL - Socket timeout after 10 seconds</div></div><div>./check_tcp -H $HOST -p 8079 -e "CRITICAL - Socket timeout after 10 seconds"<br></div><div>CRITICAL - Socket timeout after 10 seconds<br></div><div>./check_tcp -H $HOST -p 8079 -M crit<br></div><div><br></div><div>Can you put me in the right direction for getting this to work?</div><div><br></div><div>Thank you,</div><div><br></div><div>Brandon</div></div></div>