Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbxark-arc/pve-status
This bot sends status updates from a Proxmox Virtual Environment (PVE) server to a Telegram channel.
https://github.com/tbxark-arc/pve-status
Last synced: 2 days ago
JSON representation
This bot sends status updates from a Proxmox Virtual Environment (PVE) server to a Telegram channel.
- Host: GitHub
- URL: https://github.com/tbxark-arc/pve-status
- Owner: tbxark-arc
- License: mit
- Created: 2024-09-13T09:29:41.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T09:25:27.000Z (7 days ago)
- Last Synced: 2025-01-23T10:27:47.283Z (7 days ago)
- Language: Go
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PVE Status Telegram Bot
![](preview.jpg)
This bot sends status updates from a Proxmox Virtual Environment (PVE) server to a Telegram channel.
## Features
- **Temperature Monitoring**: Monitors the temperature of the CPU and sends alerts if the temperature is too high.
## Configuration
The bot requires a configuration file in JSON format. The configuration file should contain the following fields:
- `token`: The Telegram bot token.
- `target_id`: The ID of the Telegram chat where the updates will be sent.## Docker
```bash
docker build -t ghcr.io/tbxark-arc/pve-status .
docker run -d \
--name pve-status-telegram-bot \
-v /sys/class/thermal:/sys/class/thermal \
-v /path/to/config.json:/config.json \
ghcr.io/tbxark-arc/pve-status
```## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.