We have reached out to Paessler asking if they had a custom map object or custom reporting parameter’s manual. Unfortunately the answer was;
“I’m afraid there is no documentation on all parameters.”
So here at UTM, we have decided to create our own mini guide to get you started.
MAP Object
PRTG MAP Objects are small HTM files that contain the PRTG Dashboard visual elements that allow you to organise a dashboard to meet your objectives.
You can add as many new objects as you want to by duplicating one of the existing files and editing it as desired. It is not recommended editing the original files supplied by PRTG because your changes may be overwritten when an update is installed.
All map objects are located in the “PRTG Network Monitor\webroot\mapobjects” directory. MAP objects need to have a .htm extension in order for PRTG to include them in the group name properties list.
Naming a Map Object
The first line of the file contains the group name and map objects name for display in the map editor in a comment field. You can edit these as desired.
<!--Shapes: Box (white with black border)-->
In this example the object “Box (white with black border)” will appear under the “Shapes” group name property.
Map Object Basics & Placeholders
Lets have a look at the placeholder code and html output of a simple Box
Important: Apart from the object name you should typically only edit the section between the and tags.
You will see many placeholders <#tagename….>. These are replaced with a sensor’s / devices’ information at runtime.