Skip to content

Simple telegram bot for monitoring linux server metrics

License

Notifications You must be signed in to change notification settings

LCcodder/Telemonitor

Repository files navigation

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