Commit Graph

12 Commits

Author SHA1 Message Date
Phoenix 3d47fc1439 Add ResourceHub for real-time updates and implement web dashboard with REST API
- Created ResourceHub.cs for SignalR group management.
- Developed a modern web dashboard using Tailwind CSS for responsive design.
- Implemented real-time updates with SignalR for CPU, Memory, GPU, and Network usage.
- Added REST API endpoints for resource information and process management.
- Integrated process management features to view and terminate high-usage processes.
- Enhanced UI with loading spinners, notifications, and responsive tables.
- Included performance charts for historical CPU and Memory usage.
- Configured Swagger UI for API documentation.
- Established security features including process kill restrictions and API key authentication.
2025-08-07 23:02:03 +08:00
Phoenix d6efa9163b Add Telegram bot integration for real-time alert notifications
- Implemented ITelegramNotificationService and TelegramNotificationService for sending alerts via Telegram.
- Updated MonitoringSettings to include Telegram configuration options.
- Enhanced AlertService to send alerts and resolutions through Telegram.
- Added API endpoints for checking Telegram status and sending test alerts.
- Updated README and TELEGRAM_SETUP.md with setup instructions and features.
- Included example configuration in appsettings.telegram.example.json.
2025-08-07 17:30:02 +08:00
Phoenix 823e467078 Add start-service.bat script for Resource Monitor Service v2.0
- Introduced a batch script to simplify the startup process for the Resource Monitor Service.
- Included checks for .NET 9.0 Runtime installation.
- Added build and run commands for the service with appropriate error handling.
- Provided user instructions and API documentation links in the script output.
2025-08-07 02:39:54 +08:00
king 294438145a Refactor NVML wrapper and update CORS policy; add appsettings configuration files 2025-04-30 17:01:33 +08:00
king a0b9f05ae3 Implement API key validation middleware and add force shutdown endpoint 2025-04-28 15:16:44 +08:00
sothman01 caa7436d51 Add GPU detection and usage retrieval with error handling 2025-04-28 13:42:16 +08:00
Phoenix 7c1cbb44f8 Add API endpoint to kill processes by ID with error handling 2024-12-27 15:53:22 +08:00
Phoenix f65d05402a Add CORS policy to allow all origins and update app.RunAsync usage 2024-12-27 11:00:27 +08:00
Din Dang a2ea577efb Add usage more than 80 2024-12-24 14:43:46 +08:00
Din Dang 7dc9010451 Fixed 2024-11-29 00:42:55 +08:00
Din Dang 62e77433aa Add steam running games 2024-11-28 19:28:37 +08:00
Din Dang 05d805be0a Initial commit 2024-11-28 16:52:40 +08:00