You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
My goal is to essentially create a confluence page that automatically updates images in a table representing server statuses based on either the results of a pinged URL or the text on the pinged URL. (Format of site the URL directs to being nothing except for a blank page with text representing the server status ("ok" or "not ok")). The table format is basically:
Server | StatusImage
Where if Server status is "ok" i want to display image1 (or some text "ok") for StatusImage.
and if Server status is "not ok" I want to display image2 (or some text "not ok") for StatusImage.
I have looked into doing this with REST API and python but am not entirely sure where to begin and how to make this successfully auto update when either the server status changes or after some set amount of time (whichever is easier). If anyone has any input or has done something similar I would love to hear it. I have not actually tried coding anything up yet as I have seen about 100 different posts with 100 different solutions (some from years ago) and am wondering if anyone has any advice on how to begin with this
@Cameron Pilla Welcome to the Atlassian community.
Instead of creating your own integration I would suggest just using the Atlassian Status Page product. https://www.atlassian.com/software/statuspage It will do everything you are requesting and more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.