Service Status Extension (Rust)

An extension to check status of services that use Atlassian's Statuspage service.

Prerequisites

You need to have a recent rust toolchain installed, check rustup.rs for install instructions or run rustup update stable to update it.

Clone

Clone the github repository:

git clone https://github.com/gloodata/ext-rs-service-status.git
cd ext-rs-service-status

Run

cargo run

Register

Register the extension in Gloodata, the value depends on the host and port where the extension is running, for example if it's running in the same machine as Gloodata on port 8890 register it with http://localhost:8890, change host and port accordingly.

Learn more about how to register an extension here: How to Register a Gloodata Extension.

Try

Here are some prompts you can try:

Learn More

Check the project's README for more information, if you find any problem open an issue in the project's issue tracker.