I'm going to have another #NixNet hangout on May 8th at 17:00 UTC
I do say "NixNet" but it's really for anyone who wants to join, even if they don't use any of the services I host 😉 Last time, we had four people from Germany, two from the US, two from India, and one from New Zealand. I'm expecting a couple of other people to participate next time as well.
@amolith what's mixnet if you dont mind me asking ;)
@null0x0 It's what I call the collection of services I run 😉
https://nixnet.services
@amolith nice list of services! Do you use any monitoring tool for checking health of running services and disk+process usage?
@null0x0 I currently use a systemd timer that runs a script every few minutes to check if the related systemd services are running. If not or if there's some error, I get an email. I also have UptimeRobot check from the end-user side. When I have some free time over the summer, I'll be learning Ansible and LXC/LXD to automate the building and deploying of machine containers and I'm going to include Prometheus and Grafana in all of that for proper monitoring and historical statistics.