pkahly / bitcoin-monitor

Monitors a full Bitcoin node and sends status emails and alerts
MIT License
0 stars 0 forks source link

Prevent Alerts From Firing Endlessly #124

Closed pkahly closed 5 years ago

pkahly commented 5 years ago

Writing the status info to the database when an alert is fired solved this problem for SOME of the alerts, like price change, difficulty adjustment, etc.

That doesn't work for others, like the "Unusual Block Time" alerts.

pkahly commented 5 years ago

Making reorg alerts exempt from the cool down

Also stopped writing the status_info on alert