check udp port

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
DOkuwa
Posts: 114
Joined: Tue Aug 15, 2017 3:54 pm

Re: check udp port

Post by DOkuwa »

Thanks
it is not definitely on that port
netstat -lu | grep 19523 doers nothing
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: check udp port

Post by dwhitfield »

@DOkuwa, did you want to test on a port that is listening on udp, or are we ready to close the thread?
DOkuwa
Posts: 114
Joined: Tue Aug 15, 2017 3:54 pm

Re: check udp port

Post by DOkuwa »

netstat -lu | grep 19523 is producing nothing
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

Post 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.
Locked