This is typically a job for the monitoring software, like nagios or zabbix. Any sysadmin should have that deployed and uWSGI have a plugin for it that can be used to ping the app and check if it is running.
2013/10/14 Igor Katson <[email protected]> > Hi, > > there's a very nice feature in e.g. Django, when an unhandled exception > occurs, the users defined in settings.ADMINS get an email with full > stacktrace. > > When an app cannot be loaded in uwsgi due to any reason, the user just > sees "Internal server error". > But in many cases, the only way, that I know of, for the admin to see, > that the site is actually down, is to receive a complaint from the user. > This way is obviously not the most preferred. > > Is it possible to make uwsgi send an email to a set of predefined > addresses on load errors, or, possibly, any other critical errors? > > Regards, > Igor Katson. > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
