From: Zack Cerza Date: Wed, 4 Oct 2017 21:23:41 +0000 (-0600) Subject: Add a note about waiting to collect data X-Git-Tag: v1.0~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F136%2Fhead;p=cephmetrics.git Add a note about waiting to collect data Users might initially be confused that immediately after deployment, the dashboard looks broken. This is because it doesn't yet have the data it needs to function. Signed-off-by: Zack Cerza --- diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 05bed50..420c1bc 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -29,4 +29,4 @@ tasks: - name: Print dashboard URL debug: - msg: "All done! You may access your dashboard at http://{{ groups['ceph-grafana'][0] }}:3000/ with user 'admin' and password 'admin'." + msg: "All done! You may access your dashboard at http://{{ groups['ceph-grafana'][0] }}:3000/ with user 'admin' and password 'admin'. Note that initially the dashboard will be incomplete; after a few minutes it should have enough data collected to function properly."