conmon
conmon copied to clipboard
Support `STATUS` sd_notify
/kind feature
Description
Support sd_notify STATUS
Actually, podman 3.4.1 only support WATCHDOG and READY notification when using --sdnotify=container.
That would be interesting to integrate more messages, like STATUS
Interested in opening a PR?
No, because I'm not dev and I never touched Go.
Maybe with some indication on where to search in the code I can try.
@vrothberg WDYT?
Thanks for reaching out. This it outside of Podman's hands but something conmon had to support.
I'll transfer the issue.
This is where we had to punch: https://github.com/containers/conmon/blob/main/src/conn_sock.c#L371-L383
@giuseppe WDYT?
I just spend the whole day finding out, why this is not working, until I found this issue ;) Any chance this will be implemented?
@giuseppe WDYT?
since more users are asking for it, I think at this point it is useful to have it.
Anyone would like to open a PR?