I've configured monit tests and alerts — but I want to make sure that everything in my alert stack (outgoing email servers, sms email gateways…) is functioning properly. Is there a handy way to fire off a dummy test alert?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I usually restart a trivial service (like ntp) that I'm monitoring in order to test the alerts.

I did find this suggestion in the mailing list archives...

It's a way to leverage the alert reminder functionality in Monit to ensure that the alert path is functioning properly. Basically, a periodic reminder. Tune the cycle to your liking and you'll be able to control the testing time.

  check file alerttest with path /.nonexistent
    alert address@hidden with reminder on 500 cycles
link|improve this answer
A dead man's switch, nice! – John Nov 7 '11 at 23:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.