I want to setup approximately 50 tests and if any ONE of those fails I want to trip the master alert.
The specific example is I want to test some 50 folders for files that are more than 60 minutes old. If there are any failures I want to send 1 alert, not 50.
The directory structure is already in place and isn't setup to easily do one test that reads all subfolders, and I can't change what's already in place.
Is there any way to set this up?
Thanks,
Jim
How to setup individual tests to trip master alert
-
- Posts: 13
- Joined: Wed Jul 25, 2007 12:12 pm
If these sub-directories do not belong to single folder, then yes - you should create several test items.
I think you may group all these tests into single folder (HostMonitor's folder) and assign alert profile with "advanced mode" action. You may use expression like %FolderCurrent_BadTests%==1 for this action
Regards
Alex
I think you may group all these tests into single folder (HostMonitor's folder) and assign alert profile with "advanced mode" action. You may use expression like %FolderCurrent_BadTests%==1 for this action
Regards
Alex
-
- Posts: 13
- Joined: Wed Jul 25, 2007 12:12 pm