Goodmorning,
I've got an LCD in my office where the PRTG map is refreshed every 2/3 minutes (the default time): it happens that sometimes it starts reload the page (in the upper-center of the monitor it appears a "Loading" box) but it didn't work. Usually the page become blank (with the "loading" box in the upper center) but sometimes it shows old graphs information.
How can I fix it?
Article Comments
Thanks. What Version of Chrome are you using and what precise version of PRTG?
Apr, 2016 - Permalink
Could you please try updating your browser? We currently are at Chrome 49, so this might be and issue here.
Apr, 2016 - Permalink
Hi,
you could try using a local HTML File and load the map within a iFrame. Example Code Below:
<html> <head> <frameset rows= "*" cols= "*" border=0 frameborder="no"> <frame src="PUBLIC MAP URL" scrolling="auto" noresize> </frameset> </head> <body> </body> </html>
Please replace the PUBLIC MAP URL and save the file e.g. to the Desktop of the Client. Now use Chrome to just show said file.
Jun, 2016 - Permalink
Hi,
are you using the built in browser of a Smart TV or do you have a PC connected to your TV?
Best regards
Apr, 2016 - Permalink