We have defined a own sensor which is based on a script with a XML output. Still PRTG returns the value 0 all the time. If we executed our Powerschell script on the server we receive the value 61
OUTPUT Script: <prtg> <result> <channel> UsedMemory_GB </channel> <value> 61 </value> <mode>Absolute</mode> </result> </prtg>
Can anyone see the error? The value 61 is integer.
Add comment