# Solana Community Resources
## Log Analysis
### Validator Educational Workshop hosted by Tim and Presented by Steve from the Solana Foundation
[Recording](https://www.youtube.com/watch?v=86zySQ5vGW8)
[Notes](https://gist.github.com/steviez/b6a7a07e78bef30735929b657f81daa7)
## Vote Account Management
Vote Account Management Program [(VAMP)](https://github.com/bji/vote-account-manager)
## Existing Solana Validator Monitoring and Related Tools
* Solana cluster metrics [here](https://metrics.solana.com:3000)
* Validator Mission Control by Chainflow [here](https://github.com/Chainflow/solana-mission-control) and metrics definition [here](https://github.com/Chainflow/solana-mission-control/blob/main/docs/metric-cal.md)
* Solana monitoring best practices [here](https://www.solana-validator-guidebook.com/best-practices/monitoring-best-practices#solana-watchtower)
* Non-user friendly list of ``watchtower`` alerts [here](https://github.com/solana-labs/solana/blob/9524c9dbff3ff8c93cd36675a895ebf2a022e6cd/watchtower/src/main.rs#L251)
* Connect ``watchtower`` to PagerDuty instructions [here](https://soceanfi.notion.site/How-to-Set-Up-Alerting-for-your-Validator-on-Solana-with-PagerDuty-and-Watchtower-976950aab9904304a780b9a0f7f51a66#65eaa0338ab9410abc73eafee8551c48)
* Stakeconomy monitoring dashboard [here](https://github.com/stakeconomy/solanamonitoring/blob/main/How%20to%20Install%20TIG%20Stack.md)
* [Zomblox](https://gitlab.com/blockscope-net/zomblox), a Solana monitoring tool to alert you of important event on your validator node.