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).
; We use a Http test to poll a web page that returns a single value uniquely identifying the site
; value is stored in %HttpPage%
;
; Generate import file
ExecuteProgram 10000 c:\testgen\TestGenerator.exe -domainid:%HttpPage% -action:add
; Now import the test
ImportFromFile c:\testgen\Import.txt SkipDuplicates WriteLog
; Save and done
SaveTestList
In the import file I need to be able to configure the "Use 'Normal' status if" option and set it to "%HttpCode%<>503". I don't see a way of doing this.
I also don't see a way of setting this in HMS either. Is this possible?