views:

54

answers:

2

Hello,

is it possible to send notification emails when passenger error occurs? Something similar to the email sending by exception notifier when there is an error in Rails app.

I wonder because now we have no way to find out if someone hits an unexpected app spawner or other error (like memory limit etc.).

Thank you!

A: 

As well as a basic notifier plugin, there are a couple of excellent services that do notifications and more.

Check out:

Toby Hede
These services catch errors related to *Rails stack*. I think foresth was referring to Passenger errors (like memory management errors).
Vlad Zloteanu
Yes, Vlad is correct. But thanks anyway, Toby.
foresth
A: 

You are probably looking for something like Monit(http://mmonit.com/monit/)

Nick Hammond