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

Map Designer

Votes:

0

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

maps prtg refreshpretender-rontima

Created on Jul 23, 2013 9:20:57 AM



Best Answer

Accepted Answer

Votes:

0

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

Created on Jul 26, 2013 10:51:36 AM by  Daniel Elsner [Paessler Support]

Last change on Jul 26, 2013 10:53:16 AM by  Daniel Elsner [Paessler Support]



8 Replies

Votes:

0

Welche genaue Version von PRTG setzen Sie zur Zeit ein?

Created on Jul 23, 2013 12:28:30 PM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

PRTG V. 13.2.3.2285

Created on Jul 24, 2013 6:43:59 AM



Votes:

0

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

Created on Jul 25, 2013 8:56:56 AM by  Patrick Hutter [Paessler Support] (7,225) 3 3



Votes:

0

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

Created on Jul 25, 2013 10:39:06 AM



Accepted Answer

Votes:

0

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

Created on Jul 26, 2013 10:51:36 AM by  Daniel Elsner [Paessler Support]

Last change on Jul 26, 2013 10:53:16 AM by  Daniel Elsner [Paessler Support]



Votes:

0

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.?

Created on Jul 26, 2013 5:29:49 PM



Votes:

0

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

Created on Jul 29, 2013 9:12:56 AM by  Daniel Elsner [Paessler Support]

Last change on Jul 29, 2013 9:24:11 AM by  Daniel Elsner [Paessler Support]



Votes:

0

thank you. it works.

Created on Jul 30, 2013 6:35:20 AM




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.