zalando-zmon / zmon-cli

ZMON Command Line Interface
http://zmon.readthedocs.org/en/latest/developer/zmon-cli.html
Other
9 stars 9 forks source link

Updating Grafana dashboard by importing JSON file fails #85

Closed mohabusama closed 5 years ago

mohabusama commented 5 years ago

Updating Grafana dashboard from JSON file fails but YAML works.

Exception:

...
740, in update_grafana_dashboard
    if 'id' not in grafana_dashboard['dashboard']:
KeyError: 'dashboard'
vsukharev commented 5 years ago

Hint: this error happens for those JSON files that were exported from UI. It appeared, JSON import actually works for files, that were created by zmon grafana get BOARDNAME -o json --pretty

laceyallyn commented 5 years ago

fixed with the upgrade to Grafana6