Capgemini / Capgemini/Apollo

Pre-configured promdash dashboards

Open
#552 0 comments 0 reactions 0 assignees View on GitHub
monitoring/prometheus
Dominant language
Python
Stars
718
Forks
100
PR merge metrics
No merged PRs in 30d

Description

Promdash allows you to export its dashboards settings to json file and import the configuration to a new empty dashboard. It might be useful in case if you create a new cluster and don't want do it again manually.
Here are instruction how to do it http://prometheus.io/docs/visualization/promdash/#pushing-dashboard-representations-as-json-via-http.

I wasn't able to run pre-configured dashboards during promdash start-up because some settings are not exportable. You need to first create dashboard to be able import a json file which you exported earlier.

To create a promdash dashboard you need to first add prometheus server in "servers tab" then add a new directory and a new dashboard. Then in the new dashboard add your graphs which you want to display. After that you can export it with the command: `curl http:///.json > dashboard.json`

When you create a new cluster again then you have to create again manually empty dashboard and then you can import your settings with the command: `curl -H 'Content-Type: application/json' -X PUT -d @dashboard.json http:///.json`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.