Skip to content

Commit 9a87176

Browse files
Update extension list
1 parent 3b4fe7d commit 9a87176

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

extensions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,44 @@
100100
],
101101
"tags": []
102102
},
103+
{
104+
"name": "content-health-monitor",
105+
"title": "Content Health Monitor",
106+
"description": "This report uses the publisher’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.",
107+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/content-health-monitor",
108+
"latestVersion": {
109+
"version": "1.0.0",
110+
"released": "2025-08-22T20:26:22Z",
111+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/content-health-monitor%40v1.0.0/content-health-monitor.tar.gz",
112+
"minimumConnectVersion": "2025.04.0",
113+
"requiredEnvironment": {
114+
"python": {
115+
"requires": "~=3.11"
116+
},
117+
"quarto": {
118+
"requires": "~=1.4"
119+
}
120+
}
121+
},
122+
"versions": [
123+
{
124+
"version": "1.0.0",
125+
"released": "2025-08-22T20:26:22Z",
126+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/content-health-monitor%40v1.0.0/content-health-monitor.tar.gz",
127+
"minimumConnectVersion": "2025.04.0",
128+
"requiredEnvironment": {
129+
"python": {
130+
"requires": "~=3.11"
131+
},
132+
"quarto": {
133+
"requires": "~=1.4"
134+
}
135+
}
136+
}
137+
],
138+
"tags": [],
139+
"category": "extension"
140+
},
103141
{
104142
"name": "fastapitableau-example",
105143
"title": "Tableau Python Extension",

0 commit comments

Comments
 (0)