Skip to content

Mina Monitor v1.1.1

Compare
Choose a tag to compare
@olton olton released this 11 Jul 16:19
· 196 commits to master since this release

What's new in 1.1.1

  • New algorithm to check node hanging
  • New alert for NO PEERS state
  • health object for the node to display node health on the client (OK, FORK, UNKNOWN, NO PEERS, NOT-SYNCED).
  • Many changes for improving work of the server-side
  • Alert and restart node if Critical memory usage state detected
  • Can be used for Mina Monitor Cluster

Changes in 1.1.1

  • Server: improved alerts for FORK states

  • Server: added alert for NO PEERS state

  • Server: node info now stored into local object every time interval defined in consfig.nodeInfoCollectInterval

  • Server: added config property config.blockSpeedDistance with default value 10 to calculate blockchain speed

  • Server: information about mina now return from stored object

  • Server: added request for node health, request return empty array if OK or filled array with critical states

  • Server: alerter now use stored node info

  • Server: improved alerts for HANG state

  • Server: added config properties hangInterval, hangIntervalAlert, config option restartAfterPrev is deprecated, use hangInterval

  • Server: added config options memAlert, memRestart as a percent value (0 - 100)

  • Client: added reaction for node health request

  • Client: Node health now is displaying in sync status block