I would like to set up a separate console which shows only the log in PRTG. I don't want the console to be able to move around in the application, so I was thinking perhaps a map, but I don't see a way to get a map to show the log.

What's the best way to do this?

Thanks, Brennan


Article Comments

Please add the following new map object:

<!--Data Tables: Log Table-->

<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>">

<#objectproperty name="Name" id="<@objectid>" var="tabletitle">
<#table tableid="messagetable"
    content="messages"
    id="<@objectid>"
    columns="datetime,parent,type,name,status,message"
    sortby="date"
    infoheader="false"
    links="false"
    sortable="false"
    filter_drel="7days"
    varexpand="tabletitle"
    tabletitle="Log for @tabletitle">

<#mapobject type="htmlafter" subid="<@subid>">
</div>

Nov, 2012 - Permalink

Sorry if this question is dense, but where do I add that?

Thanks, Brennan


Nov, 2012 - Permalink

We have added a new knowledge base article on this issue. Please have a look at How can I add log tables to my PRTG maps?


Nov, 2012 - Permalink