I have a simple data table, showing the Uptime sensor of all devices:
<!--Data Tables: Windows Uptime Status--> <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.tablea10.tabletitle" default="Windows Uptime Status (@@@@)" var="tabletitle"> <#table tableid="sensortable" id="<@objectid>" content="sensors" columns="sensor,lastvalue,probegroupdevice" sortby="-lastvalue" infoheader="false" links="false" sortable="false" varexpand="tabletitle" tabletitle="@tabletitle" filter_tags="@tag(snmpuptimesensor)" </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
I would like to filter this to show only Windows server devices, and not Firewalls and Switches etc.
Add comment