Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 515 Bytes

Simple shell script for monitoring Juno validators.

This shell script checks Juno validator node health, voting power, validator position and sent warnings to Telegram chat if the node is unsynced or something changed.

Requirements

bash, curl, jq

Installation

Set the variables in file monitor.sh and run script.

# Your node RPC address, e.g. "http://127.0.0.1:26657"
NODE_RPC=""
# Telegram bot API
TG_BOT=""
# Telegram chat ID
TG_ID=""