Dear Sir or Madam,

i would like to integrate a Sensor from the PRTG Browser into my own website, e.g. with using an iframe.

Is this generally possible?

I am looking forward to hearing from you.

Sincerely yours, Marcel


Article Comments

Hi,
generally spoken, yes this would be possible. However most browsers are blocking cross domain iframes so unless your PRTG installation is available on the same domain as your website this won't work. The code for the iframe would be something like this:

<iframe src="HTTP://YOUR_PRTG_SERVER/link/to/sensor.htm" title="sensor">
</iframe>

Best regards


Oct, 2015 - Permalink