Thanks
it is not definitely on that port
netstat -lu | grep 19523 doers nothing
check udp port
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: check udp port
@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
netstat -lu | grep 19523 is producing nothing
I think it is a TCP port
I think it is a TCP port
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: check udp 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.DOkuwa wrote:
I think it is a TCP port