Hello. lookup file doesn't load to prtg system:
<?xml version="1.0" encoding="UTF-8"?> <ValueLookup id="oid.cisco.ospf.state" desiredValue="4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd"> <Lookups> <SingleInt state="Error" value="1">down</SingleInt> <SingleInt state="Error" value="2">attempt</SingleInt> <SingleInt state="Warning" value="3">init</SingleInt> <SingleInt state="Ok" value="4">twoway</SingleInt> <SingleInt state="Error" value="5">exchange start</SingleInt> <SingleInt state="Error" value="6">exchange</SingleInt> <SingleInt state="Warning" value="7">loading</SingleInt> <SingleInt state="Ok" value="8">full</SingleInt> </Lookups> </ValueLookup>
Add comment