Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rewseRE/cosmos-validator-monitoring

Simple shell script for monitoring Cosmos-SDK based networks validators.
https://github.com/rewseRE/cosmos-validator-monitoring

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.
```bash
# 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=""
```