You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Copy the contents of the widgets and jobs directories in to your dashing project
Edit your config.yml file (creating it if necessary), based on the example provided (config.yml.statuspageio-example)
Create a node for each service you wish to monitor, with the following parameters:
REQUIRED: uri is the path to index.json on the StatusPage.io status page of the service you are interested in. E.g. https://status.linode.com/index.json
OPTIONAL: components is an array of the names of components of the service that you are interested in. If it's empty or not set, all components will be used.
N.B. for backwards compatibility, providing only uri and components directly underneath :statuspageio:, a single nameless service will be created accessible with data-id="statuspageio".
Add the HTML to your dashboard based on the example in dashboards/statuspageio-example.erb, customising the data-id property corresponding to the name of the service in your config.yml, and the data-title to set the title of the widget. E.g.: