From 17cd331cec5bc785f8a3ba746febe28171342d21 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Mon, 25 Nov 2019 17:13:35 +0300 Subject: 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 --- web/gui/dashboard_info.js | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'web') 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 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