diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-11-28 04:53:08 +0000 |
commit | 315e0143f65da3485dcbcd2f6a3172a351618aec (patch) | |
tree | b713ae472cffab249c95917c6fb6d242d54e0a87 /web/gui/dashboard_info.js | |
parent | Adding upstream version 1.18.1. (diff) | |
download | netdata-315e0143f65da3485dcbcd2f6a3172a351618aec.tar.xz netdata-315e0143f65da3485dcbcd2f6a3172a351618aec.zip |
Adding upstream version 1.19.0.upstream/1.19.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'web/gui/dashboard_info.js')
-rw-r--r-- | web/gui/dashboard_info.js | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 774577a04..cb5c9f7bc 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -516,7 +516,14 @@ netdataDashboard.menu = { title: 'HDFS', icon: '<i class="fas fa-folder-open"></i>', info: 'Provides <b><a href="https://hadoop.apache.org/docs/r3.2.0/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html">Hadoop Distributed File System</a></b> performance statistics. Module collects metrics over <code>Java Management Extensions</code> through the web interface of an <code>HDFS</code> daemon.' + }, + + 'am2320': { + title: 'AM2320 Sensor', + icon: '<i class="fas fa-thermometer-half"></i>', + info: 'Readings from the external AM2320 Sensor.' } + }; @@ -1815,7 +1822,7 @@ netdataDashboard.context = { // web_log 'web_log.response_statuses': { - info: 'Web server responses by type. <code>success</code> includes <b>1xx</b>, <b>2xx</b> and <b>304</b>, <code>error</code> includes <b>5xx</b>, <code>redirect</code> includes <b>3xx</b> except <b>304</b>, <code>bad</code> includes <b>4xx</b>, <code>other</code> are all the other responses.', + info: 'Web server responses by type. <code>success</code> includes <b>1xx</b>, <b>2xx</b>, <b>304</b> and <b>401</b>, <code>error</code> includes <b>5xx</b>, <code>redirect</code> includes <b>3xx</b> except <b>304</b>, <code>bad</code> includes <b>4xx</b> except <b>401</b>, <code>other</code> are all the other responses.', mainheads: [ function (os, id) { void(os); @@ -2400,34 +2407,6 @@ netdataDashboard.context = { info: 'The number of currently connect users on the monitored Spigot server.' }, - 'unbound.queries': { - info: 'Shows the number of queries being processed of each type. Note that <code>Recursive</code> queries are also accounted as cache misses.' - }, - - 'unbound.reqlist': { - info: 'Shows various stats about Unbound\'s internal request list.' - }, - - 'unbound.recursion': { - info: 'Average and median time to complete recursive name resolution.' - }, - - 'unbound.cache': { - info: 'The number of items in each of the various caches.' - }, - - 'unbound.threads.queries': { - height: 0.2 - }, - - 'unbound.threads.reqlist': { - height: 0.2 - }, - - 'unbound.threads.recursion': { - height: 0.2 - }, - 'boinc.tasks': { info: 'The total number of tasks and the number of active tasks. Active tasks are those which are either currently being processed, or are partialy processed but suspended.' }, |