wizzy
wizzy copied to clipboard
Manage & automate Grafana with easy wizzy
I set up grafana w/ google login, so I'm trying to use an API key to connect wizzy to the dashboards. I see that `'grafana:api_key'` is an entry in `validConfigs`...
https://github.com/grafana-wizzy/wizzy/blob/0a219fb59d159bc6c814473fafd8c582b46b059b/Dockerfile#L7 This should probably be ``` ENTRYPOINT ["/usr/local/bin/wizzy"] ``` then you can run ``` docker run --rm -it wizzy version ```
Grafana version : V7.0.3 Wizzy Version : 0.7.0 - Is the error is due to TLS certificate? 
``` wizzy $ wizzy list dashboards /usr/local/lib/node_modules/wizzy/src/remote/grafana.js:281 output += 'Grafana API response status code = ' + response.statusCode; ^ TypeError: Cannot read property 'statusCode' of undefined at Request.saveHandler [as _callback]...
Can not execute remote commands when grafana requests username/password. wizzy version: 0.6.0 grafana version: 5.1.0 node version: v8.11.1 **Example:** using credentials (username/password): ``` $ wizzy list dashboards Output: Grafana API...
npm install [email protected] wizzy version 0.6.0 Installing wizzy version 0.7.0 reports incorrectly as being version 0.6.0
It's tough to re-arrange the dashboards in particular folders when the Folder backup option is not there in Wizzy. Please help me on this if there is an alternate option...
wizzy export datasource fails if datasource already exists. The same succeeds if datasource does not exist. See the stack trace below. Looks like the request.js do not have put method...
I want to create a dashboard list ,when i enter 'wizzy create dash-list my-first-list' , TypeError: C:\Users\Geek\AppData\Roaming\npm\node_modules\wizzy\src\local\dashlist.js:150 this.dashlistConf.use('file', { file: dashListFile }); ^ TypeError: Cannot read property 'use' of undefined...