Alert based on specified count of error state on some tests

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).
Post Reply
MirkoW
Posts: 205
Joined: Tue Jul 01, 2008 6:51 am

Alert based on specified count of error state on some tests

Post by MirkoW »

Hello,
HM is monitoring a Server which have around 10 Disk drives.
Each drive freespace is monitoring by a test. But i dont want to get an alert when one of the disks does not have enough space.

I'm looking for a method to get an alert at first when more than 3 tests are containing errors.

It is possible a check a hm-folder which contain all tests and getting an alert if there are more than 3 tests which are containing errors?

Best regards,
Mirko
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Assign alert profile to each tests within the folder, use "advanced" mode action with expression like
(%FolderCurrent_BadTests%==3) and ("%SimpleStatus%"=="DOWN") and (%Recurrences%==1)
action will be started when 3 test items switches status to "bad" (later action can be started again if one test switches to "good", another to "bad", so total number of bad tests == 3)

Another option:
(%FolderCurrent_BadTests%>2) and ("%SimpleStatus%"=="DOWN") and (%Recurrences%==1)
action will be started when 3 test items switches status to "bad"; also it will be started when 4th test item will change status from "ok" to "bad"; 5th test item...

Regards
Alex
MirkoW
Posts: 205
Joined: Tue Jul 01, 2008 6:51 am

Post by MirkoW »

Great!!

Thanks for fast support
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome

Regards
Alex
Post Reply