wizzy icon indicating copy to clipboard operation
wizzy copied to clipboard

Manage & automate Grafana with easy wizzy

Results 64 wizzy issues
Sort by recently updated
recently updated
newest added

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`...

docs

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? ![Screen Shot 2020-06-18 at 3 04 27 PM](https://user-images.githubusercontent.com/10548085/85004757-8cd0b700-b175-11ea-8c72-fefdfee52016.png)

``` 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]...

bug

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...

bug

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...