Ronald Ip
|
7900a201c1
|
Add --no-loop option to sendalerts management command.
Allow `sendalerts` to be run by an external scheduler, on a one-shot
basis, exiting after all alerts have been sent.
|
8 years ago |
Pēteris Caune
|
ce57a1cc8b
|
Calculate `alert_after` in Python code instead of a database trigger. This will allow complex calculations down the road.
|
8 years ago |
Pēteris Caune
|
b5a0ff3538
|
Handle concurrent sendalerts using QuerySet.update(). Fixes #39
|
8 years ago |
Pēteris Caune
|
e39b714447
|
Better logging in sendalerts.
|
9 years ago |
Pēteris Caune
|
c7a651c330
|
sendalerts management command prints error messages to stdout.
|
9 years ago |
Pēteris Caune
|
21a042aa16
|
Move notification logic to hc.api.transports. Don't use "paused" state for checks.
|
9 years ago |
Di Wu
|
79b7327c9e
|
fix tests and optimize authentication and fix some unclosed markup
|
9 years ago |
Pēteris Caune
|
5a199fec4e
|
management commands use self.stdout.write instead of print. Fixes #21
|
9 years ago |
Di Wu
|
de203275c6
|
sendalerts concurrently
|
9 years ago |
Pēteris Caune
|
c1840a92bd
|
Checks now have a new status: "paused". sendalerts management command will mark checks as paused if sending a notification throws exception. This should avoid potential infinite loops of sendalerts crashes/respawns.
|
9 years ago |
Pēteris Caune
|
f0089e2cd2
|
Send emails using djmail, can verify email addresses in /channels/
|
9 years ago |
Pēteris Caune
|
c54cb6469d
|
Send emails using djrill (Mandrill)
|
9 years ago |
Pēteris Caune
|
8628be8584
|
email_from setting, don't send alerts about checks without associated user
|
9 years ago |
Pēteris Caune
|
c526515324
|
"enabled" field is gone
|
10 years ago |
Pēteris Caune
|
8b95449c6f
|
"enabled" field is gone
|
10 years ago |
Pēteris Caune
|
aad4bd2ffb
|
Background worker to send notifications
|
10 years ago |