Sometimes I'm seeing 504s (timeout?), haven't catched anything in the log yet. Perhaps some occasional spikes on my server. Is there a way to catch these better? What monitoring service for performance do you suggest? #MastoAdmin
pcp, performance co-pilot is good basic tool for data gather on local server. It has good integrations, like cockpit and grafana. Cockpit is handy anyway. Grafana you might already have. https://cockpit-project.org/blog/pcp-grafana.html #pcp #grafana #cockpit
do you have this set up? https://grafana.com/grafana/dashboards/17492-mastodon-stats/
I really don't like Grafana. I don't know why. It has something to do with aeshetitcs. I know it's widely supported by practically anything, but I still don't like it :blob_smile_sweat: Perhaps it has themes or something nowadays... :thinking_rotate: I'm thinking of setting up something like checkmk. Or then I'll just try that Grafana template during the weekend. Thanks.
give the cockpit a go. It won't use system resources, but gives good light way to manage server and see stuff. $PKGMGR install -y cockpit*&&systemctl enable --now cockpit.socket. Then up to yout network, but if can't open firewall, take ssh -L 9090:localhost:9090 $host and firefox https://localhost:9090
checkmk looks interesting. Last week I did demo with dynatrace (together with ansible eda), that was some heavy duty stuff.