Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XuVix/Monitoring_Bot
a Simple Bot to Monitoring Server
https://github.com/XuVix/Monitoring_Bot
Last synced: 9 days ago
JSON representation
a Simple Bot to Monitoring Server
- Host: GitHub
- URL: https://github.com/XuVix/Monitoring_Bot
- Owner: XuVix
- Created: 2024-08-15T19:47:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T21:42:16.000Z (4 months ago)
- Last Synced: 2024-08-22T22:57:45.296Z (4 months ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 29
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-freedom - Monitoring_Bot
- awesome-freedom - Monitoring_Bot
README
# Monitoring_Bot
a Simple Bot to Monitoring Data Usage# install
```
bash <(curl -s https://raw.githubusercontent.com/XuVix/Monitoring_Bot/main/install.sh)
```# 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.servicesudo 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```