Werk #13757: Ps check on Linux: Handle processes with deleted cgroups
Component | Checks & agents | ||||||
Title | Ps check on Linux: Handle processes with deleted cgroups | ||||||
Date | Mar 4, 2022 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
The ps (process) check on Linux was not able to handle processes with deleted cgroups. Such processes result in crashes such as "ValueError (invalid literal for int() with base 10: '...')"
The Linux ps check now handles such processes correctly. It appends "(deleted)" to the cgroup of the process, as is done by the ps command.