Summary |
Status Page (Atlassian) will ping your Public Facing Atlassian Status Page’s .json endpoint and alert forum users when system(s) are down. |
|
Repository Link | https://github.com/discourse/discourse-atlassian-statuspage | |
New to Discourse Themes? | Beginner’s guide to using Discourse Themes |
Install this theme component
Features
Add the .json
endpoint for your system into the status endpoint
textbox in the component settings. When a system is down, your custom message will appear at the top of the forum.
How can I find my public-facing Status Page endpoint?
- Visit your websites stauts page in a web browser.
- Open the network inspector and refresh the page.
- Look for
status.json
in the list of requests being made and hover over it , it should give you the.json
endpoint.
Settings
Name | Description |
---|---|
failed status test | Turn on to test statusPage failure |
test status message | Message to display when status is down |
test status indicator | Indiactor to use when testing statusPage failure. |
minor status message | Message to display when status is down with a minor indicator |
major status message | Message to display when status is down with a major indicator. |
critical status message | Message to display when status is down with a critical indicator. |
status endpoint | The .json endpoint to make a call to for your sites statusPage. ex. ‘https://status.yourWebsite.com/api/v2/status.json’ |
status more info link | Webpage to send users to upon clicking the ‘Status Down’ alert link. |
Hosted by us? Theme components are available to use on our Standard, Business, and Enterprise plans.
Last edited by @JammyDodger 2024-06-15T15:55:57Z
Check document
Perform check on document: