-
Notifications
You must be signed in to change notification settings - Fork 22
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: Add AIX support for system/filesystem #58
base: main
Are you sure you want to change the base?
Conversation
❕ Build Aborted
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
/test |
@djboris9 thanks for this PR. Unfortunately at the moment we don't have the facility to test and ensure these beats are functioning correctly on AIX. We will keep this PR for such time when that is possible. |
|
What does this PR do?
It implements the filesystem listing on AIX in
system/filesystem
. This is done by calling the mntctl function and processing the returned vmount structures. There is nothing such as/proc/self/mounts
available on AIX and therefore I had to go with CGo calling the same functions asmount
ordf
does.Why is it important?
This extends the AIX support for this package and metricbeat will benefit of it.
When this is merged, I will also create a PR to enable the according modules (
system/filesystem
,system/fsstat
) in metricbeat for AIX.Checklist
CHANGELOG.md
Author's Checklist
Related issues