Commit Graph

40 Commits

Author SHA1 Message Date
king 1129f9a2b1 Add system control feature for remote shutdown/restart with timer support and UI integration 2025-08-08 11:52:12 +08:00
king 5ece1fbe27 Remove network monitoring features and related code; update GPU monitoring in dashboard for improved performance and clarity. 2025-08-08 11:45:48 +08:00
Phoenix 35828f189c Implement structural adjustments and optimize performance across multiple modules 2025-08-07 23:25:01 +08:00
Phoenix e842b7d73e Increase update interval to 120 seconds and adjust auto-refresh fallback to 300 seconds for improved performance. 2025-08-07 23:14:59 +08:00
Phoenix 96b6e3dcd9 Update README and installation scripts for Resource Monitor Service v2.1, enhancing web dashboard features and adjusting firewall configurations. 2025-08-07 23:10:40 +08:00
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
king aa30c9f034 Merge pull request 'feature/telegram-alert' (#4) from feature/telegram-alert into master
Reviewed-on: #4
2025-08-07 17:54:32 +08:00
Phoenix f2a0818d0e Update service port from 5000 to 2414 and adjust related configurations 2025-08-07 17:53:54 +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
king 774cdbaf66 Merge pull request 'feature/ai-resource-monitor' (#3) from feature/ai-resource-monitor into master
Reviewed-on: #3
2025-08-07 16:57:28 +08:00
Phoenix 3f64ace8a7 Update project files and configurations for improved structure and maintainability 2025-08-07 16:53:10 +08:00
Phoenix 3b3bdf3d46 Implement code changes to enhance functionality and improve performance 2025-08-07 16:52:55 +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 ea2fe47263 Merge pull request 'feature/laptop' (#2) from feature/laptop into master
Reviewed-on: #2
2025-04-30 17:08:08 +08:00
king 294438145a Refactor NVML wrapper and update CORS policy; add appsettings configuration files 2025-04-30 17:01:33 +08:00
king 413360ece2 Fix service name in firewall configuration and installation scripts 2025-04-28 15:37:53 +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 5eec358b68 Merge branch 'master' of http://192.168.50.111:13000/king/ResourceUsageAPI 2024-12-27 15:53:26 +08:00
Phoenix 7c1cbb44f8 Add API endpoint to kill processes by ID with error handling 2024-12-27 15:53:22 +08:00
king 06ea991a6c Update readme 2024-12-27 11:12:39 +08:00
king 156ae148a7 Merge pull request 'clean-branch' (#1) from clean-branch into master
Reviewed-on: #1
2024-12-27 11:02:13 +08:00
Phoenix f65d05402a Add CORS policy to allow all origins and update app.RunAsync usage 2024-12-27 11:00:27 +08:00
Phoenix b1078e4860 Remove appsettings files from publish directory and update .gitignore to include them 2024-12-27 10:19:23 +08:00
Phoenix 38cbd48a11 Remove 'delete' file from publish directory and update .gitignore to ignore it 2024-12-27 10:18:37 +08:00
Phoenix 4ec7cef15a Remove ResourceMonitorService configuration files from the project 2024-12-27 10:17:33 +08:00
Phoenix 5bdd934e42 Remove ResourceMonitorService generated files from the project 2024-12-27 10:15:13 +08:00
Phoenix 2991e962cb Remove ResourceMonitorService files and update .gitignore to include additional file types 2024-12-27 10:11:23 +08:00
Phoenix d5ca6248c1 Merge branch 'master' of http://192.168.50.111:13000/king/ResourceUsageAPI 2024-12-27 10:10:43 +08:00
Phoenix 297c90d55d Update .gitignore and project paths for consistency 2024-12-27 10:02:33 +08:00
phoenix 28da999de0 mmmm 2024-12-26 15:06:26 +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
king f16578d19a Update README.md 2024-11-28 22:01:24 +08:00
Din Dang 62e77433aa Add steam running games 2024-11-28 19:28:37 +08:00
Din Dang f6ac22ee8d Resolved merge conflicts 2024-11-28 17:49:35 +08:00
Din Dang f4ddf390ce Merge branch 'master' of http://192.168.50.111:13000/king/dotnet 2024-11-28 17:49:12 +08:00
Din Dang ba0db6daf8 Initial commit 2024-11-28 17:48:12 +08:00
king 41089a6cdd Initial commit 2024-11-28 17:43:01 +08:00
Din Dang 05d805be0a Initial commit 2024-11-28 16:52:40 +08:00