How-to stop test by script (locally or remotely)

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
kevnad
Posts: 14
Joined: Thu May 26, 2011 11:13 am

How-to stop test by script (locally or remotely)

Post by kevnad »

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
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

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
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

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:

Code: Select all

%MailBody%
or:

Code: Select all

DisableTestByID %MailSubj%
Check for details at:
http://www.ks-soft.net/hostmon.eng/mfra ... #mlinevars
kevnad
Posts: 14
Joined: Thu May 26, 2011 11:13 am

Post by kevnad »

thanks for the info!

I will use the script with a FileCheck test.
Post Reply