Variables in Exported text file

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
dullaertd
Posts: 17
Joined: Mon Mar 10, 2008 7:18 am

Variables in Exported text file

Post by dullaertd »

I was wondering if I could find a list anywhere that contains every available variable that could be encountered in an exported text file of tests

Thanx in advance!
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

In fact, there are no special macro variables, that are resolved by exporting or importing test items. If some variable is specified for the certaon test, then you will see this variable in exported file. Probably, I misunderstood your question? Could you explain your goals?

Anyway, the following article might be helpful: http://www.ks-soft.net/hostmon.eng/examples/import1.htm

Regards,
Max
dullaertd
Posts: 17
Joined: Mon Mar 10, 2008 7:18 am

Post by dullaertd »

That was it! :) Thank you

I was just wondering if you can set the "disabled" property for every test?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

dullaertd wrote:I was just wondering if you can set the "disabled" property for every test?
Sure. You just should add "Disabled = Yes" line for each test, underneath the "Title" string, e.g.:

; ------- Test #01 -------

Method = Script
;--- Common properties ---
;DestFolder = Root\Scripts\
Title = VBScript: DiskSpaces.vbs
Disabled = Yes
Comment = VBScript: DiskSpaces.vbs
......

Regards,
Max
dullaertd
Posts: 17
Joined: Mon Mar 10, 2008 7:18 am

Post by dullaertd »

ok thanks!
Post Reply