Hello,
I want to display DOWN Sensors table on a map in order the most recent on top to the older one. Actually it's the older on top. I don't find how to.
Is possible to display the value of "down for" like Alarms small table into DOWN sensors table.
Thanks,
Article Comments
Hello,
I use in data table -> DOWN Sensors.
I want this :
I think it's possible, but i'm very poor in html :-)
Thanks,
Feb, 2018 - Permalink
Hi there,
The screenshot was somehow falsely linked, but I think I know what you meant. :)
Please perform the following steps and you should get the desired map object:
- add a new file on the Core Server under: C:\Program Files (x86)\PRTG Network Monitor\webroot\mapobjects\
- add the following content to the new file:
<!--Data Tables: DOWN Sensors (Sorted by Down Since)-->
<div class="map_object map_table" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
<#mapobject type="objectgrip" mode="<@editmode>">
<#mapobject type="htmlbefore" subid="<@subid>">
<#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>">
<div class="maptablecontainer" style="overflow:hidden">
<#lang key="html.mapobjects.tablea1.tabletitle" default="DOWN Sensors (@@@@)" var="tabletitle">
<#table tableid="sensortable"
id="<@objectid>"
content="sensors"
columns="sensor,probegroupdevice,status,downtimesince,lastvalue,message"
sortby="-downtimesince"
infoheader="false"
links="false"
sortable="false"
varexpand="tabletitle"
tabletitle="@tabletitle"
filter_tags="@tag(<@tagfilterstring>)"
filter_status="5"
filter_status="13"
filter_status="14"
>
</div>
<#mapobject type="htmlafter" subid="<@subid>">
</div>
Afterwards you are able to find the Map Object under "Data Tables > DOWN Sensors (Sorted by Down Since)".
Best regards.
Feb, 2018 - Permalink
Hello,
Thanks for your map object. It's the table i want. The text size is small. Is it possible to enlarge it ?
(I try another hosting image)

Thank you
Feb, 2018 - Permalink
Hi there,
Sure! Just add the following to the "styles_custom_v2.css"-file on your Core Server in the "\webroot\css\" folder:
.map_object form .table td,
.map_object .table td,
.map_object .table th,
.map_object .table td.col-message .status,
.map_object .table td.col-message .logmessage {font-size: 16px !important;}
Afterwards reload the map.
Best regards.
Feb, 2018 - Permalink
Hello,
I add this code to the "styles_custom_v2.css" file in webroot\css folder.
/*
// You can use this file to modify the appearance of the PRTG web interface
// as described in https://helpdesk.paessler.com/en/support/solutions/articles/33
//
// Please note that you are using an unsupported and deprecated feature.
// Your changes will be broken or removed with future PRTG updates.
//
// If you modify this file, PLEASE LET US KNOW what you're changing and why!
// Just drop an email to support@paessler.com and help us understand your
// needs. Thank you!
*/
.map_object form .table td,
.map_object .table td,
.map_object .table th,
.map_object .table td.col-message .status,
.map_object .table td.col-message .logmessage {font-size: 16px !important;}
It don't work, the text of DOWN Sensors (Sorted by Down Since) table is small. Is there a mistake ?
Thanks for your help
Feb, 2018 - Permalink
Hi there,
Could you please forward us the exact map object you are using (the name) so we can help you further? :)
Best regards.
Feb, 2018 - Permalink