From 4436e5315bf16484156b09d4646ec6d9927aa0b7 Mon Sep 17 00:00:00 2001 From: Christopher Graham Date: Thu, 31 Jul 2025 17:21:34 -0400 Subject: [PATCH 1/3] Add instructions for scheduling the report --- .../content-health-monitor/content-health-monitor.qmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/content-health-monitor/content-health-monitor.qmd b/extensions/content-health-monitor/content-health-monitor.qmd index 2da51848..09eda447 100644 --- a/extensions/content-health-monitor/content-health-monitor.qmd +++ b/extensions/content-health-monitor/content-health-monitor.qmd @@ -91,8 +91,10 @@ if not state.show_instructions: # Create the about content text about_content = f"""
This report uses {current_user_name}'s API key to monitor a single piece of content. It checks whether the content is -reachable, but does not validate its functionality. When scheduled to run regularly, it will send an email alert if the -content becomes unreachable. +reachable, but does not verify that it runs without errors. When scheduled to run regularly, the report will send an email alert +if the content becomes unreachable.

+To learn more about scheduling reports in Connect, see the +Scheduling documentation.
""" From aaa14240c85268bd7f4db06841e391dc942ab50f Mon Sep 17 00:00:00 2001 From: Chris Graham <87026636+cgraham-rs@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:19:18 -0400 Subject: [PATCH 2/3] Update extensions/content-health-monitor/content-health-monitor.qmd Co-authored-by: Toph Allen --- extensions/content-health-monitor/content-health-monitor.qmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/content-health-monitor/content-health-monitor.qmd b/extensions/content-health-monitor/content-health-monitor.qmd index 09eda447..91de77f7 100644 --- a/extensions/content-health-monitor/content-health-monitor.qmd +++ b/extensions/content-health-monitor/content-health-monitor.qmd @@ -91,8 +91,9 @@ if not state.show_instructions: # Create the about content text about_content = f"""
This report uses {current_user_name}'s API key to monitor a single piece of content. It checks whether the content is -reachable, but does not verify that it runs without errors. When scheduled to run regularly, the report will send an email alert -if the content becomes unreachable.

+reachable, but does not verify that it runs without errors.

+When scheduled to run regularly, the report will send an email alert +if the content becomes unreachable. To learn more about scheduling reports in Connect, see the Scheduling documentation.
""" From 23b953c393dfb49715b69349f85bd79bafbd3801 Mon Sep 17 00:00:00 2001 From: Christopher Graham Date: Tue, 5 Aug 2025 11:13:15 -0400 Subject: [PATCH 3/3] Update manifest --- extensions/content-health-monitor/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/content-health-monitor/manifest.json b/extensions/content-health-monitor/manifest.json index cc7ad920..16989e34 100644 --- a/extensions/content-health-monitor/manifest.json +++ b/extensions/content-health-monitor/manifest.json @@ -41,7 +41,7 @@ "checksum": "5f89d52674b219c0b0ed85f1a5785641" }, "content-health-monitor.qmd": { - "checksum": "8dfce167badb4d889eeb93d1f4adbff8" + "checksum": "b9d7b54bd001f48f8af928b26be91a8f" }, "content_health_utils.py": { "checksum": "3d599ebe8d29aa12ae630acc847e290a"