Tinyfal is an app that allows you to monitor your servers, and get notifications in real time about their status. The setup is a simple as it can be, no dependencies in your server. Ideal for homelabs and small businesses.
Main features
Quick install of the agent:
Register here, create a resource, get your token and then run this on the server you want to monitor:
curl --proto '=https' --tlsv1.2 -f https://tinyfal.com/install.sh | sh
The script will ask you to introduce the token you got for your resource. That’s it. The script agent.sh will be installed in:
~/.tinyfal/agent.sh
And create a cron job that runs this script every minute. Feel free to modify it to send any information you want.
Alerts
You can configure alerts per resource in the web interface.
If a server stops sending updates, you will receive an email notification.
Alerting is minimal for now, but it will become more advanced over time.
The agent, what does it do?
Read more ⟶