As part of the discussion in https://github.com/IBM/core-dump-handler/issues/44#issuecomment-1007283866 it was suggested that on systems using systemd the agent could open a socket directly to systemd-coredump via its socket (/run/systemd/coredump) and process the results. That would requires less kernel configuration and enable the collection from a container.
While this isn't an immediate requirement for any of our target platforms if someone was hesitant about deploying a binary onto a host or didn't wish to modify the kernel_pattern tunable this could be an option.
There is no plan to develop this as yet but PRs with this functionality will be accepted.
Just let us know you're starting so that others are aware the work is happening.
As part of the discussion in https://github.com/IBM/core-dump-handler/issues/44#issuecomment-1007283866 it was suggested that on systems using systemd the agent could open a socket directly to systemd-coredump via its socket (/run/systemd/coredump) and process the results. That would requires less kernel configuration and enable the collection from a container.
While this isn't an immediate requirement for any of our target platforms if someone was hesitant about deploying a binary onto a host or didn't wish to modify the kernel_pattern tunable this could be an option.
There is no plan to develop this as yet but PRs with this functionality will be accepted. Just let us know you're starting so that others are aware the work is happening.