gaia / tezos-monitoring

Tools to monitor your Tezos Node, Baker and Endorser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tezos Monitoring Tools

Tools to monitor your Tezos Node, Baker and Endorser

blockheight.sh: monitor if your node is up to date with the chain, by comparing your node's block height with network block height as published by external APIs. To increase reliability, network block height uses the highest value between tzscan.io and tezex.info.

bakingstatus.sh: tells you if the baker process is running. It doesn't tell you if the password has been entered (in case your setup requires it) or that the baker is running properly.

endorsingstatus.sh: tells you if the endorser process is running. It doesn't tell you if the password has been entered (in case your setup requires it) or that the endorser is running properly.

PS: If you are baking with the ledger, these fine folks have created systemd entries to make it easier to run the node/baker/endorser: https://github.com/etomknudsen/tezos-baking

About

Tools to monitor your Tezos Node, Baker and Endorser

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%