Skip to content

Retire the models.dih.earth monitor - #72

Merged
mikepsinn merged 1 commit into
developfrom
feature/remove-models-dih-monitor
Aug 30, 2026
Merged

Retire the models.dih.earth monitor#72
mikepsinn merged 1 commit into
developfrom
feature/remove-models-dih-monitor

Conversation

@mikepsinn

Copy link
Copy Markdown
Owner

Summary

  • exclude models.dih.earth from repository-generated UptimeRobot monitors
  • retire obsolete monitors carrying the repository-owned "EOS redirect |" prefix during sync
  • preserve unrelated and manually managed "EOS site |" monitors

Validation

  • generated 31 monitor definitions with models.dih.earth absent
  • targeted TypeScript compilation passed
  • Pyright passed with 0 errors
  • full pre-render validation passed for 2,329 QMD files
  • live check found 29 of 31 endpoints healthy; takeover.warondisease.org and wager.warondisease.org remain unavailable

@vercel

vercel Bot commented Aug 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
transmit-warondisease Ready Ready Preview Aug 30, 2026 4:28pm

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-30T16:28:48.410443Z 3e2b1a7 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 43 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 21ce21c6-2a72-41ab-9e18-9ffd84e16e76

📥 Commits

Reviewing files that changed from the base of the PR and between 81e8001 and 3e2b1a7.

📒 Files selected for processing (2)
  • monitoring/uptimerobot-sites.json
  • scripts/uptimerobot-monitors.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3e2b1a7bbb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +215 to +216
const isManagedRedirect = existing.friendlyName.startsWith("EOS redirect | ");
if (isManagedRedirect && !desiredUrls.has(normalizeUrl(existing.url))) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve named monitors when repairing URL drift

When a repository-managed monitor still has a desired friendly name but its UptimeRobot URL has drifted, this URL-only test deletes it. The later lookup still finds the deleted object by friendly name in the unchanged existingMonitors array and attempts to PATCH its now-invalid ID, so the sync fails and leaves the monitor absent until another run creates it. Treat a monitor as obsolete only when neither its name nor URL is desired, or remove deleted entries before the update loop.

Useful? React with 👍 / 👎.

@mikepsinn
mikepsinn merged commit 7f42329 into develop Aug 30, 2026
19 of 20 checks passed
@mikepsinn
mikepsinn deleted the feature/remove-models-dih-monitor branch August 30, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant