TwiN

Results 321 comments of TwiN

@razermuse At the moment, only global external links have been implemented (see [this comment](https://github.com/TwiN/gatus/issues/106#issuecomment-1109163931)), not per-endpoint external links.

@luislhl I'd be fine with the suggested configuration schema: ```yaml endpoints: - name: ... url: ... ui: links: - name: Repository value: "https://github.com/example/example" - name: Staging value: "https://staging.example.org" conditions: -...

I gave implementing this a try but it's not as simple as I had hoped. What exactly would you like to test? A simple check to see if the server...

FYI somebody has picked up this task, but the first iteration will only support the gRPC healthcheck service.

@heitorPB I believe the fork is on https://github.com/baechul/gatus It may have been abandoned, but I believe they managed to get GRPC health checks working. The bulk of the changes is...

#47 will likely need to be completed before we can do this, since the Docker image built uses scratch and has no shell of its own.

> My usecase would be to just try to restart the program which would be really good! @Sim0nW0lf You can _technically_ already do by deploying an app with an API...

We could just resolve this by setting `log.SetOutput(os.Stdout)`. By default, `log` uses `os.Stderr`.