Deploy Telemonitor
instance on your server and monitor metrics via your phone
- (only works with
Ubuntu
andDebian
based OS')
- Deployment is much easier than in
Grafana
or other monitoring utilities
-
Install
Docker
andDocker compose
with this guide -
Clone
GitHub
repo and move to created dir
git clone https://github.com/LCcodder/Telemonitor && cd Telemonitor
- Paste your
Telegram
bot token inTOKEN
variable insideDockerfile
- Configure whitelist in
config.json
file (paste usernames, not display names) - Build and run
Docker
container
docker build . -t telemonitor && docker run telemonitor
Created with go-telegram
, docker
proprietary lib and sysinfo