Hey HN!<p>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.<p>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.<p>Features:
- Tracks key server metrics
- Sends updates to Discord every 30 minutes
- Easy to set up and use
- Customizable to fit your needs<p>You can check out the GitHub repo <a href="https://github.com/thisuxhq/metron">https://github.com/thisuxhq/metron</a> for more details and setup instructions.<p>I'd love to hear your feedback and any suggestions for improvements!