I built Metron, a simple tool written in Rust that monitors your server metrics and sends updates to a Discord channel using webhooks. It tracks CPU usage, memory usage, disk usage, network traffic, and more. The metrics are formatted as embed messages for easy readability.
I created this tool because I wanted a lightweight and efficient way to keep an eye on my server's performance without constantly logging in. Rust's performance and safety features made it an ideal choice for this project.
Features: - Tracks key server metrics - Sends updates to Discord every 30 minutes - Easy to set up and use - Customizable to fit your needs
You can check out the GitHub repo https://github.com/thisuxhq/metron for more details and setup instructions.
I'd love to hear your feedback and any suggestions for improvements!