simple python for monitoring solana validators. the app periodically checks validator health and sends notifications via telegram, discord and twilio when issues are detected. alerts include checks for slot lag and tcp connectivity using the gossip endpoint.
- monitors validators for slot lag and connectivity issues
- sends notifications via telegram, discord, and twilio
- configurable via a .env file
- prevents notification spamming with a cooldown mechanism
- supports multiple validators and networks (mainnet and testnet)