Skip to content

Commit

Permalink
Fix tests pep8/pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Jan 19, 2017
1 parent 62004bf commit a03a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alignak_backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ def cron_grafana(engine='jsonify'):
# do not try to create a dashboard (test before trying to create...)
if host['_realm'] not in graf.timeseries:
print("[cron_grafana] Host '%s' is not in a timeseries enabled realm"
% service['name'])
% host['name'])
print("[cron_grafana] - host realm: %s" % host['_realm'])
print("[cron_grafana] - Grafana TS realms: %s" % graf.timeseries)
continue
Expand Down

0 comments on commit a03a4da

Please sign in to comment.