TwiN

Results 196 comments of TwiN

@MiddleMan5 If you or anybody else can get it to work with the front-end, feel free to do so. I'm completely fine with using a different approach for routing --...

I mean, _technically_ you could just specify the URL in the alert description. To be honest, I wasn't even aware that Mattermost's alerting provider had the URL in the alert...

@Voolodimer That's normal -- what I meant is that at the endpoint level, you know what the URL is. It's in your configuration at `endpoints[].url`, so you could very well...

To be honest, I still think the description should be left without templating for 3 reasons: - You have to add this anyways on each of your endpoints: ```yaml alerts:...

@gouku That's awesome, to be honest, I didn't think it would work out of the box 🤣 It would be a great addition to the README, if you're up to...

@mani9223-oss It definitely shouldn't take that long. How many endpoints do you have?

@mani9223-oss I'll try to see if I can replicate it on my end when I have some time, but if it really is that slow, then yeah that'll have to...

@juanfont Sure! It'll also require some changes on the front-end. You'll also probably have to use [this](https://github.com/TwiN/gatus/blob/ab2bee9c4bfa4e69bec20645823a888da5738d93/web/app/public/index.html#L6) and [this](https://github.com/TwiN/gatus/blob/master/config/ui/ui.go) to pass the parameter from the backend to the frontend so...

Would you be fine if if was just printed in the console if `debug` was set to `true`?

f899f41d161e675039168b196aa28304f648f0af has added `[ENDPOINT_URL]` and `[ENDPOINT_GROUP]`, but as for the other suggestions you had, I'm not sure how to tackle them. Honestly, I would rather have a specific provider implementation...