Customizing Lookups State values
Modified on 2025-06-10 13:07:16 +0200
Important: We no longer maintain this article. The information might be out of date.
I'm need more values ??of Lookup State for Customizing sensors.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="LookupState">
<xs:restriction base="xs:string">
<xs:enumeration value="Ok"/>
<xs:enumeration value="Error"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="None"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
Article Comments
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.
Hi Max,
you can define your own lookups
https://www.paessler.com/manuals/prtg/define_lookups
https://www.paessler.com/support/videos/prtg-advanced/prtg-lookups
hth Martin
Jun, 2015 - Permalink