ethstorage / es-node

Golang implementation of the EthStorage node.
Other
1.15k stars 77 forks source link

Send an email alert if the EthStorage network has not produced a new block for an extended period. #328

Closed qzhodl closed 2 weeks ago

qzhodl commented 2 weeks ago

Rationale

We should actively monitor network conditions (such as the EthStorage network deployed on Sepolia). If a new block hasn’t been mined for an extended period (e.g., 24 hours), an alert email should be sent to the dev team for investigation.

Implementation

Could we implement this feature within the dashboard code?