We are aiming to set up the test to show "Bad" when the available space reaches 10%, to show "Warning" when the available space is between 10% and 20%, and to show as "Good" at all other times.
The problem we are encountering is that even though the drive space is consistantly 12% the alert is flagging up as "Warning" for 1 recurrence then flagging as "Good" for 1 recurence. This alternating between the two status' occurs continuously as long as the test is enabled.
Is there anything that I have missed in the configuration of this test?
This is the test we are running
Code: Select all
;-----------------------------------------------------------------------------
;- HostMonitor`s export/import file -
;- Generated by HostMonitor at 30/07/2007 09:06:46 -
;- Source file: C:\Program Files\HostMonitor6\newtest.hml -
;- Generation mode: Selected_Tests -
;-----------------------------------------------------------------------------
; ------- Test #01 -------
Method = UNC
;--- Common properties ---
;DestFolder = x.x.x.x\Infrastructure\Management Services\
Title = Management Server 01 - Free Space on D:
Comment = \\IPREMOVED\D$\
RelatedURL =
ScheduleMode= Regular
Schedule =
Interval = 60
Alerts = Message, Sound
ReverseAlert= No
UnknownIsBad= Yes
WarningIsBad= No
UseWarning = Yes
WarningExpr = ("%SimpleStatus%"=="UP") and ("%Reply%">"10 %") and ("%Reply%"<"20 %")
UseNormal = No
NormalExpr =
UseCommonLog= Yes
PrivLogMode = Default
CommLogMode = Default
;--- Test specific properties ---
UNC = \\IPREMOVED\D$\
test = totalfreespace
MinFreeSpace= 10%
username = USERREMOVED
password = PASSREMOVED
;-----------------------------------------------------------------------------
; Exported 1 items
Harro.