-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: cgroups host collector #1581
Commits on Jul 19, 2024
-
Linux control groups host collector that detects whether the specified mountPath is a cgroup filesystem and what version it is. The collector also collects information of the configured cgroup controllers. Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for 13e0d27 - Browse repository at this point
Copy the full SHA 13e0d27View commit details -
Its a mountPoint not a mountPath
Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for ef2cb98 - Browse repository at this point
Copy the full SHA ef2cb98View commit details
Commits on Jul 22, 2024
-
Sort controllers list to keep output consistent
Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for d960717 - Browse repository at this point
Copy the full SHA d960717View commit details -
Add a list of all controllers in the system
This list makes it easy for an analyser that would like to check if a controller is present Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for da4c14b - Browse repository at this point
Copy the full SHA da4c14bView commit details -
Ensure all controllers list is sorted as well
Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for 1686e31 - Browse repository at this point
Copy the full SHA 1686e31View commit details
Commits on Jul 23, 2024
-
Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for a3489ab - Browse repository at this point
Copy the full SHA a3489abView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83e4c4e - Browse repository at this point
Copy the full SHA 83e4c4eView commit details -
Correctly check cpuacct controller in cgroup v2
Signed-off-by: Evans Mungai <evans@replicated.com>
Configuration menu - View commit details
-
Copy full SHA for 60d5ca3 - Browse repository at this point
Copy the full SHA 60d5ca3View commit details