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

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