Hi support,
I have this code (showed below just the first chanel of the sensor) :
Write-Host "<prtg>" Write-Host "<result>" Write-Host "<channel>Age labase.sql (local)</channel>" Write-Host "<value>"([math]::Round(((get-date)-$valeur_labase_sql.LastWriteTime).Totalminutes))"</value>" Write-Host "<LimitMaxError>1440</LimitMaxError>" Write-Host "<LimitMode>1</LimitMode>" Write-Host "</result>" [...] Write-Host "</prtg>" Exit 0
And powershell return this:
<prtg> <result> <channel>Age labase.sql (local)</channel> <value> 3562 </value> <LimitMaxError>1440</LimitMaxError> <LimitMode>1</LimitMode> </result> [...] <prtg>
However, my sensor never goes down.
What should I do ?
Cordially.
Add comment