Hi, we have some maps here on some NOC lc-displays.... very nice.
But on some of the maps we have iframes inside with external data, and every 60 seconds the site reloads and the iframe too.
The sites in the iframe collects the data since it starts and on every reload the data will be flushed.... :(
Can i Change the behaviour of the map site?
thx Volkan
Article Comments
That had not realy helped, it refreshed after a state change was on a sensor, the page was then refresed again :(
Feb, 2015 - Permalink
Note that you have to set the reload time on every reload of the page. Did you try that? Sensors don't trigger a map reload. That said, you won't get sensor updates on the map with the refresh rate that low. I guess what you're trying to achieve is not really possible with the maps feature as the not refreshing map and keep begin up to date sensor on sensor states eliminate each other feature wise :(
Feb, 2015 - Permalink
Would it suffice to increase the refresh interval of the map? In the bottom right corner, there's a refresh symbol. On hovering, you can select the refresh interval and set it up to 10 minutes.
If you need a larger interval, modify the mapshow.htm (it's located under "C:\Program Files (x86)\PRTG Network Monitor\webroot\public\"):
...would result in a interval of 1h :) Otherwise, if you want to disable refreshing completely, make line 100 and 150 a comment:
Feb, 2015 - Permalink