wizzy
wizzy copied to clipboard
Manage & automate Grafana with easy wizzy
I am experimenting difficulties displaying existing panels of imported dashboards. Importing and setting context: ``` ➜ wizzy import dashboard general ✔ dashboards directory already exists. ✔ general dashboard saved successfully...
Wizzy create report Wizzy add dashboard1 Wizzy add dashboard2 Wizzy finish report
The very first introduction for GridLayout dashboard. ``` % node src/index.js summarize dashboard Output: { "title": "Monitoring", "gridSize": { "x": 24, "y": 56 }, "panelCount": 29, "time": { "from": "now-12h",...
Hi. I can't export dashboards from folder which are not General. Is there some way to specify directory name? ``` ├── README.md ├── conf │ └── wizzy.json ├── dashboards │...
## Summary There is 0.7.0 milestone which seems to mean partially updating wizzy features for grafana 5.0 or later (except folders and login). With this release, it is expected to...
It would be nice if wizzy can load json files containing environment variables. This is useful for conf/wizzy.json and datasources. The `conf/wizzy.json` file would look like: ```json { "config": {...
In addition to S3, it would be nice to support Azure Blob storage. I can help work on it. For now, here are the docs: https://docs.microsoft.com/en-us/nodejs/api/overview/azure/storage?view=azure-node-2.0.0
This bug marks all datasources as readonly: https://github.com/grafana/grafana/issues/18489 I might need to do a patch on our end to not update this field for the time being.
Currently it places the dashboard in the `General` folder.
### Can't generate clips my current configuration is as follows: ##### with my clip config as: `"clip": { "render_height": "600", "render_width": "800", "render_timeout": "60", "canvas_height": "600", "canvas_width": "800", "delay": "2000"...