lesleyhouben / prtg-addons

Automatically exported from code.google.com/p/prtg-addons
0 stars 0 forks source link

CSV Export - Load limit exceeded #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. We run the script to export data to CSV:

c:
cd "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXE"
csvexportv13.1.2 -pu=[username] -pp=[password] -ps=[serveur] 
-s=4323,9881,4337,7926,8860,8725,9830,9835,9861 -av=3600 
-sd=2013-03-01-00-00-00 -ed=2013-03-31-23-59-00 
-f="C:\Users\Public\Documents\PRTG Exported Data" -co -nh

2.
And after 5 sensors being exported we have the following error:
Processing sensor 8725
Retrieving sensor historic data
Load limit exceeded

Press any key to continue

What is the expected output? What do you see instead?
I was expecting this instead:
Processing sensor 8725
Retrieving sensor historic data
Exporting to CSV
Waiting 6 seconds to prevent PRTG's overload protection from kicking in

What version of the product are you using? On what operating system?
PRTG Network Monitor 13.1.2.1448 on Windows 2008 SP2

Please provide any additional information below.

Could you please help me with this error?

Many thanks,
Seb

Original issue reported on code.google.com by seb.darg...@gmail.com on 29 Apr 2013 at 11:40

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Seb,

Thanks for reporting this issue.
Version 13.2.1 is now online, calculating the correct time to wait to prevent 
PRTG's overload protection from kicking in.

Regards,
Gerard

Original comment by PRTGTool...@gmail.com on 29 Apr 2013 at 12:31

GoogleCodeExporter commented 8 years ago
Thank you very much for your reactivity. I didn't try to change manually the 
time for the overload protection.
Many thanks again :)

Original comment by seb.darg...@gmail.com on 29 Apr 2013 at 1:51