Commit Graph

8 Commits

Author SHA1 Message Date
Conrad Hoffmann 94ca073cd1 Alert on increase in unconfirmed registrations
There is always some fallout, but over the past two weeks the ratio was
never above 0.0001. It did go up to 0.0004 when there was an issue with
email delivery, so 0.0002 seems to be a decent value to trigger an
investigation.
2024-04-09 10:58:59 +02:00
Ignas Kiela cbdcce5662 meta_rules.yml: use increase instead of delta
delta is meant for gauges and does not handle resets
2021-12-15 11:30:16 +01:00
Drew DeVault 2563d63019 Fix typo in password reset alarm 2020-11-25 14:13:03 -05:00
Drew DeVault 9e2a456510 Loosen alarm for login failures
This is a bit too noisy
2020-10-04 13:51:59 -04:00
Drew DeVault 19dfb3cac9 add urgent alarm for sustained login failure rate 2020-06-22 20:37:01 -04:00
Drew DeVault 72b878212b *_rules.yml: s/alarming/urgent/
This conveys the intention a bit better.
2020-01-06 09:45:44 -05:00
Drew DeVault d5b7009f2b meta_rules: switch to delta as metric
The previous version of these rules was incorrectly testing for >5
events per second, which isn't the desired behavior. By measuring the
delta, we determine if the number of events is >5 over a 10 minute
period.
2020-01-06 09:08:41 -05:00
Drew DeVault 9f81624585 Initial commit 2020-01-05 12:28:07 -05:00