Hi,
I have HostMonitor 9.18 running as a service on a Windows 2003 server.
What we want to do, is to create a tools that will enable admin to stop their test without having to have an access with RCC.
We want to create an apps that will list the test and enable them to stop a test.
Is it possible?
Thanks
How-to stop test by script (locally or remotely)
You may use Telnet Service and some telnet client
http://www.ks-soft.net/hostmon.eng/teln ... /index.htm
or use HM Script files and Execute HMScript action
(e.g. create File Availability to check for new version of script file and add "Execute HMScript" action into profile assigned to the test).
Then 3rd party application may create script files and HostMontor will execute specified commands automatically
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Regards
Alex
http://www.ks-soft.net/hostmon.eng/teln ... /index.htm
or use HM Script files and Execute HMScript action
(e.g. create File Availability to check for new version of script file and add "Execute HMScript" action into profile assigned to the test).
Then 3rd party application may create script files and HostMontor will execute specified commands automatically
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Regards
Alex
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
E-Mail test can be used to detect and execute HMS commands, sent by E-mail.
You may setup E-mail test and assign "Execute HMScript" action.
HMS script file may look like the following:
or:
Check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... #mlinevars
You may setup E-mail test and assign "Execute HMScript" action.
HMS script file may look like the following:
Code: Select all
%MailBody%
Code: Select all
DisableTestByID %MailSubj%
http://www.ks-soft.net/hostmon.eng/mfra ... #mlinevars