Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 914 Bytes

File metadata and controls

23 lines (18 loc) · 914 Bytes

Telemonitor - simple Telegram bot for system monitoring

Deploy Telemonitor instance on your server and monitor metrics via your phone

  • (only works with Ubuntu and Debian based OS')

Deployment:

  • Deployment is much easier than in Grafana or other monitoring utilities
  1. Install Docker and Docker compose with this guide

  2. Clone GitHub repo and move to created dir

git clone https://github.com/LCcodder/Telemonitor && cd Telemonitor
  1. Paste your Telegram bot token in TOKEN variable inside Dockerfile
  2. Configure whitelist in config.json file (paste usernames, not display names)
  3. Build and run Docker container
docker build . -t telemonitor && docker run telemonitor

Created with go-telegram, docker proprietary lib and sysinfo