Hi to all,
I make a script that provide this XML output, but the channel "HTTPS Bandwidth Out" doesn't work. I need to use "Difference" mode but console display no data. What's wrong?
<?xml version="1.0" encoding="UTF-8" ?> <prtg> <text>Check OK</text> <error>0</error> <result> <channel>HTTPS Bandwidth Out</channel> <unit>SpeedNet</unit> <volumeSize>KiloBit</volumeSize> <mode>Difference</mode> <value>8411199</value> </result> <result> <channel>HTTPS Connections Number</channel> <value>24</value> </result> </prtg>
Best regards Giorgio
Add comment