Sentry¶ Sentry is a realtime event logging and aggregation platform. At its core it specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.
複数台あるアプリケーションサーバーのエラーログを集めて見たり、メール通知するのだとSentryは結構使いやすそう。 http://sentry.readthedocs.org/en/latest/ とりあえず、動かしてみる。 インストール virtualenvでeasy_installのオプション指定にてインストール。mysqlを使う場合だと、 (venv)$ easy_install -ZU sentry[mysql]とすればいいようだ。 DBはPostgreSQLが推奨されてる。 設定ファイルの作成 Djangoのsettings相当のファイルを作成する。 Sentryのinitサブコマンドでデフォルトのファイルを作成してくれる。 (venv)$ sentry init sentry.conf.py設定ファイルはPythonのスクリプトなので、Pythonコードを書ける。 sentry
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く