PearsonEducation / Alarmageddon

Full-stack monitoring and alerting Python library.
Other
15 stars 10 forks source link

Maintain state between runs #13

Open scotthellman opened 8 years ago

scotthellman commented 8 years ago

Alarmageddon is currently stateless. This simplifies the implementation but means that it can spam hipchat/pagerduty/email endlessly. Now is a good time to revisit this decision: With the addition of meaningful reprs (959a460ec4) to allow for unique PagerDuty incident IDs, we've now taken care of a portion of what makes keeping track of state difficult.