NRPE - Run VBScript with 32 bit wscript.exe
Posted: Sat Mar 28, 2020 12:23 pm
Hello,
I need to run a 32 bit vbscript with a 64 bit NSAClient. I've tried a lot ofcombinations but it's not working.
If the external command is defined like this:
the script is started (but not working because of 32 and 64 bit).
But if I try to run wscript for 32 bit I get a timeout when testing.
I've tried e.g.:
Could you please tell me how the external command must be defined?
Thank you
Best regards
Steve
I need to run a 32 bit vbscript with a 64 bit NSAClient. I've tried a lot ofcombinations but it's not working.
If the external command is defined like this:
Code: Select all
check_version=cscript.exe //nologo //T:60 .\scripts\check_version.vbs But if I try to run wscript for 32 bit I get a timeout when testing.
I've tried e.g.:
Code: Select all
check_version=C:\Windows\syswow64\wscript.exe //nologo //T:60 .\scripts\check_version.vbs Thank you
Best regards
Steve