Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 899 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 899 Bytes

monitoring dashboards

backup of grafana dashboards

setup

The nodejs package "wizzy" uses the grafana api to extract the dashboards and other data.

Install

aerickson found this version was needed to get correct folders: #3

npm install -g github:johnsudaar/wizzy#971a8a1186d9b3036c87f96a339c4d9680d5b866

Configure

create conf/wizzy.conf with auth:

wizzy set grafana url https://grafana.fqdn
wizzy set grafana username GRAFANA_USERNAME
wizzy set grafana password GRAFANA_PASSWORD

backup process

rm -rf dashboards #remove to not duplicate renamed or moved
wizzy import dashboards
git add dashboards
git commit

alternatives