summaryrefslogtreecommitdiffstats
path: root/web/gui/dashboard
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/gui/dashboard_info.js (renamed from web/gui/dashboard_info.js)14
-rw-r--r--src/web/gui/dashboard_info_custom_example.js (renamed from web/gui/dashboard_info_custom_example.js)0
2 files changed, 7 insertions, 7 deletions
diff --git a/web/gui/dashboard_info.js b/src/web/gui/dashboard_info.js
index d579bf715..404f54e7f 100644
--- a/web/gui/dashboard_info.js
+++ b/src/web/gui/dashboard_info.js
@@ -36,7 +36,7 @@ netdataDashboard.menu = {
title: 'Quality of Service',
icon: '<i class="fas fa-globe"></i>',
info: 'Netdata collects and visualizes <code>tc</code> class utilization using its ' +
- '<a href="https://github.com/netdata/netdata/blob/master/collectors/tc.plugin/tc-qos-helper.sh.in" target="_blank">tc-helper plugin</a>. ' +
+ '<a href="https://github.com/netdata/netdata/blob/master/src/collectors/tc.plugin/tc-qos-helper.sh.in" target="_blank">tc-helper plugin</a>. ' +
'If you also use <a href="http://firehol.org/#fireqos" target="_blank">FireQOS</a> for setting up QoS, ' +
'netdata automatically collects interface and class names. If your QoS configuration includes overheads ' +
'calculation, the values shown here will include these overheads (the total bandwidth for the same ' +
@@ -702,13 +702,13 @@ netdataDashboard.menu = {
'anomalies': {
title: 'Anomalies',
icon: '<i class="fas fa-flask"></i>',
- info: 'Anomaly scores relating to key system metrics. A high anomaly probability indicates strange behaviour and may trigger an anomaly prediction from the trained models. Read the <a href="https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/anomalies" target="_blank">anomalies collector docs</a> for more details.'
+ info: 'Anomaly scores relating to key system metrics. A high anomaly probability indicates strange behaviour and may trigger an anomaly prediction from the trained models. Read the <a href="https://github.com/netdata/netdata/tree/master/src/collectors/python.d.plugin/anomalies" target="_blank">anomalies collector docs</a> for more details.'
},
'alarms': {
title: 'Alarms',
icon: '<i class="fas fa-bell"></i>',
- info: 'Charts showing alarm status over time. More details <a href="https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/alarms/README.md" target="_blank">here</a>.'
+ info: 'Charts showing alarm status over time. More details <a href="https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/alarms/README.md" target="_blank">here</a>.'
},
'statsd': {
@@ -739,7 +739,7 @@ netdataDashboard.menu = {
'changefinder': {
title: 'ChangeFinder',
icon: '<i class="fas fa-flask"></i>',
- info: 'Online changepoint detection using machine learning. More details <a href="https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/changefinder/README.md" target="_blank">here</a>.'
+ info: 'Online changepoint detection using machine learning. More details <a href="https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/changefinder/README.md" target="_blank">here</a>.'
},
'zscores': {
@@ -2840,13 +2840,13 @@ netdataDashboard.context = {
'apps.vmem': {
info: 'Virtual memory allocated by applications. '+
- 'Check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
+ 'Check <a href="https://github.com/netdata/netdata/tree/master/src/daemon#virtual-memory" target="_blank">this article</a> for more information.'
},
'groups.vmem': {
- info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
+ info: 'Virtual memory allocated per user group since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/src/daemon#virtual-memory" target="_blank">this article</a> for more information.'
},
'users.vmem': {
- info: 'Virtual memory allocated per user since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/daemon#virtual-memory" target="_blank">this article</a> for more information.'
+ info: 'Virtual memory allocated per user since the Netdata restart. Please check <a href="https://github.com/netdata/netdata/tree/master/src/daemon#virtual-memory" target="_blank">this article</a> for more information.'
},
'apps.minor_faults': {
diff --git a/web/gui/dashboard_info_custom_example.js b/src/web/gui/dashboard_info_custom_example.js
index 6a2d53765..6a2d53765 100644
--- a/web/gui/dashboard_info_custom_example.js
+++ b/src/web/gui/dashboard_info_custom_example.js