refixed the server query

This commit is contained in:
Frank Harris 2026-06-08 13:06:32 -05:00
parent eedc3e8fb3
commit e2dd5a496c
8 changed files with 539 additions and 20 deletions

View file

@ -8,6 +8,7 @@ The Windows agent manages customer servers through the Cygwin runtime and the OG
- `OGP64` is the Cygwin root for the maintained launcher
- process state is tracked through the agent runtime and PID files
- configured port validation is handled by `server_status` in `OGP64/OGP/ogp_agent.pl`
- manual startup and shutdown are handled by the root batch scripts
- Windows-specific user and service assumptions belong here, not in the Panel
@ -21,3 +22,9 @@ The Windows agent manages customer servers through the Cygwin runtime and the OG
## Rule
Keep startup and stop behavior visible and explicit. Failures should be reported in the same console when launched manually.
## Port validation
Detailed status validation design:
- [`GSP_WINDOWS_AGENT_PORT_VALIDATION.md`](GSP_WINDOWS_AGENT_PORT_VALIDATION.md)