mapl

Results 26 comments of mapl

I made a quick diagram about a simple distributed Gatus Deployment where the main Gatus Instance just pulls data from remote Gatus instances. The Data from each remote Gatus instance...

### Overlapping service names Hmm... not sure. Is this actually supposed to be a problem? A UUID would solve the most of the issues I think. ____ ### Clean up...

If you can ensure that the main Gatus instance can reach its remote instances via http(s) to fetch the json data, it should be fine What do you think of...

Absolutely, the config should be as extensible as possible and future proof where possible. Good point. Your concerns about possible service names clashes when the main and remote instances have...

I am looking forward to the implementation of this feature

> The ability to use a dns server other than the system server for monitoring. You actually can specify the dns server to use see https://github.com/TwiN/gatus#monitoring-an-endpoint-using-dns-queries

Next year, probably with Go 1.16, embedding static files will be introduced into the standard library. https://go.googlesource.com/proposal/+/master/design/draft-embed.md

I would love to see DNS based Health checks something like ``` type: dns# url: "udp://127.0.0.1:53" queryname: "host.example.org" querytype: "A" conditions: - "[STATUS] == NOERROR" ```

This feature Implementation was outstandingly fast! When I tried it out (compiled it and copied the binary to my existing Nymphcast Player Installation, because of DLL dependencies etc.), I needed...

Yep, I think a simple Hostfield should be sufficient to either cover a static IPv4/IPv6 and/or DNS HostName/FQDN per remote entry.