TwiN

Results 196 comments of TwiN

The aforementioned `[ENDPOINT_URL]` and `[ENDPOINT_GROUP]` have been released in [v4.0.0](https://github.com/TwiN/gatus/releases/tag/v4.0.0).

Sorry about the delay, my hands have been full with other projects for the past few weeks. I'm not exactly sure what benefits this brings -- let me explain: 1....

To be honest, I'm a little skeptical about adding this as a feature. On one hand, it does help reduce the configuration file size as well as make it easier...

Sounds good to me! It may be a bit tricky though, because IIRC, mysql/mariadb does not support the following: - `INSERT INTO ... RETURNING ` - `INSERT INTO ... ON...

That's a good point. To be honest, I built Gatus with Kubernetes in mind, which implies a reverse proxy/ingress controller (or even a load balancer) that takes care of TLS...

@iamdempa No, otherwise the issue would have been closed :P

@mapl I believe @danilvoe is talking about the DNS server to use for non-DNS endpoints (e.g. HTTP) to, for instance, perform the hostname lookup.

Hello @Avasz, I'm glad to know Gatus has been helpful to you so far. To answer your question, I also think that it definitely makes sense. That said, there would...

Something like this would totally make sense: ```yaml services: - name: example url: "https://twinnation.org/health" conditions: - "[STATUS] == 200" links: - name: Repository value: "https://github.com/example/example" type: URL - name: Staging...

@tchartron Unfortunately, I don't have any timeline in mind since I'm busy with other projects as well as work at the moment. Small modification on the aforementioned plan. This is...