valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
https://crates.io/crates/vigil-server
Mozilla Public License 2.0
1.72k stars 128 forks source link

Please add UDP support #81

Closed verymilan closed 3 years ago

verymilan commented 3 years ago

Hi there, i am running two services over udp only - publicly at least. I would be happy to be able to add them to vigil. :)

valeriansaliou commented 3 years ago

Hello there! Unfortunately UDP probes cannot be easily designed at that layer, as UDP is a connection-less protocol. Best IMHO would be to implement more application-layer probes for protocols using UDP, eg. DNS, as we can check at the DNS protocol level if we got an answer.

verymilan commented 3 years ago

I see, thanks, i gonna look for workarounds with vigil-local for now...