What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Embed rss feed into PRTG Map

Votes:

0

Hi All,

I am attempting to load rss feed into a PRTG map. I have setup a test feed with rssfeedconverter which loads the rss feed as html. http://www.rssfeedconverter.com/services/rss-converter/53f4235003575/snippet3198-2014082

I have loaded the custom HTML container and used the following code:

<iframe width="250" height="400" frameborder="1" src="http://www.rssfeedconverter.com/services/rss-converter/53f4235003575/snippet3198-2014082"> </iframe>

The following post says that it can be done but the page doesn't load anything. https://kb.paessler.com/en/topic/9263-how-can-i-show-up-to-date-weather-information-webcam-and-radar-images-in-prtg-s-maps

According to this post: https://kb.paessler.com/en/topic/61018-trying-to-load-external-webpage-in-prtg-map PRTG blocks external webpages (due to security decision)

If this is the case is there any way i can load an external rss feed into a prtg map?

How can I get this loaded? looking for alternate solutions or code fixed.

Thanks Martin.

html iframe maps

Created on Aug 20, 2014 5:11:03 AM

Last change on Aug 20, 2014 6:22:34 AM by  Konstantin Wolff [Paessler Support]



3 Replies

Votes:

0

Hi Martin,
When you are running the PRTG web interface over SSL it is not PRTG blocking the external sources but the browser. All newer browsers are blocking non SSL (as well as cross domain) sources on a page delivered via SSL. So at the moment the only solution would be running the web interface without SSL (not recommended).
Best regards

Created on Aug 20, 2014 6:24:49 AM by  Konstantin Wolff [Paessler Support]



Votes:

0

So if I setup a scipt to copy the html page say every 5 minutes to the prtg core server could i then reference the link to the prtg server? (making it a local source covered by the ssl) If so where can I save the html page to? What directory? Could that work?

Created on Aug 20, 2014 6:29:22 AM



Votes:

0

Martin,
I have not tested your approach but linking on the same server should work. You could copy the file to the the following directory <PRTG Install Directory>\webroot\public which will give you access to the resource at

http(s)://YOUR_PRTG_SERVER/public/resource.htm

IMPORTANT: The PRTG web server will (for security reasons) only serve files with certain extension. You should use the extension .htm here.

Created on Aug 20, 2014 6:57:58 AM by  Konstantin Wolff [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.