TwiN

Results 196 comments of TwiN

I was thinking something along the lines of ```yaml remote: instances: - name: "gatus-internal" url: "http://10.10.10.10/api/v1/statuses" interval: 30s ``` because in the future, we may have to add other parameters...

I've been thinking a bit more about the implementation for this, and one issue I can think of is how to handle alerting. Assuming that the purpose is to monitor...

Haven't really had the time to work on this, unfortunately, but #124 may make implementing this much easier if we were to leverage a global database. Each individual Gatus would...

FYI: with #136 merged, #124 is not that far off. Note to self: Will probably need to add a parameter to control https://github.com/TwinProduction/gatus/blob/acb6757dc800b43b5a24e1fbe0ebf9f64b42df4f/storage/store/store.go#L25-L28

Just to add on https://github.com/TwinProduction/gatus/issues/64#issuecomment-861882360 and https://github.com/TwinProduction/gatus/issues/64#issuecomment-896402326: After giving it some thought, this is much easier than I initially anticipated. The easiest, most barebone implementation I can think of is...

So I just had a very simple idea for a temporary solution, and I just had to give it a shot (see #307). I still think that the best approach...

By disabling the GUI, do you mean disabling the web server for the UI? (e.g. https://status.twin.sh)

Hmm it shouldn't be much of a problem. All you'd need to do is add a new configuration here: https://github.com/TwiN/gatus/blob/7daf2b5cac28201c33fc924a7533609f0eb6ee8e/config/ui/ui.go#L25-L31 something like `Disabled`, and then use that configuration here: https://github.com/TwiN/gatus/blob/7daf2b5cac28201c33fc924a7533609f0eb6ee8e/controller/handler/spa.go#L11-L27...

As mentioned in v2.0.0's release notes: > Removed web.context-root (Vue.js' router doesn't easily support context roots. May be re-implemented in the future if enough people ask for it) The main...

@KarlMW Hahaha no, if it was just that, it couldn't even be called a hack. In fact, this would work fine if we weren't using Vue's router for the service...