SetTestParam script not working

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
monitorcsn001
Posts: 27
Joined: Mon Jan 12, 2004 7:14 am

SetTestParam script not working

Post by monitorcsn001 »

Hello,
I can't figure out why the following script isn't working. Is there something wrong with my syntax or is it something else? Any ideas anyone?
I'm running HostMonitor v. 6.42

Code: Select all

SetTestParam   _AllCPU           AlertProfile       Pluto
Thanks
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

Sorry, SetTestParam command does not support AlertProfile parameter name.
Quote from manual:
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
=============
ParameterName can be one of the following:
timeout
username
password
comment
commentlineNN (when NN is number from 1 till 99)
=============

If you want to change the alert profile for the group of tests, you may select all necessary test, click "Edit" button on the toolbar and specify appropriate alert profile.
On the another hand, you may Export/Import functins of HostMonitor. You may export tests to the file (menu "File > Export to Text file"), change alert profile manually or using third party software and import them again using menu "File > Import from Text file" or using "ImportFromFile" of HMS script.

Regards,
Max
Post Reply