I built a self-hosted Linux fleet manager with no database and zero pip dependencies (opens in new tab)
I manage a small fleet of Linux servers and got tired of the options: Ansible is great but not a dashboard. Grafana + Prometheus is powerful but heavy. Checkmk and Zabbix are overkill for a handful of machines. So I built my own. What is RemotePower? RemotePower is a self-hosted control plane for Linux servers. One small Python agent per host, one nginx + CGI server, flat JSON storage. No database, no framework, no pip dependencies — pure Python stdlib. The agent heartbeats every 60 seconds. ...
Read the original article