TwiN

Results 321 comments of TwiN

What's the use case for this? I'm a big fan of keeping the configuration as simple as possible, and personally, I find this isn't particularly useful, unless there's a good...

In light of that, I think that what I'd want is a root-level configuration such as `disable-full-chain-certificate-expiration-check`. By default, Gatus should check the full certificate chain, which means this variable...

I've got another idea instead. We could implement a new placeholder, `[CERTIFICATE_CHAIN_EXPIRATION]`. That would allow people to check for whatever they wish. Open to other names - perhaps `[CERTIFICATE_FULL_CHAIN_EXPIRATION]` would...

`client.headers` is not a valid configuration, so it's not a bug per se. We'd have to add support for client headers.

Personally, I would prefer implementing unsupported alerting providers instead of relying too heavily on the custom alerting provider. The formatting for the placeholder you're suggesting would also be problematic to...

I'm working on a very large change that touches nearly half of the files, that's why I haven't looked at this yet FYI

Can you test your change? I see you checked that you tested the change, but I'm not seeing any tests 🧐

Thank you! The main reason I want tests is in part to make sure it works, but also to make sure future changes don't break the new feature. I'll have...