From 181805bb871229e3e44dce9ebf99cd7d1758cfda Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 9 Jan 2014 17:57:14 -0800 Subject: [PATCH] feat(Documentation/modules): note the dashboard is compiled in --- Documentation/modules.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/modules.md b/Documentation/modules.md index cd4ea6f12..cc25ea6c2 100644 --- a/Documentation/modules.md +++ b/Documentation/modules.md @@ -5,7 +5,10 @@ These modules provide things like dashboards, locks and leader election. ### Dashboard -An HTML dashboard can be found at `http://127.0.0.1:4001/mod/dashboard/`. Use the `-cors='*'` flag to allow your browser to request information from the current master as it changes. +An HTML dashboard can be found at `http://127.0.0.1:4001/mod/dashboard/`. +This dashboard is compiled into the etcd binary and uses the same API as regular etcd clients. + +Use the `-cors='*'` flag to allow your browser to request information from the current master as it changes. ### Lock