- Improvement: Add ability to specify alert handlers per alert. (#86)
- Bug fix: don't crash due to lack of SIGHUP on Windows (#94)
- Bug fix: access dict correctly in hipchat handler (#96)
- Improvement: Allow slack notifications to users (#100)
- Added 'minimum' and 'maximum' methods
- Allow alerts to be defined in multiple config files
- Fix issue #46;
- Support
until
option for Graphite queries; - Customize alert behaviour with no data;
- Enhance expressions (support AND/OR);
- Added VictorOps handler;
- Better Slack notifications;
- Added
public_graphite_url
option;
- Support YAML in config files.
You should have install
yaml
and use<filename>.yml
as config files.
- Support systemd
- Update CLI handler
- Add PagerDuty handler
- Add Slack (https://slack.com) handler
- Add
request_timeout
alerts' option - Change history_size format: 144 -> 1day
- Python 2.6 support
- Add
smtp.graphite_url
option for set graphite_url in emails - Add
send_initial
option for send initial values when graphite-beacon starts - Update HTML email templates
- Change format of handlers options
- Fix release 0.9.0
- Update units system
- Support
include
- Easiest rules format
- Support units format (bytes, s, ms, short, percent)
- HTML emails
- Added
repeat_interval
- Support URL alerts (load http response and check status)
- First public release