Skip to content

handler SentryHandler

Rob Smith edited this page Sep 24, 2012 · 1 revision

SentryHandler

Diamond handler that check if values are too high or too low, if so send an alert to a Sentry server

This handler requires the Python module Raven: http://raven.readthedocs.org/en/latest/index.html

To work this handler need a similar configuration:

SentryHandler

Create a new project in Sentry and copy the DSN here:

dsn = http://user:pass@hostname/id

[load]

name = Load Average

check for load average of the last 15 minutes

path = loadavg.15 max = 8.5

[free_memory]

name = Free Memory path = memory.MemFree min = 66020000

Clone this wiki locally