i have some url then i enter him i get notification to download some file. how can i monitor thet this file start downloading?


Article Comments

Hi,
you might use the HTTP Advanced Sensor and point the same directly to the file which should be downloaded.
IMPORTANT: Doing this will cause PRTG to download the file at every sensor scan which might lead to excessive bandwidth usage!!!
Therefore I want to recommend choosing at least 30 min as scanning interval.
Best regards


Oct, 2012 - Permalink

can i limit the file download to some 100 kbit size from 100 Mbit only for check thet is work?


Oct, 2012 - Permalink

Hi,
no, this is not possible because the sensor is not really built for monitoring downloads. Sorry.
You might also use a EXE\Script sensor and wget to achieve the same.
There you will have to write a script which calls wget and then use the output values and deliver them back to PRTG.
Best regards


Oct, 2012 - Permalink