What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Filtern in Maps

Votes:

0

Hallo,

ich habe bei uns in der Firma eine Map gebastelt, in dem alle Bereiche mit Ampeln ausgeschmückt sind. In der Mitte habe ich ein eine Datentabelle "FEHLER-SENSROEN" platziert. Nun würde ich gerne, die bestätigten Fehler dort rausfiltern, so dass nur noch die unbestätigten Fehler dort erscheinen.

Leider stoße ich da an meine Grenzen. Haben sie Tipps oder eine Lösung für mich?

maps maps-editor status

Created on Feb 20, 2017 6:40:09 AM



3 Replies

Votes:

0

Hallo Herr Böttcher,

Das geht recht einfach :) Hierzu müssen Sie nur ein neues Mapobjekt anlegen, welches die Tabelle auf die entsprechenden Status filtert. Der Quellcode dazu sieht wie folgt aus:

<!--Data Tables: ONLY DOWN Sensors-->

<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,status,lastvalue,minigraph,priority,favorite,probegroupdevice,message"
    sortby="probegroupdevice"
    infoheader="false"
    links="false"
    sortable="false"
    varexpand="tabletitle"
    tabletitle="@tabletitle"
    filter_status="5"
    >
  </div>
  <#mapobject type="htmlafter" subid="<@subid>">
</div>

Einfach als tableA1_only_down.htm unter folgendem Pfad speichern:
"C:\Program Files (x86)\PRTG Network Monitor\webroot\mapobjects".

In den Mapobjekten werden Sie dann unter Data Tables das Objekt "ONLY DOWN Sensors" finden, welches entsprechend nur die Sensoren anzeigt, welche auch wirklich im Status "Down" sind :)

Created on Feb 20, 2017 9:59:21 AM by  Stephan Linke [Paessler Support]



Votes:

0

Hallo Herr Linke,

das war zufällig genau das, was ich gesucht habe. :-) Vielen Dank dafür!

Haben Sie auch noch einen Tipp, wie man dann Schriftgröße und -stil anpassen kann? Bei uns wird das in Büro auf einem großen Monitor angezeigt, ist aber von der Schriftgröße recht klein. Und wenn man es auch noch fett schreiben könnte, wäre es perfekt.

Vielen Dank im Voraus!

Created on Mar 29, 2019 10:11:19 AM



Votes:

0

Das ist leider in den Maps nicht so einfach möglich, da die Objekte alle dynamisch aus dem Core gefüllt bzw. erzeugt werden und man da nicht für alles die Schriftgröße anpassen kann :( Die Tabellen sind da leider recht unflexibel.


PRTGapi | Feature Requests | WMI Issues | SNMP Issues

Kind regards,
Stephan Linke, Tech Support Team

Created on Apr 1, 2019 6:58:25 AM by  Stephan Linke [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.