Hello,
I'm looking for an example of check_udp for a port. Any suggestion?
Check_udp for chronyd
-
janellewhitting
- Posts: 1
- Joined: Wed Oct 09, 2024 5:07 am
Check_udp for chronyd
- Janelle -slope game
-
gwesterman
- Posts: 268
- Joined: Wed Aug 23, 2023 11:29 am
Re: Check_udp for chronyd
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!
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!
-
vedicsystems
- Posts: 9
- Joined: Fri Jul 14, 2017 8:28 am
Re: Check_udp for chronyd
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.