Skip to content

Commit 6a470d8

Browse files
docs(site): redirect moved monitoring project AB#7340
1 parent f70fed6 commit 6a470d8

6 files changed

Lines changed: 52 additions & 8 deletions

File tree

.ai/state/CURRENT_TASK.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
<!-- What is being worked on right now. Keep it short; update as work moves. -->
44

5-
_Nothing yet - this repo was just onboarded onto the multi-model standard._
5+
_Publish and verify the compatibility redirect from `/azurelocal-scom-mp/` to Hybrid
6+
Infrastructure Health Monitoring at `labs.hybridsolutions.cloud`._
67

78
<!--
89
Optional advisory model hint the next tool should honour if available.

.ai/state/HANDOFF.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88

99
## Last session
1010

11-
- **What changed and why:** Initial multi-model scaffold onboarding (AGENTS.md, CLAUDE.md shim, Codex/Copilot config, .mcp.json, .ai/ workspace).
12-
- **Files touched:** AGENTS.md, CLAUDE.md, .codex/config.toml, .github/copilot-instructions.md, .mcp.json, .ai/*
13-
- **Commands / tests run and results:** N/A - scaffold only
14-
- **Branch:** main — committed: yes — pushed: no
15-
- **Blockers:** None
16-
- **Exact next steps:** Fill in .ai/memory/PROJECT_CONTEXT.md and .ai/memory/COMMANDS.md with real repo-specific detail.
11+
- **What changed and why:** Added a compatibility route at `/azurelocal-scom-mp/` that redirects
12+
readers to `https://labs.hybridsolutions.cloud/hybrid-health-monitoring/` after the monitoring
13+
project moved to `Hybrid-Solutions-Cloud/hybrid-health-monitoring`. Added the renamed product to
14+
the Solutions menu and updated the changelog. Tracked by AB#7340.
15+
- **Files touched:** `static/azurelocal-scom-mp/index.html`, `docusaurus.config.js`, `CHANGELOG.md`,
16+
and `.ai/state/*`.
17+
- **Commands / tests run and results:** Redirect HTML content assertion and `git diff --check`
18+
passed. Two local `npm run build` attempts remained active beyond six minutes without producing
19+
a build directory; the exact orphaned Node processes were stopped. Use the GitHub Actions deploy
20+
workflow as the authoritative Linux build result.
21+
- **Branch:** `main`.
22+
- **Blockers:** None in the redirect source; deployment verification remains.
23+
- **Exact next steps:** Verify the deploy workflow and confirm
24+
`https://azurelocal.cloud/azurelocal-scom-mp/` lands on the new Labs product site.

.ai/state/OPEN_QUESTIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
<!-- Unresolved questions or deferred decisions for the next session or tool to pick up. -->
44

5-
_None yet._
5+
- After deployment, verify `https://azurelocal.cloud/azurelocal-scom-mp/` redirects to
6+
`https://labs.hybridsolutions.cloud/hybrid-health-monitoring/`.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3131

3232
## [Unreleased]
3333

34+
- Redirect the former Azure Local SCOM MP documentation route to Hybrid Infrastructure Health
35+
Monitoring and add the new product to the Solutions menu.
36+
3437
### Features
3538

3639
- Docusaurus 3.7.0 community portal at azurelocal.cloud

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ const config = {
183183
label: 'Monitoring',
184184
href: 'https://azurelocal.github.io/azurelocal-monitoring/',
185185
},
186+
{
187+
label: 'Hybrid Infrastructure Health Monitoring',
188+
href: 'https://labs.hybridsolutions.cloud/hybrid-health-monitoring/',
189+
},
186190
{
187191
label: 'Governance',
188192
href: 'https://azurelocal.github.io/azurelocal-governance/',
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta
7+
http-equiv="refresh"
8+
content="0; url=https://labs.hybridsolutions.cloud/hybrid-health-monitoring/"
9+
/>
10+
<link
11+
rel="canonical"
12+
href="https://labs.hybridsolutions.cloud/hybrid-health-monitoring/"
13+
/>
14+
<title>Hybrid Infrastructure Health Monitoring has moved</title>
15+
</head>
16+
<body>
17+
<main>
18+
<h1>Hybrid Infrastructure Health Monitoring has moved</h1>
19+
<p>
20+
Continue to
21+
<a href="https://labs.hybridsolutions.cloud/hybrid-health-monitoring/">
22+
labs.hybridsolutions.cloud/hybrid-health-monitoring/ </a
23+
>.
24+
</p>
25+
</main>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)