It's alive! is a simple self-hosted uptime monitoring tool. If you only want to display up/down hosts and don't need auth nor notifications, this is for you.
- ping/tcp check
- 30s interval
git clone https://github.com/ertfm/itsalive.git
cd itsalive
docker build --tag itsalive .
# replace {host-data-folder} with an absolute path to a folder where you want to store itsalive database
docker run --detach --name itsalive --publish 5000:5000 --volume {host-data-folder}:/itsalive/data itsalive
git clone https://github.com/ertfm/itsalive.git
cd itsalive
mkdir data
pip install -r requirements.txt
python run.py
Learn webdev.