A new Powershell sensor is being identified as invalid, but the shell output seems to be ok.
My custom Powershell sensor returns the following output when executed in the shell: PS D:\Programme\PRTG Network Monitor\Custom Sensors\EXE> .\Get-NSPSuccess.ps1 36:OK
The predefined PRTG custom sensor returns the following value when executed in the shell PS D:\Programme\PRTG Network Monitor\Custom Sensors\EXE> & '.\Demo Powershell Script - Returns a fixed integer value.ps1' 100:OK
The predefined is recognized correctly, but the first one isn't. I don't see, why the first integer is being identified as invalid.
Cheers, Thomas
I don't see the
Add comment