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

lookup cannot display float values

Votes:

0

I want to display float values in a neutral grey color. The values are transmitted from a advanced custom sensor via XML. On the web page the flaot values are either displayed in green color or if I use a lookup file the values are displayed grey but as integer instead of float. I need both.

lookup:

<?xml version="1.0" encoding="UTF-8"?>
  <ValueLookup id="value.statenone" desiredValue="1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd">
    <Lookups>
      <Range state="None" from="-99999999" to="99999999"></Range>    
    </Lookups>
  </ValueLookup>

float lookup prtg

Created on Aug 27, 2021 12:08:58 PM



1 Reply

Votes:

0

Hello Timo,

lookups only work with integer values. This is because their are conceived to map individual status codes.

Float values can be only used in limit ranges (upper/lower error/warning limits).

Created on Aug 30, 2021 1:35:44 PM by  Arne Seifert [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.