Installation

Download Sentry

bash || sh
export SENTRY_URL=https://raw.githubusercontent.com/msimerson/sentry/master/sentry.pl
curl -O $SENTRY_URL || wget $SENTRY_URL || fetch $SENTRY_URL

Run it:

perl sentry.pl

Running sentry the first time will:

That's all.

Upgrading

Easy Way

perl /var/db/sentry/sentry.pl --update

Hard Way

download as above

diff sentry.pl /var/db/sentry/sentry.pl

resolve any configuration differences

cp sentry.pl /var/db/sentry/sentry.pl
chmod 755 /var/db/sentry/sentry.pl