Is there a definitive list of options for the import file? http://www.ks-soft.net/hostmon.eng/examples/import1.htm Doesn't appear to have all the details for things such as setting the display mode for a ping test. Apart from DisplayMode = Received being used for setting the display to % of Received, what are the other valid values for DisplayMode.
Is there an option for importing a test with an initial disabled status similar to the gui.
Thanks
Doddsy
Import File
aaargh
I just wrote an import program to add and edit tests from a SQL source. The deletion part involved a two step process that created a HMS script to disable monitors (not delete as we need the historical data) during a "bad" action and then run the dynamically created script during the "good" action. If I had of known of "Disabled = Yes" in the modify script then I wouldn't have had to create the disable hack in the first place.
Well getting my disable hack working meant that the company was convinced that AHM can be integrated into their management system and there should be a nice payment receipt for an Enterprise License and Lifetime updates in your inbox Alex!!
Now if only a HMS script could call another HMS script. Hint hint.

Well getting my disable hack working meant that the company was convinced that AHM can be integrated into their management system and there should be a nice payment receipt for an Enterprise License and Lifetime updates in your inbox Alex!!

Now if only a HMS script could call another HMS script. Hint hint.

If I have a HMS script that checks a DB for tests to disable and then creates another HMS script with "DisableTest" commands to disable them, the easiest way to run the second HMS script would be to have a command such as "ExecuteHMS" at the end of the first script. I don't need it anymore for this integration project but it would be handy for dynamically changing AHM.