summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2019-12-04 16:30:00 +0300
committerGitHub <noreply@github.com>2019-12-04 16:30:00 +0300
commit2d1b52948eea96127f8eee853d8db28b66f4a493 (patch)
tree1733294024d52d50967b869efcdc77ef15a64adb /web
parent14b12074fd61e4e5c00a8aac4ed01b8a6cb74bd0 (diff)
installer: include go.d.plugin version v0.12.0 (#7418)
* add unbound basic alarms * add scaleio basic alarms * update health Makefile.am * add scaleio to dashboard_info.js * packaging: set go.d.plugin version to 0.12.0 * packaging: update go.d.plugin checksums
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index b0cbc9a05c..5598b0ec2f 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -522,6 +522,12 @@ netdataDashboard.menu = {
title: 'AM2320 Sensor',
icon: '<i class="fas fa-thermometer-half"></i>',
info: 'Readings from the external AM2320 Sensor.'
+ },
+
+ 'scaleio': {
+ title: 'ScaleIO',
+ icon: '<i class="fas fa-database"></i>',
+ info: 'Performance and health statistics for various ScaleIO components. Data collected via VxFlex OS Gateway REST API.'
}
};