Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 596 Bytes

Simple shell script for monitoring Cosmos-SDK based networks validators.

This shell script checks 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 config file and run script.

# Node name, e.g. "Cosmos"
NODE_NAME=""
# Your node RPC address, e.g. "http://127.0.0.1:26657"
NODE_RPC=""
# Trusted node RPC address, e.g. "https://rpc.cosmos.network:26657"
SIDE_RPC=""
# Telegram bot API
TG_BOT=""
# Telegram chat ID
TG_ID=""