summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2019-11-25 17:13:35 +0300
committerGitHub <noreply@github.com>2019-11-25 17:13:35 +0300
commit17cd331cec5bc785f8a3ba746febe28171342d21 (patch)
tree7d628e74d4cd84be3dddebf4e9177c7a33c8a929 /web
parent4e22b01094f40448b1a28f9490e75b0d22886597 (diff)
installer: include go.d.plugin version v0.11.0 (#7365)
* bump godplugin ver to 0.11.0 * update godplugin checksums * add python unbound module to obsolete modules list * add deprecation info to the python unbound readme * remove old unbound charts descriptions from the dashboard_info.js * add web_log go ver alarms * update web_log alarms info (401) * remove unbound from python.d.conf
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index fbd1a667ce..cb5c9f7bcf 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -2407,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.'
},