I need to display one or more messages to all users of the WebUI of PRTG. How can I do this?
How can I display a message to all PRTG users using the Web GUI?
Modified on 2025-06-10 12:59:51 +0200
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.
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.
This article applies to PRTG Network Monitor 13.2.3 through 17.3.33
Displaying Custom Messages to PRTG Users
You can display alert boxes like the ones by PRTG itself (shown in the lower right corner of the browser) by using the following custom javascript code.
Edit the file scripts_custom.js in the folder:
\PRTG Network Monitor\webroot\javascript
Add the following code to this file and customize the texts as desired, you also show only one or even more boxes:
The result of this code are two boxes on the bottom right with the defined custom messages:
May, 2013 - Permalink