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

custom lookup value of "none" display icon

Votes:

0

I have the following simple lookup definition for some custom SNMP sensors.

<?xml version="1.0" encoding="UTF-8"?> <ValueLookup id="oid.honeywell.globaltracking.meolut.status" desiredValue="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd"> <Lookups> <SingleInt state="None" value="0"> Unknown </SingleInt> <SingleInt state="Warning" value="1"> Warning </SingleInt> <SingleInt state="Error" value="2"> Critical </SingleInt> <SingleInt state="Ok" value="3"> Ok </SingleInt> </Lookups> </ValueLookup>

Ok, Warning and Error states display with their respective green, yellow and red icons. However, a state of 'None" seems to be represented using the same icon as Ok. This is with PRTG version 13.3.5.2793.

Is there some configuration item I am missing somewhere?

TIA.

custom-sensor lookups snmp

Created on Aug 23, 2013 10:27:10 PM



1 Reply

Votes:

0

Unfortunately this status in the lookup field will trigger no status change for the sensor as defined in the manual = "None ("None" will trigger no status change)." The unknown status for PRTG is reserved for when a sensor cannot contact the device at all due to network issues or sensor issues so this cannot be used with custom lookups.

Created on Aug 26, 2013 2:43:04 PM by  Greg Campion [Paessler Support]

Last change on Aug 26, 2013 2:43:20 PM by  Greg Campion [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.