Page 2 of 2

Re: check udp port

Posted: Fri Oct 20, 2017 11:03 am
by DOkuwa
Thanks
it is not definitely on that port
netstat -lu | grep 19523 doers nothing

Re: check udp port

Posted: Fri Oct 20, 2017 11:06 am
by dwhitfield
@DOkuwa, did you want to test on a port that is listening on udp, or are we ready to close the thread?

Re: check udp port

Posted: Fri Oct 20, 2017 12:09 pm
by DOkuwa
netstat -lu | grep 19523 is producing nothing
I think it is a TCP port

Re: check udp port

Posted: Fri Oct 20, 2017 12:17 pm
by dwhitfield
DOkuwa wrote:
I think it is a TCP port
Yes, but your thread is about checking UDP. Can you clarify what your ultimate goal is? You already have a check_tcp command earlier in the thread that works.