Skip to content
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

Windows shared drive monitoring #1668

Open
dkrdj opened this issue Oct 4, 2024 · 1 comment
Open

Windows shared drive monitoring #1668

dkrdj opened this issue Oct 4, 2024 · 1 comment

Comments

@dkrdj
Copy link

dkrdj commented Oct 4, 2024

Problem Statement

After reviewing comment #507, I found a way to get shared drive statistics(total_space, free_space).

Proposed Solution

Using WMI class (Win32_LogicalDisk) in logical_disk.go, it can be solved.

Additional information

If you allow me, i would like to contribute.

Acceptance Criteria

No response

@jkroepke
Copy link
Member

jkroepke commented Oct 4, 2024

Hi @dkrdj

I'm currently removing all dependencies against WMI, if possible.

Is there an Win32 API replacement?

And I'm currently not sure, which collector should do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants