I am trying to set a range for a device that returns the values in a negative format here is the lookup so far it keeps returning the error "undefined value returned -520"
<?xml version="1.0" encoding="UTF-8"?>
<ValueLookup id="oid.custom.peakwifi.MimosaDbm" desiredValue="-400" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd">
<Lookups>
<Range state="Ok" from="-400" to="-600">Ok</Range>
<Range state="Warning" from="-610" to="-650">Low</Range>
<Range state="Error" from="-660" to="-750">Critical</Range>
</Lookups>
</ValueLookup>
Hi all I am trying to setup a few lookups with a range and keep coming up with an error?
Votes:
0
1 Reply
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.
Add comment