From e4ed564832e0ee4c67b4ec518796168cf0743200 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Tue, 22 Feb 2022 11:44:14 +0300 Subject: remove deprecated node.d modules (#12047) --- web/gui/custom/README.md | 2 +- web/gui/dashboard_info.js | 55 ----------------------------------------------- 2 files changed, 1 insertion(+), 56 deletions(-) (limited to 'web') diff --git a/web/gui/custom/README.md b/web/gui/custom/README.md index 5ec87c5af9..cdd5d42607 100644 --- a/web/gui/custom/README.md +++ b/web/gui/custom/README.md @@ -581,7 +581,7 @@ Negative values are rendered counter-clockwise. This is a chart that displays the hotwater temperature in the given range of 40 to 50. ```html -
web_log plugin incrementally parses the server log file to provide, in real-time, a break down of key server performance metrics. For web servers, an extended log file format may optionally be used (for nginx and apache) offering timing information and bandwidth for both requests and responses. web_log plugin may also be configured to provide a break down of requests per URL pattern (check /etc/netdata/python.d/web_log.conf).' }, - 'named': { - title: 'named', - icon: '', - info: undefined - }, - 'squid': { title: 'squid', icon: '', @@ -454,24 +448,6 @@ netdataDashboard.menu = { info: undefined }, - 'smawebbox': { - title: 'Solar Power', - icon: '', - info: undefined - }, - - 'fronius': { - title: 'Fronius', - icon: '', - info: undefined - }, - - 'stiebeleltron': { - title: 'Stiebel Eltron', - icon: '', - info: undefined - }, - 'snmp': { title: 'SNMP', icon: '', @@ -4835,37 +4811,6 @@ netdataDashboard.context = { } ] }, - // ------------------------------------------------------------------------ - // Fronius Solar Power - - 'fronius.power': { - info: 'Positive Grid values mean that power is coming from the grid. Negative values are excess power that is going back into the grid, possibly selling it. ' + - 'Photovoltaics is the power generated from the solar panels. ' + - 'Accumulator is the stored power in the accumulator, if one is present.' - }, - - 'fronius.autonomy': { - commonMin: true, - commonMax: true, - valueRange: "[0, 100]", - info: 'The Autonomy is the percentage of how autonomous the installation is. An autonomy of 100 % means that the installation is producing more energy than it is needed. ' + - 'The Self consumption indicates the ratio between the current power generated and the current load. When it reaches 100 %, the Autonomy declines, since the solar panels can not produce enough energy and need support from the grid.' - }, - - 'fronius.energy.today': { - commonMin: true, - commonMax: true, - valueRange: "[0, null]" - }, - - // ------------------------------------------------------------------------ - // Stiebel Eltron Heat pump installation - - 'stiebeleltron.system.roomtemp': { - commonMin: true, - commonMax: true, - valueRange: "[0, null]" - }, // ------------------------------------------------------------------------ // Port check -- cgit v1.2.3