Page 4 of 4
Re: RDP services monitoring
Posted: Thu Nov 12, 2015 11:16 am
by rkennedy
That error is generally related to not being able to find the command.
Just to verify, when you say added lines, there are quite a few steps for this. Did you add this one to your NSC.ini?
Add the following to the [External Scripts] section in NSC.ini:
get_rdp_info=cscript.exe //T:30 //NoLogo scripts\get_rdp_info.vbs
Additionally, where did you place the get_rdp_info.vbs script?
Re: RDP services monitoring
Posted: Thu Nov 12, 2015 1:56 pm
by dlukinski
rkennedy wrote:That error is generally related to not being able to find the command.
Just to verify, when you say added lines, there are quite a few steps for this. Did you add this one to your NSC.ini?
Add the following to the [External Scripts] section in NSC.ini:
get_rdp_info=cscript.exe //T:30 //NoLogo scripts\get_rdp_info.vbs
Additionally, where did you place the get_rdp_info.vbs script?
Added my NSC.ini file / script was place under \scripts in NSC folder
Re: RDP services monitoring
Posted: Thu Nov 12, 2015 2:19 pm
by rkennedy
In your NSC.ini I noticed the get_rdp_info is specified under the external scripts, however it is missing a \
currently it's -
Code: Select all
get_rdp_info=cscript.exe //T:30 //NoLogo scriptsget_rdp_info.vbs
it should be -
Code: Select all
get_rdp_info=cscript.exe //T:30 //NoLogo scripts\get_rdp_info.vbs
Let us know if that fixes it for you.
Re: RDP services monitoring
Posted: Thu Nov 12, 2015 8:58 pm
by dlukinski
rkennedy wrote:In your NSC.ini I noticed the get_rdp_info is specified under the external scripts, however it is missing a \
currently it's -
Code: Select all
get_rdp_info=cscript.exe //T:30 //NoLogo scriptsget_rdp_info.vbs
it should be -
Code: Select all
get_rdp_info=cscript.exe //T:30 //NoLogo scripts\get_rdp_info.vbs
Let us know if that fixes it for you.
Thank you (I also forgot to uncomment check external scripts DLL).
- works now.
Re: RDP services monitoring
Posted: Fri Nov 13, 2015 10:26 am
by hsmith
If there's nothing else we can do for you
@dlukinski, I'll go ahead and close the thread due to age. Are you all set?
Re: RDP services monitoring
Posted: Fri Nov 13, 2015 1:14 pm
by dlukinski
hsmith wrote:If there's nothing else we can do for you
@dlukinski, I'll go ahead and close the thread due to age. Are you all set?
Yes please close the ticket and thank you once again!
Re: RDP services monitoring
Posted: Fri Nov 13, 2015 1:21 pm
by rkennedy
I will now close this out. If you ever need assistance in the future, feel free to open a new thread.