-
Notifications
You must be signed in to change notification settings - Fork 384
handler SentryHandler
Rob Smith edited this page Apr 30, 2014
·
3 revisions
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:
dsn = http://user:pass@hostname/id
[load]
name = Load Average
path = loadavg.15 max = 8.5
name = Free Memory path = memory.MemFree min = 66020000
Options - Generic Options
Setting | Default | Description | Type |
---|---|---|---|
dsn | str | ||
get_default_config_help | get_default_config_help | ||
server_error_interval | 120 | How frequently to send repeated server errors | int |