daodizzl / prtg-addons

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

Proxy support for PRTG and PTF version check? #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
It is not possible to get the versions of PRTG Network Monitor and PTF addons 
through a proxy server. The proxy server setting seems not to be used.

What is the expected output? What do you see instead?
0:Unable to connect to the remote server

What version of the product are you using? On what operating system?
PRTG Network Monitor 8

Please provide any additional information below.
Does not work with "CheckPRTGVersion" and "CheckPTFVersion".

Original issue reported on code.google.com by tobias.b...@gmail.com on 14 Feb 2011 at 11:16

GoogleCodeExporter commented 9 years ago
Hi Tobias,

I Added proxysupport to both sensors.
They now take the following extra parameters:

-ps=    Optional proxyserver to use connecting to the internet.
-pd=    Optional proxydomain domain name to connect to your proxyserver.
-pu=    Optional proxyuser to connect to your proxyserver.
-pp=    Optional proxypassword or passhash to connect to your proxyserver.

The sensors can be downloaded from:
http://ptf-prtgaddons.googlecode.com/files/PTF.CheckPRTGVersion.zip
and
http://ptf-prtgaddons.googlecode.com/files/PTF.CheckPTFVersion.zip

Please let me know if this works for you.
I'll await your comments before making them available for public download.

Gerard.

Original comment by gerard.f...@gmail.com on 15 Feb 2011 at 9:23