Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 750 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 750 Bytes

HostPingBot

This is a Telegram bot for detecting down hosts.

Deploy

https://t.me/HostPingBot

Requirements

  • Python 3
  • Redis server
  • PostgreSQL server

Install and run

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

HostPingBot Client

For push watchdogs you can use the docker container HostPingBot-client