Jc2k

Results 290 comments of Jc2k
trafficstars

Hi, the template wasn't filled in enough for the bot to triage this. I'm going to close it in favour of https://github.com/home-assistant/core/issues/76544, which is the same problem.

Thanks for the detailed answers! I don't have a use case for delete+resume, i just wanted to make sure it wasn't a case I had to handle - glad I...

Nice! Thanks for the update. One of the reasons i asked about this behaviour is because i wanted to construct a cache of the current state in memory in my...

I would find this useful too. Right now in one of my controllers i monkey-patch `kopf.structs.lastseen.LAST_SEEN_ANNOTATION` . This works but is obviously brittle. I would quite like to be able...

First thought isn't a kopf thing but the health check client runs outside the container doesn't it?, so binding on `127.0.0.1` won't work. Have you tried `0.0.0.0` instead of `127.0.0.1`?

My approach to this was going to be to add a route to the existing `aiohttp.web.Application()`, the question is would it be ok for the functionality to live in `probing.py`...

All good points! # Can the Prometheus metrics be served in a separate thread? In general I don't like using their threaded web server in a thread when aiohttp is...

Yes, this sounds great! I would probably make such a prometheus connector if `kopf.daemon` was available. Seperately I do have use for a timer as well, but not for the...

I'd be interested in this as well. Sometimes I want to collect the shell activity but I don't want the honeypot to have any external side effects.

Have a couple of further thoughts but i feel like i'm asking for a silver platter or something 😆 From my point of view it would be nice if: *...