Chris S. Kim

Results 36 comments of Chris S. Kim

Thanks! Tests are all passing. Will make some time this week to test on Windows

Apologies for the delay; I didn't have time this week but will make sure to test next week. I will also post a comment on the original github issue to...

I discovered a few issues while testing: 1. We need to initialize `checkOSServices` otherwise there is a panic due to assigning to a nil map 2. (not a blocker) UI...

Reproduction steps: ```hcl // config/nodecheck.hcl check = { name = "node-check" os_service = "AdobeARMService" interval = "10s" } // config/svccheck.hcl check = { name = "service-check" os_service = "AdobeARMService" service_id...

Ah it must be a UI bug then. Thanks for the quick updates, will try to test again soon

@deblasis I've tested this successfully on Windows so this is good to 🚢 !

The team has blocked off some time next week to go through your RFC! We appreciate this initiative and will get back to you with valuable feedback

Hey everyone, @deblasis has a PR implementing Windows service health checks: https://github.com/hashicorp/consul/pull/13388 If anyone would like to try it out and give feedback, that would be much appreciated.

Hey everyone, sorry for the inconvenience but as stated above, these WARNs are being emitted from the grpc library itself and we cannot easily suppress them without potentially hiding other...

> > Could very well be that, i got this error between agents in two different geographic locations with an unstable link > > Could this occur on agents that...