Guten Tag.

Wir benutzen PRTG 13.2.3.2285. Wir möchten eine Map mittels iframe auf einer Intranetseite präsentieren. Ist es möglich diese Refresh Intervalle zu ändern oder auszublenden?

Image description

Außerdem stört die Scrolleiste. Kann ich die auch ausblenden?

Freundliche Grüße
André Vesely


Article Comments

Welche genaue Version von PRTG setzen Sie zur Zeit ein?


Jul, 2013 - Permalink

PRTG V. 13.2.3.2285


Jul, 2013 - Permalink

Installieren Sie bitte Version 13.3.4.2604/2605 (siehe PRTG Network Monitor Version History). Besteht das Problem weiterhin nach dem Update?


Jul, 2013 - Permalink

Hab jetzt das Update auf V. 13.3.4.2605 durchgeführt. Problem besteht weiterhin.


Jul, 2013 - Permalink

Hi,

in the next stable release there is a fix that the scrollbars only shows if the iframe is too small.

To fix the issue right now edit your <PRTG install path>\webroot\css\styles_custom.css and add these css rules:

body.mapshow {
  min-width: 0 !important;
}

body.mapshow #container {
  display: inline;
}

To hide the footer and refreshbutton add:

.mapshow .prtgmapfooter { display: none; } .mapshow #maprefreshlink { display: none; }

But it will affect each map.

If you want to hide the footer and refreshlink only in your intranet, you can add some javascript to your intranet page that inject the css in the iframe.

Regards, Daniel


Jul, 2013 - Permalink

Thank you. The footer, the refreshlink and the scrollbar are now invisible. Thats nice. But what about the refresh time? The default setting is 60 sek. Is there a way to change that value to 5 min. or 10 min.?


Jul, 2013 - Permalink

Hi,

sorry forgot to write about the interval. You can simply "set" the interval of the refresh by adding the url parameter interval=timeinsec. Example to set the refresh interval to 500 seconds:

http://prtg/public/mapshow.htm?id=3227&mapid=D8C86127-7159-45F3-BC94-AA791CD665C5&interval=500

Regards, Daniel


Jul, 2013 - Permalink

thank you. it works.


Jul, 2013 - Permalink