Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions extensions/content-health-monitor/content-health-monitor.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,11 @@ if not state.show_instructions:
# Create the about content text
about_content = f"""<div>
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.<br><br>
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
<a href="https://docs.posit.co/connect/user/scheduling/index.html" target="_blank">Scheduling documentation</a>.
</div>"""


Expand Down
2 changes: 1 addition & 1 deletion extensions/content-health-monitor/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"checksum": "5f89d52674b219c0b0ed85f1a5785641"
},
"content-health-monitor.qmd": {
"checksum": "8dfce167badb4d889eeb93d1f4adbff8"
"checksum": "b9d7b54bd001f48f8af928b26be91a8f"
},
"content_health_utils.py": {
"checksum": "3d599ebe8d29aa12ae630acc847e290a"
Expand Down