From 17c93e2be4ad7b3af0cd6878bdd5d8a4a3e6da99 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Nov 2019 05:53:29 +0100 Subject: Merging upstream version 1.19.0. Signed-off-by: Daniel Baumann --- web/gui/dashboard_info.js | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'web/gui/dashboard_info.js') 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: '', info: 'Provides Hadoop Distributed File System performance statistics. Module collects metrics over Java Management Extensions through the web interface of an HDFS daemon.' + }, + + 'am2320': { + title: 'AM2320 Sensor', + icon: '', + 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. success includes 1xx, 2xx and 304, error includes 5xx, redirect includes 3xx except 304, bad includes 4xx, other are all the other responses.', + info: 'Web server responses by type. success includes 1xx, 2xx, 304 and 401, error includes 5xx, redirect includes 3xx except 304, bad includes 4xx except 401, other 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 Recursive 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.' }, -- cgit v1.2.3