Skip to content

Commit

Permalink
PMM-1680 Include QAN Plugin into Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed Nov 20, 2017
1 parent 2868dff commit c382643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def import_dashboards():


def import_apps():
for app in ['pmm-qan-app']:
for app in ['pmm-app']:
print app
data = json.dumps({'enabled': True})
r = requests.post('%s/api/plugins/%s/settings' % (HOST, app), data=data, headers=HEADERS)
Expand Down

0 comments on commit c382643

Please sign in to comment.