Hi,

we use a custom map object, that display all error Sensors of a device in failure state in one row:

<!--Data Tables (Custom): Geräte im Status FEHLER-->


<div class="map_object map_table customalarms_biggerfont" 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">

    <#table tableid="devices"

    id="<@objectid>"

    content="devices"

    columns="device,group,location,downsens"

    sortby="-downsens"

    infoheader="false"

    links="true"

    sortable="false"

    tabletitle="Alarme (@@)"

    filter_downsens="@neq(0)"

    >

  </div>

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

</div>

Is it possible, display all Sensors of the parent Group with the state "failure" in a custom data table too? In our example we have 2 devices in one Group and want display the failure Sensors in the following cullums:

  • 1. group
  • 2. location
  • 3. downsens

Thx for help!

Marco


Article Comments

Marco,

What does this produce on the map? Can you link a screenshot?

Benjamin Day
Paessler Support


Dec, 2018 - Permalink

Hello Day,

this we see with our custom map object: https://mapi.spdns.de/index.php/s/fwHRnKRiGdYDSMZ

so we want see the 2 devices of one group in one view: https://mapi.spdns.de/index.php/s/k8tknP8BpQScmf8

Marco


Dec, 2018 - Permalink

Marco,

Yes, change the content="devices" to content="sensors", and then refresh it. It should now go deeper and show you all the individual sensors.

Give that a try.

Benjamin Day
Paessler Support


Dec, 2018 - Permalink