This is a Telegram bot for detecting down hosts.
- Python 3
- Redis server
- PostgreSQL server
git clone https://github.com/francesco-re-1107/HostPingBot
cd HostPingBot
pip install -r requirements.txt
mv example_config.ini /etc/hostpingbot/config.ini
nano /etc/hostpingbot/config.ini
#edit config then start
python src/main.py
For push watchdogs you can use the docker container HostPingBot-client