conmon
conmon copied to clipboard
An OCI container runtime monitor.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | `v24.0.7+incompatible` -> `v24.0.9+incompatible` | [](https://docs.renovatebot.com/merge-confidence/)...
I observed a strange behavior. We run Prometheus on our Kuberentes, however, it usually gets stuck when Kubernetes restart the container. CRI-O logs: ``` Mar 27 22:35:38 k8s-sys-w1 crio[1364]: time="2024-03-27...
Hi~ I've encountered some issues while compiling conmon and I'm seeking a resolution. I wish to compile conmon as a statically linked binary so that it can be used in...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/containers/image/v5](https://togithub.com/containers/image) | `v5.25.0` -> `v5.29.3` | [](https://docs.renovatebot.com/merge-confidence/)...
Packit failed on creating pull-requests in dist-git (https://gitlab.com/redhat/centos-stream/rpms/conmon.git): | dist-git branch | error | | --------------- | ----- | | `c10s` | See https://dashboard.packit.dev/results/propose-downstream/8571 | You can retrigger the update...
The new release of conmon v2.1.11 is missing an update to VERSION file. Currently it is having value as 2.1.10. This version file is being used in make file.
I have no idea if there is a reason for it but this seems rather strange behavior, why do we write the oom file to the cwd? This clutters the...
if a persist_path was provided, then use only that to write the oom file instead of creating it also in the current working directory. Closes: https://github.com/containers/conmon/issues/504
the file is going to be removed few lines later with rename(): ``` /* Replace the previous file */ if (rename(k8s_log_path_tmp, k8s_log_path) < 0) { pexit("Failed to rename log file");...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [containers/automation_images](https://redirect.github.com/containers/automation_images) | major | `20240513t140131z-f40f39d13` -> `20250422t130822z-f42f41d13` | --- ### Release Notes containers/automation_images (containers/automation_images) ###...