I have an alert that sends a page after 3 bad statuses between the hours of 7am to 5pm. I then have the good action alert dependent on the bad alert. But what is happening is the test is going bad at let's say 3am and the bad alert does not get sent which is expected. But when the test changes to good, it does send an alert even though it's dependent on the bad action.
They only way I can get the good not to alert it by setting a schedule but I didn't think this was needed since it was dependent on the bad action.
Hope this makes sense.