Sorry, we don't support your browser.  Install a modern browser

UDP port monitoring support#61

Support UDP port monitoring

2 years ago
1
Changed the status to
Idea
2 years ago

Planned or abandonned ?

2 years ago
D

UDP by definition is stateless, so there’s no guarantee you’d get any sort of response from a UDP port. Places where these sorts of health checks are implemented usually rely on a separate TCP check for anything UDP.

Anything that actively checked UDP would need to be very protocol/application specific, so VoIP, a particular VPN etc. Quite specific for each use-case, not really feasible

2 years ago
2
?

It’s entirely feasible. Leave that on the user like every other service that does this.

2 years ago
Merged Monitor UDP connections#397
2 years ago

Hi all, we are considering this feature already.
However, we are not sure what would you want to be considered as incident - whether the service is up or down. Do you have any idea how it should work or any specific use-case? It would be really helpful.
Thanks.

2 years ago
?

Start basic, does it connect. Maybe eventually a threshold for response (any response). Then maybe matched response

2 years ago

Udp, no ack, how would it answer something ? But ok for KISS 😉

2 years ago

Our use case is to monitor the health of our VPN server/connection.

2 years ago
4
Merged Support UDP protocol#502
2 years ago
Changed the status to
Planned
a year ago
2
?

Fantastic can’t wait to see this it will be so useful in expanding scope of the tool!

a year ago
2

Any news?

a year ago
Changed the status to
Idea
10 months ago
?

Too bad :(

10 months ago

The user chooses the IP address and port and enters send data in string or hex format (converted to binary upon sending). This data gets sent to the IP address and port periodically (the period being set by the user). The user also enters an expected result (again string or hex). The monitoring app reports downtime if a certain number of (also user configurable) replies are missed in a row. This mechanism is pretty generic and will be able to detect uptime of a great many UDP protocols. There could also be preset options for popular UDP protocols.

10 months ago
T

Would like to automate testing if target DNS server(s) are alive and responding… (UDP 53)

(NB, you claim testing DNS is an option under port monitoring but this will only support TCP at present?)

9 months ago