Skip to content

Bot Used to Monitor Server Bandwidth Usage and get a log in telegram

Notifications You must be signed in to change notification settings

darhelm/Monitoring_Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Monitoring_Bot

a Simple Bot to Monitoring Data Usage

install

bash <(curl -s https://raw.githubusercontent.com/XuVix/Monitoring_Bot/main/install.sh) <YourBotToken> <YourChatID>

status

sudo systemctl status Monitoring_Bot.service

Log

sudo journalctl -u Monitoring_Bot.service -f

Stop and disable the service

sudo systemctl stop Monitoring_Bot.service

sudo systemctl disable Monitoring_Bot.service

sudo rm /etc/systemd/system/Monitoring_Bot.service

sudo systemctl daemon-reload

Remove the installation directory

sudo rm -rf /opt/Monitoring_Bot

Telegram Badge

About

Bot Used to Monitor Server Bandwidth Usage and get a log in telegram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.6%
  • Python 43.4%