Hi folks - I'd like to create a "System Status" page on our hosted Confluence site. My company's product is a website, and if the site is down or experiencing other issues, I'd like to use Confluence to communicate the situatiion to our customers. But I don't want the status updates to be a manual process. I also don't want the information to exist in any publically-accessible site.
We have plenty of tools that monitor our website's health and pump out status information. But how to insert that info into an Atlassian-hosted page? Using something like the HTML-include macro won't work, since we don't want the info on a public site.
Any ideas?
Thanks, Bob, that was one of my first thoughts. But Atlassian Support told me that the CLI plugin was verboten in the hosted sites.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Download the client to your PC, there is no host requirement other that SOAP API being enabled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, they would (and did) enable the API for me, so I can give that a try. Meanwhile, I think I'm getting close with a script I found here: http://confluence.atlassian.com/display/DISC/XML-RPC+Page+Updater+Example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The remote API setting is on be default and you can control it provided you are the site administrator. It is the same remote API required for the XML-RPC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, it was off by default, and the settings are greyed out. This is an Atlassian-hosted version of Confluence (at "onconfluence.com") and the General settings in the console are not accessible.
I think I have my answer with this little Python script (linked above). Works like a charm.
Thanks, Bob - I appreciate your help (and all your plugins).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the discussion on interview best practices and common pitfalls. Share your experiences and learn from others in the Atlassian Community.
Share your experiences!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.