Hi all,
I’ve spent last week learning and building a ‘PoC’ monitoring tool that I dropped into production yesterday. At the moment it can only monitor the slave status of a MySQL slave DB and provide “spam-free” notification via Slack and Postmark (email). Ansible playbook included.
cc: @SgtAwesomesauce since you may like the devops/monitoring aspect of this.
I’m working on a total internal redesign to support different types of monitors, and run the monitoring/notification aspects concurrently. As for rust, so far I’ve had a lot of fun learning about its quirks.
I’ve also maintained a list of TIL on my rust journey here: Rust resources and code snippets to improve writing idiomatic Rust. · GitHub
For anyone keen on picking up a new language, I honestly feel that Rust is a good way to go and that it will be around for a decent while.