summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-02-22 11:44:14 +0300
committerGitHub <noreply@github.com>2022-02-22 11:44:14 +0300
commite4ed564832e0ee4c67b4ec518796168cf0743200 (patch)
tree0a8ab99d32aa3b8c64151dbd22ad628cb5c94885 /web
parent20dfab81927abb4f99c99416e9a2c551d650f1b9 (diff)
remove deprecated node.d modules (#12047)
Diffstat (limited to 'web')
-rw-r--r--web/gui/custom/README.md2
-rw-r--r--web/gui/dashboard_info.js55
2 files changed, 1 insertions, 56 deletions
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
-<div data-netdata="stiebeleltron_system.hotwater.hotwatertemp"
+<div data-netdata="acme_system.hotwater.hotwatertemp"
data-title="Hot Water Temperature"
data-decimal-digits="1"
data-chart-library="easypiechart"
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 5079a7bc77..9749794e33 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -430,12 +430,6 @@ netdataDashboard.menu = {
info: 'Information extracted from a server log file. <code>web_log</code> 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 <code>nginx</code> and <code>apache</code>) offering timing information and bandwidth for both requests and responses. <code>web_log</code> plugin may also be configured to provide a break down of requests per URL pattern (check <a href="https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/web_log/web_log.conf" target="_blank"><code>/etc/netdata/python.d/web_log.conf</code></a>).'
},
- 'named': {
- title: 'named',
- icon: '<i class="fas fa-tag"></i>',
- info: undefined
- },
-
'squid': {
title: 'squid',
icon: '<i class="fas fa-exchange-alt"></i>',
@@ -454,24 +448,6 @@ netdataDashboard.menu = {
info: undefined
},
- 'smawebbox': {
- title: 'Solar Power',
- icon: '<i class="fas fa-sun"></i>',
- info: undefined
- },
-
- 'fronius': {
- title: 'Fronius',
- icon: '<i class="fas fa-sun"></i>',
- info: undefined
- },
-
- 'stiebeleltron': {
- title: 'Stiebel Eltron',
- icon: '<i class="fas fa-thermometer-half"></i>',
- info: undefined
- },
-
'snmp': {
title: 'SNMP',
icon: '<i class="fas fa-random"></i>',
@@ -4835,37 +4811,6 @@ netdataDashboard.context = {
}
]
},
- // ------------------------------------------------------------------------
- // Fronius Solar Power
-
- 'fronius.power': {
- info: 'Positive <code>Grid</code> values mean that power is coming from the grid. Negative values are excess power that is going back into the grid, possibly selling it. ' +
- '<code>Photovoltaics</code> is the power generated from the solar panels. ' +
- '<code>Accumulator</code> is the stored power in the accumulator, if one is present.'
- },
-
- 'fronius.autonomy': {
- commonMin: true,
- commonMax: true,
- valueRange: "[0, 100]",
- info: 'The <code>Autonomy</code> 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 <code>Self consumption</code> indicates the ratio between the current power generated and the current load. When it reaches 100 %, the <code>Autonomy</code> 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