sigp / siren

User interface for Lighthouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alerts

AgeManning opened this issue · comments

Some alerts that might be useful to add:

  • We see a single crit error. "Alert Critical Error"
  • We see a single error: "Alert Error"
  • We see 5 or more warnings (in an hour window): alert that something is misbehaving
  • Peer count drops below 20
  • NAT is closed
  • Attestation missed (this is for the future, we could parse the logs which would tell us when attestations are missed. These will show as errors. )
  • Block produced - Again would have to parse the logs for a block production log. The log would look like: "Valid block from HTTP API" in the beacon node
  • If we go out of sync a warning alert saying either the EC or BN is out of sync

We might want to parse some of the error message in the alerts if we can. Like if there is a crit, somehow display the log message corresponding to the crit when they click on the alert.

If there are multiple of the same error, I don't think we stack them. We just have a single one. Once the user acknowledges them or removes them, we add them back if there are more.

  • Crticical alerts
  • error alerts
  • 5 or more warnings
  • peer count alerts
  • nat alert
  • beacon sync alert
  • ec sync alert
  • alerts dissmisable