especially with ping tests I do see almost regularely that the configured interval is exceeded /by/far/ (between 3 and 10 times, the average appears to be 5).
Please find two such examples attached, tests that are carried out ~ every 5s despite every 1s (resulting in many unnecessary alarms because dependant tests are not held in time).
The software is 9.30 E, the machine is WinXPSP3 (a test installation on W2k3SP2 Datacenter x64 showed the same) and there are only 284 tests defined (a few less running).
Please fix.
Code: Select all
[size=7];-----------------------------------------------------------------------------
;- HostMonitor`s export/import file -
;- Generated by HostMonitor 9.30 at 14.11.2012 08:58:41 -
;- Source file: C:\Program Files\HostMonitor7\HM.hml -
;- Generation mode: Selected_Tests -
;-----------------------------------------------------------------------------
; ------- Test #01 -------
Method = Ping
;--- Common properties ---
;DestFolder = Root\Server\BN-SRV2\
RMAgent = BN-SRV2
Title = ping localhost on BN-SRV2
Comment = 127.0.0.1
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 1
Alerts = Do nothing
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Host = 127.0.0.1
Timeout = 200
Retries = 2
MaxLostRatio= 1
DisplayMode = lost
PacketSize = 32
DontFragment= No
;-----------------------------------------------------------------------------
; Exported 1 items[/size]
Code: Select all
;-----------------------------------------------------------------------------
;- HostMonitor`s export/import file -
;- Generated by HostMonitor 9.30 at 14.11.2012 09:12:01 -
;- Source file: C:\Programme\HostMonitor7\IBS.hml -
;- Generation mode: Selected_Tests -
;-----------------------------------------------------------------------------
; ------- Test #01 -------
Method = Ping
;--- Common properties ---
;DestFolder = Root\Server\BN-SRV2\
Title = ping BN-SRV2
Comment =
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 1
Alerts = IBS-Alert 4 Pings /w SMS
ReverseAlert= No
UnknownIsBad= No
WarningIsBad= Yes
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
Host = 1.2.3.4
Timeout = 200
Retries = 2
MaxLostRatio= 1
DisplayMode = lost
PacketSize = 32
DontFragment= No
;-----------------------------------------------------------------------------
; Exported 1 items