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

It doesn't seem like a way to disable alerts for a given time range. Time range could be every day from X to Y hours or could be a specific...

Adds ability to check more than one Graphite. Describe them in config: ``` js { ... // Drop params for single graphite: // "graphite_url": "", // "graphite_username": null, // "graphite_password":...

How can I prevent this from happening? Because otherwise, my inbox gets flooded every few hours. First with the "Process takes too much time", then with the "Back to normal"...

Allow alerts to have a description field. This field would be included in the notifications that are sent. This would allow things like providing links to wiki documentation or runbooks.

I need the ability to send a specially crafted smtp message to interface with an smtp api of an external service. For example, I want to be able to configure...

I'm getting this when trying to integrate with Hipchat using 0.24.1 [E 150814 16:08:36 concurrent:122] Future exception was never retrieved: Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/tornado/gen.py", line 212, in...

user may develop new Alert class or customize existing one, would be nice to be able load these classes.

It would be nice if graphite-beacon quit with a parse error like the JSON parse error when it encountered time units it didn't understand. When I pass in: "interval": "1min",...

It would be nice to be able to exclude certain graphite metrics from the alerts. E.g., I would create an alert for all filesystems but exclude /tmp.

If method for HTTP handler set to GET - nothink happens when allerting. My debug show's that it is because here https://github.com/klen/graphite-beacon/blob/develop/graphite_beacon/handlers/http.py#L36 body must be None if method is GET....