mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[GH-ISSUE #92] The web monitoring mentioned in the docs/guide folder, is it real? #37
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vesper8 on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/92
These 3 files:
https://github.com/mikeyobrien/ralph-orchestrator/blob/main/docs/guide/web-quickstart.md
https://github.com/mikeyobrien/ralph-orchestrator/blob/main/docs/guide/web-monitoring.md
https://github.com/mikeyobrien/ralph-orchestrator/blob/main/docs/guide/web-monitoring-complete.md
They describe a feature... not yet released? These are plans basically?
I didn't find anything related to a web server in the code so was a bit confused by this. Just checking I'm not missing something.
Loving the library so far.. still learning.. still wrapping my mind around everything.
@mikeyobrien commented on GitHub (Jan 22, 2026):
This was supposedly implemented in v1 that was ralphed into existence (more on that here: https://mobrienv.dev/blog/2026/01/ralph-orchestrator). I don't know if it actually worked. I may re-add it at a later time.
@mikeyobrien commented on GitHub (Jan 22, 2026):
The web monitoring documentation has been removed.
As @mikeyobrien noted, this feature was supposedly implemented in v1 but the actual source code doesn't exist in the current codebase - only empty
__pycache__directories remained. The documentation was describing a feature that isn't available.Removed files:
docs/guide/web-quickstart.mddocs/guide/web-monitoring.mddocs/guide/web-monitoring-complete.mdAlso cleaned up the empty
src/ralph_orchestrator/web/directory.If web monitoring is re-added in the future, new documentation can be written at that time.