I have a script that is used with the EXE/Script Advanced Sensor. If I let it run manually, it gives me a correct looking XML answer.
<prtg> <result> <channel>PasswordSyncStatus</channel> <value>1</value> </result> <result> <channel>LastDirSync</channel> <value>16.8841946583333</value> <float>1</float> </result> <result> <channel>LastPWSync</channel> <value>23.9675279916667</value> <float>1</float> </result> <result> <channel>SyncedUser</channel> <value>121</value> </result> </prtg>
But PRTG keeps saying, that it is malformated.
Error: XML: The returned XML does not match the expected schema. (code: PE233) -- JSON: The returned JSON does not match the expected structure (Invalid JSON.). (code: PE231)
I have no idea, what's wrong with it.
Add comment