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 file doesn't load to prtg system

Votes:

0

hi! i created lookup file for my prtg ms sql sensor, but prtg system can't find my file in the list, i tried to load lookups, then restart the prtg service but always the same problem. here is my lookup file:

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

lookups ms-sql-sensor prtg

Created on Nov 28, 2016 10:19:29 AM

Last change on Nov 28, 2016 11:20:19 AM by  Luciano Lingnau [Paessler]



1 Reply

Votes:

0

Hello there,
thank you for your KB-Post.

Please note that the following is not allowed:

state="Unknown"

The Unknown state is actually the lookup state of "none", it would look like this:

state="None"

And when the lookup isn't loaded, PRTG will generated a ticket to tell you about it, please access the "Tickets" menu from the web-interface, you may need to switch from "assigned to: me" to "assigned to: anyone"

For more details:



Best Regards,
Luciano Lingnau [Paessler Support]

Created on Nov 28, 2016 11:26:21 AM by  Luciano Lingnau [Paessler]

Last change on Nov 28, 2016 11:27:04 AM by  Luciano Lingnau [Paessler]




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.