During the connection process I see in the LOG-Window this as last message:
Code: Select all
Retrieving test list... Error: String is too long. File may be currupt.
Code: Select all
String is too long. File may be corrupt.
This one causes the error.
Code: Select all
;-----------------------------------------------------------------------------
;- HostMonitor`s export/import file -
;- Generated by HostMonitor at 2007-01-03 15:19:37 -
;- Source file: D:\User\HostMonitor\test4.hml -
;- Generation mode: All_Tests -
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
; Folder: Root\
;-----------------------------------------------------------------------------
;You may uncomment the following line to import tests exactly into src. folder
;DefaultFolder = Root\
; ------- Test #01 -------
Method = Ping
;--- Common properties ---
;DestFolder = Root\
Title = localhost
Disabled = Yes
Comment =
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 600
Alerts =
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= Yes
UseWarning = Yes
WarningExpr = ('%SuggestedSimpleStatus%'=='DOWN') and (%SuggestedRecurrences%<4)
UseNormal = Yes
NormalExpr = ('%SuggestedSimpleStatus%'=='DOWN') and (('%Status%'=='Ok') or ('%LastStatus%'=='Ok'))
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Host = localhost
Timeout = 2000
Retries = 4
MaxLostRatio= 100
DisplayMode = time
DontFragment= No
;-----------------------------------------------------------------------------
; Exported 1 items
Juergen