Mass-Change "Alertwhen Value"

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
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Mass-Change "Alertwhen Value"

Post by MirkoW »

Hi,

how can i change the alert-when value of all tests with the same method ?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

I think, you can export all necessary tests into text file (menu "File" -> "Export to text file") and use any text editor to change necessary values. After that, you may import tests back. Please note: when you import tests back to HM, you should use "ImportMode = Modify" directive: http://www.ks-soft.net/hostmon.eng/examples/import1.htm

To filter out tests you may create "View".

Regards,
Max
MirkoW
Posts: 210
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Hi,

i tried to import/modify the methods. but the import-function does not save the methods in the specify folders

i have up to 30 folders and each of them contain methods that need be modified
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

You should have exported tests with "Include folder information" option. With this option enabled, tests are exported with folder information. Uou may exported tests once more or manually add "DefaultFolder =" directive. Quote:
http://www.ks-soft.net/hostmon.eng/examples/import1.htm
==============================
DefaultFolder =;
;DefaultFolder parameter specifies the default destination folder to which
; tests will be added. If this parameter is not used or left blank
; ("DefaultFolder = ") then tests will be added to the current folder.
; e.g. DefaultFolder = Root\


CreateFolder = Root\USA Branch\Support\part2\

; creates new folder(s). The value of this parameter should specify the full
; path to the folder that you want to create.
; E.g. CreateFolder = Root\USA Branch\Support\part2\ will successively create
; folders USA Branch (in the Root folder), Support (in USA Branch subfolder)
; and part2 (in Support subfolder). Of course if some (or all) of specified
; folders already exist, HostMonitor will not create second copy of them.


DestFolder= Root\USA Branch\Office\
; defines the folder to which the test will be added. If this parameter is
; left blank then the test will be added to the current folder.
; If this parameter is not used then the test will be added to the folder
; that is specified by the "DefaultFolder" parameter or to the current folder
; if the "DefaultFolder" parameter is not used either.
==============================

Regards,
Max
Post Reply