Hello,
I have a powershell script that looks for some information regarding the state of the backup, how many hours since the last backup.
I tested the script by running it through the PRTG server and it returns the information with the times since the last backup, but in the channel the value is always listed as 0. How do I do to show the hours example 21, only the number 21.
<?xml version="1.0" encoding="UTF-8" ?>
<prtg>
<result>
<channel>Last</channel>
<value>22</value>
</result>
<text>LastBackup</text>
</prtg>
Add comment