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.
Add comment