Hi Andreas,
Yes, you can monitor a folder that has spaces in its name using our Folder Sensor. The issue here is something else, so allow me to share you my approach whenever I want to use this sensor type.
1. Identify the Probe that you want to add the sensor to. Do you want to add the sensor to your Local Probe (Core Server) or a Remote Probe.
2. Connect to the host machine of the desired Probe and open a "Run-Command" (Windows+R).
3. Check if you can access the folder from the host machine of the Probe. For this I usually check the following command:
\\%computer\c$\My Test Folder
- Replace %computer with the actual hostname of the targeted machine that has the Folder (FQDN preferred).
- c$ (as well as d$, e$, ...) are hidden shares of the partitions which are enabled per default
- You should see a Folders list as soon as you've entered ...\c$\ if your credentials are already sufficient
4. You should be able to access the folder without any authentication prompt. In case you being asked, use a sufficient authorized user account to open the folder in Windows.
5. Open PRTG, navigate to the Probe on which you did the tests and add a new device. The device address should match your tests (so in our example %computer). Scroll down to Credentials for Windows Devices and make sure to either have the user account in place that you've used for your tests.
6. Add the Folder Sensor to your device. The Folder Name is c$\My Test Folder
This should be it. If you made sure that you can access the desired folder outside of PRTG without any authentication issues, the sensor should work immediately.
You can also use publicly shared folders instead of c$, but then you need to share the folder on the computer first.
Best,
Sebastian
Add comment