I wish to add schema validation to the automated tests for my advanced (XML-returning) custom sensors, so I can check it returns valid XML before deploying it live. Do you maintain a DTD for the XML described here: https://rahqb-prtg.re-assured.net/help/custom_sensors.htm#advanced_elements, so I can use a validator to check it?
Ideally I should be able to fetch the current DTD for a specified version of PRTG, so I can check it against the version we are using and against new version of PRTG before we upgrade. However, just a link to the latest DTD would be OK.
Add comment