graphite-beacon icon indicating copy to clipboard operation
graphite-beacon copied to clipboard

Simple alerting system for Graphite metrics

Results 52 graphite-beacon issues
Sort by recently updated
recently updated
newest added

fix http handler bug: ValueError: Body must be None for method GET(unless allow_nonstandard_methods is true)

Many applications nowadays allow including all config files in a directory. I think this would be a good way for me to organize alert configs. Can I do something like...

Hi, While trying to setup the cli to hit a custom webhook, found that the limit_value is not being reported on the alert. example alert rule: ['warning: < 10000 OR...

self.time_window 's value should be `interval_to_graphite(options.get('time_window', self.reactor.options.get('time_window', self.interval)))` in `alert.py`, or the time_window option is useless in the configuration's main block

graphite-beacon/graphite_beacon/handlers/smtp.py 69: html = MIMEText(str(html_tmpl.generate(**ctx)), 'html') should add a encoding parameter to show non-assci characters, such as 'utf-8'.

Adding validate_cert to the defaults would increase the visibility of the parameter in debug mode.

Sort of like the URL test, but more flexible...should optionally also check that data comes off the port when you put junk into it or it outputs something when connected...

Sometimes it's useful to have beacon related metrics on graphite Not sure if I am doing it right way - that's my first experience with tornado ioloop. Parameters has to...