Page 1 of 1
Check_udp for chronyd
Posted: Wed Oct 09, 2024 5:13 am
by janellewhitting
Hello,
I'm looking for an example of check_udp for a port. Any suggestion?
Re: Check_udp for chronyd
Posted: Wed Oct 09, 2024 9:38 am
by gwesterman
Hi @janellewhitting,
This forum post has a number of good examples for that plugin.
Let us know if this helps and if you have any additional questions.
Thank you!
Re: Check_udp for chronyd
Posted: Tue Dec 16, 2025 2:14 pm
by vedicsystems
The basic way to check if chronyd is running via UDP is to use check_udp -H <IP> -p 123. The Network Time Protocol (NTP) uses port 123, so this confirms the service is listening on that port.