dd-agent
dd-agent copied to clipboard
use_mount not working on Windows with volumes mapped to drive path
We are working with Volumes mapped to drive path on Windows to e.g. map drive F: to a path like C:\Mount\Path_A
To monitor the disk usage on such drives we are using the disk integration. We have set up the following options:
- use_mount: true
all_partitions: true
Sadly this does not seem to work on Windows, maybe it's not yet implemented? We would require this feature as we are setting up our volumes like this for a specific use case (MSSQL HA)
We have already assumed that it might have something to do with the Permissions of the Service Account which we can confirm now. Since the change from LOCAL_SYSTEM to the ddagent user, the service does not have permissions to access the disk information anymore.