megaease / easeprobe

A simple, standalone, and lightweight tool that can do health/status checking, written in Go.
Apache License 2.0
2.18k stars 231 forks source link

Support for SQL Server #589

Open pmairoldi opened 2 weeks ago

pmairoldi commented 2 weeks ago

I've been looking into it for my monitoring needs and I'm really impressed so far! Great work on the tool!

One thing I would need if I wanted to montior everything is SQL Server support. I'd be happy to take a stab at implementing it if that is something that you would be open to supprt.

After looking a bit into the code I think it wouldn't be too difficult. We would need to add a new client probe for SQL Server, implement all the required methods and then expose it to the client configuration code.

If you are open to it ill start looking into it more deeply!

samanhappy commented 2 weeks ago

Absolutely, contributions are welcome, and we're looking forward to your implementation!