summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-03-11 20:35:05 +0100
committerGitHub <noreply@github.com>2019-03-11 20:35:05 +0100
commit360f23e0017e517f826ff59e428a21057c9b2af5 (patch)
treed8ff2327726ab70c43b506f670fba8c26fe33b84
parent28e0d7526d51ea813ac6a28b95a4ab6997394d19 (diff)
Update custom dashboards documentation (#5600)
Add link to the template `dashboard.html`. Minor corrections. Related to the recent comment in #2339
-rw-r--r--web/gui/custom/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/web/gui/custom/README.md b/web/gui/custom/README.md
index 5ee723547a..f9ffd2550b 100644
--- a/web/gui/custom/README.md
+++ b/web/gui/custom/README.md
@@ -11,15 +11,18 @@ netdata charts can also be added to existing web pages.
Check this **[very simple working example of a custom dashboard](http://netdata.firehol.org/demo.html)**, and its **[html source](../demo.html)**.
-If you plan to put it on TV, check **[tv.html](../tv.html)**. This is a screenshot of it, monitoring 2 servers on the same page:
+You should also look at the **[custom dashboard template](https://my-netdata.io/dashboard.html)**, that contains samples of all supported charts. The code is [here](../dashboard.html).
+
+If you plan to put the dashboard on TV, check **[tv.html](../tv.html)**. This is a screenshot of it, monitoring 2 servers on the same page:
![image](https://cloud.githubusercontent.com/assets/2662304/14252187/d8d5f78e-fa8e-11e5-990d-99821d38c874.png)
--
+
## Web directory
-The default web root directory is `/usr/share/netdata/web` where you will find examples such as tv.html, and demo.html as well as the main dashboard contained in index.html.
-Note: index.html have a different syntax. Don't use it as a template for simple custom dashboards.
+All of the mentioned examples are available on your local netdata installation (e.g. `http://myhost:19999/dashboard.html`). The default web root directory with the HTML and JS code is `/usr/share/netdata/web`. The main dashboard is also in that directory and called `index.html`.
+Note: index.html has a different syntax. Don't use it as a template for simple custom dashboards.
## Example empty dashboard