[2015-08-29 11:41:52,881: ERROR/MainProcess] consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
Trying again in 32.00 seconds...
from sentry.conf.server import *
import os.path
CONF_ROOT = os.path.dirname(__file__)
DATABASES = {
'default': {
# You can swap out the engine for MySQL easily by changing this value
# to ``django.db.backends.mysql`` or to PostgreSQL with
# ``sentry.db.postgres``
# If you change this, you'll also need to install the appropriate python
# package: psycopg2 (Postgres) or mysql-python
'ENGINE': 'sentry.db.postgres',
'NAME': 'sentry',
'USER': 'tlp',
'PASSWORD': 'redacted',
'HOST': '',
'PORT': '',
}
}
SENTRY_USE_BIG_INTS = True
SENTRY_ADMIN_EMAIL = 'art...@tinylabproductions.com'
SENTRY_SINGLE_ORGANIZATION = True
SENTRY_REDIS_OPTIONS = {
'hosts': {
0: {
'host': '127.0.0.1',
'port': 6379,
}
}
}
SENTRY_CACHE = 'sentry.cache.redis.RedisCache'
CELERY_ALWAYS_EAGER = False
BROKER_URL = 'redis://localhost:6379/0'
SENTRY_RATELIMITER = 'sentry.ratelimits.redis.RedisRateLimiter'
SENTRY_BUFFER = 'sentry.buffer.redis.RedisBuffer'
SENTRY_QUOTAS = 'sentry.quotas.redis.RedisQuota'
SENTRY_TSDB = 'sentry.tsdb.redis.RedisTSDB'
SENTRY_FILESTORE = 'django.core.files.storage.FileSystemStorage'
SENTRY_FILESTORE_OPTIONS = {
'location': '/tmp/sentry-files',
}
SENTRY_URL_PREFIX = 'redacted' # No trailing slash!
SENTRY_WEB_HOST = '127.0.0.1'
SENTRY_WEB_PORT = 8080
SENTRY_WEB_OPTIONS = {
'daemon': True,
'pidfile': '/home/tlp/run/sentry/main.pid',
'accesslog': '/home/tlp/run/sentry/main.access.log',
'errorlog': '/home/tlp/run/sentry/main.error.log',
# 'workers': 3, # the number of gunicorn workers
# 'secure_scheme_headers': {'X-FORWARDED-PROTO': 'https'},
}
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'localhost'
EMAIL_HOST_PASSWORD = ''
EMAIL_HOST_USER = ''
EMAIL_PORT = 25
EMAIL_USE_TLS = False
SERVER_EMAIL = 'err...@tinylabproductions.com'
MAILGUN_API_KEY = ''
SECRET_KEY = 'redacted'
/home/tlp/sentry/bin/sentry --config=/home/tlp/sentry/sentry.conf.py celery worker --pidfile=/home/tlp/run/sentry/celery-worker.pid --detach --logfile=/home/tlp/run/sentry/celery-worker.log
/home/tlp/sentry/bin/sentry --config=/home/tlp/sentry/sentry.conf.py celery beat --pidfile=/home/tlp/run/sentry/celery-beat.pid --detach --logfile=/home/tlp/run/sentry/celery-beat.log
--
You received this message because you are subscribed to the Google Groups "sentry" group.
To unsubscribe from this group and stop receiving emails from it, send an email to getsentry+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
check process sentry-main
with pidfile /home/tlp/run/sentry/main.pid
start program = "/home/tlp/sentry/bin/sentry --config=/home/tlp/sentry/sentry.conf.py start"
as uid tlp and gid tlp
with timeout 10 seconds
stop program = "/bin/bash -c 'kill `cat /home/tlp/run/sentry/main.pid`'"
as uid tlp and gid tlp
check process sentry-celery-worker
with pidfile /home/tlp/run/sentry/celery-worker.pid
start program = "/home/tlp/sentry/bin/sentry --config=/home/tlp/sentry/sentry.conf.py celery worker --pidfile=/home/tlp/run/sentry/celery-worker.pid --detach --logfile=/home/tlp/run/sentry/celery-worker.log"
as uid tlp and gid tlp
with timeout 10 seconds
stop program = "/bin/bash -c 'kill `cat /home/tlp/run/sentry/celery-worker.pid`'"
as uid tlp and gid tlp
check process sentry-celery-beat
with pidfile /home/tlp/run/sentry/celery-beat.pid
start program = "/home/tlp/sentry/bin/sentry --config=/home/tlp/sentry/sentry.conf.py celery beat --pidfile=/home/tlp/run/sentry/celery-beat.pid --detach --logfile=/home/tlp/run/sentry/celery-beat.log"
as uid tlp and gid tlp
with timeout 10 seconds
stop program = "/bin/bash -c 'kill `cat /home/tlp/run/sentry/celery-beat.pid`'"
as uid tlp and gid tlp