summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-25 16:21:15 +0100
committerGitHub <noreply@github.com>2020-03-25 16:21:15 +0100
commit9ee4478f9a9eedbaff5887a415a897d984e74828 (patch)
tree3b0432c8893433ff206b8a1b616be811f1aaad1c /web
parenta43bd7cc5b7135e24fa36892e4fcc736fa8b0f30 (diff)
Fake collector to provoke ACLK messages (#8427)
For internal testing use only.
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 16ddb0081c..8938e4adb6 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -190,6 +190,11 @@ netdataDashboard.menu = {
info: 'Performance metrics for the operation of netdata itself and its plugins.'
},
+ 'aclk_test': {
+ title: 'ACLK Test Generator',
+ info: 'For internal use to perform integration testing.'
+ },
+
'example': {
title: 'Example Charts',
info: 'Example charts, demonstrating the external plugin architecture.'