Implement settings server with monitoring functionality for Web GUI Tools#170
Closed
Copilot wants to merge 2 commits into
Closed
Implement settings server with monitoring functionality for Web GUI Tools#170Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Co-authored-by: Chulhee1Lee <104404644+Chulhee1Lee@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] settings features
Implement settings server with monitoring functionality for Web GUI Tools
Aug 11, 2025
Contributor
|
@copilot HLD 요구사항을 충족할 수 있도록 만들어줘. settingsservice.md |
Contributor
Author
I cannot access the settingsservice.md document due to network restrictions. Could you please specify which parts of the REST API implementation don't match the HLD requirements? This will help me make the necessary corrections to align with the specifications. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Contributor
|
요구사항이 제대로 반영되지 않는거 같으니 본 PR은 Close 합니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a new settings service focused on monitoring functionality to support Web GUI Tool backend requirements as requested in the issue.
Overview
The implementation adds a complete
settingsservermodule to the PULLPIRI project that provides REST APIs for managing monitoring configurations. The service runs on port 47007 and offers full CRUD operations for monitoring settings along with system status endpoints.Key Features
REST API Endpoints
GET /api/monitoring/settings- List all settingsGET /api/monitoring/settings/{id}- Get specific settingsPOST /api/monitoring/settings- Create new settingsPUT /api/monitoring/settings/{id}- Update settingsDELETE /api/monitoring/settings/{id}- Delete settingsGET /api/monitoring/status- Real-time monitoring statusConfiguration Structure
The service manages monitoring settings with the following structure:
{ "id": "string", "monitoring_interval": 30, "container_monitoring_enabled": true, "resource_alert_threshold": 80, "data_retention_days": 30, "detailed_logging": false }Technical Implementation
Integration
src/server/settingsserver/Testing & Documentation
The service is immediately usable by Web GUI Tools for configuring monitoring settings in PULLPIRI deployments.
Fixes #169.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.