iFixit / alertinator

Simplistic team-based alerting through email, sms and phone calls.
http://alertinator.readthedocs.org/
Other
9 stars 4 forks source link

Alert titles: make more useful #16

Open danielbeardsley opened 6 years ago

danielbeardsley commented 6 years ago

"Threshold of 0 reached ..." Is pretty useless as far as an alert title goes.

image

Let's get the message in there earlier: No request stats recorded since ...

There are a number of pieces of data:

Not sure exactly how those should be arranged, but the current behavior is pretty wonky.

danielbeardsley commented 6 years ago

CC @n-fisher

n-fisher commented 6 years ago

Templates

Voice:

{Notice|Warning|Critical} Alert: $Message. Threshold of $threshold reached.

Text:

{Notice|Warning|Critical} Alert: $Message. Threshold of $threshold reached at $Timestamp.

comment on these and I'll revise until we have consensus on desired message.

danielbeardsley commented 6 years ago

How about:

{Notice|Warning|Critical} Alert: $Message. Started failing X time ago

Or if we can't get the time:

{Notice|Warning|Critical} Alert: $Message. Failed X checks in a row.
n-fisher commented 6 years ago

@iFixit/coders

sctice commented 6 years ago

I'd consider dropping "Alert", since I think it's implied by something like "Notice:" or "Critical:".