I put one exe binary to the "Custom Sensors\EXEXML" folder. The binary has console.WriteLine() lines and they print : <prtg> <result> <channel>C_AdditionalInfo</channel> <value>0</value> </result> <result> <channel>C_CertificationAgency</channel> <value>0</value> </result> ... </prtg>
But, sensor's result is always: Error reading response: Junk after document element </prtg>
how can I fix this issue?
Add comment