Heitor de Bittencourt
Heitor de Bittencourt
This is neat. Is there a reason to not have this incorporated in the project, @olivierlacan ?
I am facing this exactly same issue. It would be very helpful if we could see the full request (headers, url, body, params, etc) and the full return (headers, body,...
I came up with a bogus condition to show something, maybe it can help you @tiwood: ```yaml conditions: - "[BODY] == withheaders" ``` This condition shows the error received: ...
Hi @TwiN, is the person working on this task? Is there something I can do to help here?
I'm working on implementing basic gRPC support. I'm not familiar with the healthcheck service, but hopefully should also be supported :)
I have a branch with a working implementation of gRPC monitoring: https://github.com/heitorpb/gatus/tree/grpc-support. This branch requires the server to implement the gRPC Reflection Protocol and does not support local proto files....
Oh, that's super handy! Will take a look @vax-r , but I'm no Go expert (yet).
Would it be possible to have 2 favicons, one for "everything is healthy" and one for "something is not healthy"? This way, when everything is fine the favicon is green....
> I use a small python script that connects to the photoprism API and plays/enqueus the "DownloadUrl" to my chromecast. @nbeostar could you share your script that does that?