Table of Contents

sentry

This service was moved to a new VM in September 2020.

Admin Tasks

Reconfigure Sentry

If you need to change a setting in the sentry config,

ssh sentry.front.sepia.ceph.com
sudo su - ubuntu
cd sentry
vim sentry/config.yml
docker-compose down; docker-compose build; docker-compose up -d

Upgrade Sentry

ssh sentry.front.sepia.ceph.com
sudo su - ubuntu
cd ~/sentry
docker-compose down
cd ~
cp -r sentry sentry.$(date -u +%F).backup
cd ~/sentry
git pull
./install.sh
docker-compose up -d

DEPRECATED

Sentry provides real-time job error tracking. See https://sentry.io/welcome/

The service is running on a VM in RHEV on sentry.front.sepia.ceph.com. An nginx reverse proxy is set up on gw.sepia.ceph.com to allow HTTP access via sentry.ceph.com. Another nginx reverse proxy is set up on the sentry host to allow HTTP access via http://sentry.front.sepia.ceph.com

The sentry VM also runs the public kraken IRC bot. See /home/ubuntu/helga.

Admin Tasks

Starting/Stopping Sentry

supervisorctl start|stop sentry-worker sentry-web

Notes