I'm looking for a way to do the following:
Say a node goes down. I've got an alert set up so that it has 3 actions.
1) Write to the event log.
2) Send an email to the NOC / SME
3) Run an external command to page a blackberry outside of email.
Now, step 3 is really just a failsafe, in case step 2 doesn't work due to
email being down. Is there a way to say, "don't run step 3 if step 2 was successful"? Our oncall folks would just as soon not get an email and a
page for every alert. While I see the delay option, that isn't what we want.
Thanks!