I write an custom sensor console program whose format is as below
<?xml version="1.0" encoding="UTF-8" ?> <prtg> <result> <channel>Serve1: Connection Fail</channel> <value>0</value> </result>
<result> <channel>Serve2: Connection OK</channel> <value>0</value> </result>
</prtg>
but it shows "no result or error in xml response"
Could anyone help me?
Add comment