Skip to content

Instantly share code, notes, and snippets.

View Remember2015's full-sized avatar

子龙 Remember2015

View GitHub Profile
# Rootユーザに変更
sudo su -
# virtualenvインストール
pip install -U virtualenv
virtualenv /www/sentry/
source /www/sentry/bin/activate
@Remember2015
Remember2015 / gist:9af99422a4aca48d4b96cd234a3dff6f
Created January 3, 2017 04:56 — forked from avoine/gist:2912777
Bridge to send rsyslog logs to sentry (http://www.getsentry.com)
#!/usr/bin/env python
#
# Copyright 2012 Patrick Hetu <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,