Costa Tsaousis ba75ffc056 bugfix: query engine resampling duration (#4759) 6 лет назад
..
api ba75ffc056 bugfix: query engine resampling duration (#4759) 6 лет назад
gui dbbe252e93 Use var to make NETDATA variable global (#4752) 6 лет назад
server 1149ce3240 Sanitize headers and htmlstructure (#4713) 6 лет назад
Makefile.am 3aae8f6c2c Htmldoc (#4607) 6 лет назад
README.md 1149ce3240 Sanitize headers and htmlstructure (#4713) 6 лет назад

README.md

Web dashboards overview

The default port is 19999; for example, to access the dashboard on localhost, use: http://localhost:19999

To view Netdata collected data you access its REST API v1.

For our convenience, Netdata provides 2 more layers:

  1. The dashboard.js javascript library that allows us to design custom dashboards using plain HTML. For information on creating custom dashboards, see Custom Dashboards and Atlassian Confluence Dashboards

  2. Ready to be used web dashboards that render all the charts a Netdata server maintains.

Customizing the standard dashboards

Charts information is stored at /usr/share/netdata/web/dashboard_info.js. This file includes information that is rendered on the dashboard, controls chart colors, section and subsection heading, titles, etc.

If you change that file, your changes will be overwritten when Netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/dashboard_info_custom.example.js you can use to start with).

You have to copy the example file under a new name, so that it will not be overwritten with Netdata updates.

To configure your info file set in netdata.conf:

[web]
   custom dashboard_info.js = your_file_name.js