Hello,
we are successfully using some powershell scripts to monitor different things. The only problem or question we have is, is it possible to give a date as a value back to ptrg? We want the date to be shown in prtg dashboard underneath the Sensor Name.
e.g.
write-host "0:Awesome"
returns #0 in dashboard and "awesome" as text.
write-host "18.12.2017:Awesome"
is not functional.
write-host "18122017:Awesome"
returns "18.122.017" in dashboard and "awesome" as text.
Thanks for your Ideas on this!
Add comment