Skip to content

telegram bot for linux server stats and alerts

Notifications You must be signed in to change notification settings

elhenro/telemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telemon

Chat with your server

Example

description

a simple telegram bot that runs on your linux server to provide perfomance stats, general information and notification alerts

setup

git clone https://github.com/elhenro/telemon

cd telemon

get go dependencies

go get -d ./...

place your token in the token.txt file for the bot (obtain it from botfather)

echo "1234567890123:examplePasteYourTokenHere12345" >> token.txt

run

go run main.go

commands

introduce yourself with hello. after that the bot will send you alerts if something is down.

cpu returns current cpu usage

ip returns current external ip of your server

memory returns current memory usage in percent

more to come..

About

telegram bot for linux server stats and alerts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages