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

How can I delay the Hover Popups in the AJAX Web-GUI of PRTG 8?

Votes:

0

I feel that having pop-ups occur whenever I leave my cursor over a sensor for more than a few seconds is annoying and obtrusive.

Can I change the delay before these popups will be shown?

delay hover popups prtg prtg8 web-interface

Created on Dec 17, 2010 8:35:11 AM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6

Last change on Dec 20, 2010 8:48:38 AM by  Daniel Zobel [Product Manager]



1 Reply

Accepted Answer

Votes:

0

You can change the delay time (default is 1500 milliseconds) by adding one line of Javascript code to the custom javavscript file.

Find the file customerscripts.js in the folder \prtg network monitor\website\javascript.

Note: All Javascript commands in this file will be added to the end of PRTG's Javascript file and changes to this file will not be overwritten when installing updates of PRTG.

Open the file in a text editor and add the following line of code (in a default installation the file is empty):

$.fn.ptip.defaultOptions.delayShow = 5000;

This will set the delay to 5 seconds. You can increase the value up to 60000 (1 minute).

Created on Dec 17, 2010 8:39:02 AM by  Dirk Paessler [Founder Paessler AG] (11,025) 3 6




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.