TwiN

Results 321 comments of TwiN

Could you please provide an example of how you got it working with the `custom` provider? It should help for the implementation. I can't promise I'll be able to work...

When you say `Even the TCP-Check using the v6 literal.`, do you mean that `crimson tcp v6` works? When I try it from my end, neither of them work. Might...

Turns out that my ISP doesn't support IPv6, hence why it wasn't working. That being said, after trying on a my laptop while connecting to another router , both of...

Hello @r-chris, supporting additional protocols is definitely not out of scope, though the configuration syntax is built around HTTP at the moment. In the future, one of the ideas I...

@r-chris It's certainly possible to do that, but the thing is, Kubernetes' health is determined by the probes, and the probe configuration offers things that aren't really possible to do...

@mapl please create a separate feature request for this. This issue is more targeted at adding support for leveraging Kubernetes' probes to determine whether a service is healthy or not.

Somewhat related: as of [v1.2.0](https://github.com/TwinProduction/gatus/releases/tag/v1.2.0), monitoring TCP services is now supported and Kubernetes auto discovery has been added in [v1.4.0](https://github.com/TwinProduction/gatus/releases/tag/v1.4.0) Unfortunately, I haven't tackled leveraging the probe readiness/liveness results to...

Yeah, adding `canuse` and `viassh` to the default list of false positives is probably going to be the easiest way to tackle this.

Yeah there isn't really one besides using the false positives list. You could create a PR to add them to the default false positives if you'd like: https://github.com/TwiN/go-away/blob/b5570dbc7793ae5f946af94fb431c4a73b64e0b3/falsepositives.go#L4

Completely agree with you on this. Tackling this is already in the list of TODOs on the README: >[TODO] All words that have the same character repeated more than twice...