We use a Powershell-Script to determine some folder sizes on a machine because the builtin PRTG Sensor for folder size (using SMB) is too slow and can get the job done within the timeframe of 900s (maximum timeout). They are set at an intervall of 24 hours and are all using one Mutex so that they don't run simultaneously. Problem is that using Mutex the sensors are inexplicably trying to update the result during the night at about 03:40 and all sensors show the Mutex error (PE035) immediately after that. So not even one of the sensors produces a result. At least one of the sensors should produce a result, shouldn't it?

Can anyone help me please?


Article Comments

I already replied to your actual support ticket :) The easiest way would be to use the HTTP Push Data (Advanced) Sensor and execute the script on the target host via a scheduled task. The output of the script needs to be slightly modified in order to push the data to PRTG instead of simply printing the channel outputs.


Kind regards,
Stephan Linke, Tech Support Team


Nov, 2017 - Permalink