From 5ba248ecd55038de0744919f47c2b76c65f166ee Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sat, 25 Mar 2017 23:51:32 +0200 Subject: ZFS plugin for Linux; fixes #1994 --- web/dashboard_info.js | 6 ++++++ web/index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/dashboard_info.js b/web/dashboard_info.js index c348da30df..a9278cbb6a 100644 --- a/web/dashboard_info.js +++ b/web/dashboard_info.js @@ -103,6 +103,12 @@ netdataDashboard.menu = { info: 'Performance metrics of the NFS operations of this system, acting as an NFS client.' }, + 'zfs': { + title: 'ZFS filesystem', + icon: '', + info: 'Performance metrics of the ZFS filesystem. The following charts visualize all metrics reported by arcstat.py and arc_summary.py.' + }, + 'apps': { title: 'Applications', icon: '', diff --git a/web/index.html b/web/index.html index 250dbfed32..e845be1a56 100644 --- a/web/index.html +++ b/web/index.html @@ -2895,7 +2895,7 @@ }); NETDATA.requiredJs.push({ - url: NETDATA.serverDefault + 'dashboard_info.js?v20170308-1', + url: NETDATA.serverDefault + 'dashboard_info.js?v20170325-1', async: false, isAlreadyLoaded: function() { return false; } }); @@ -3523,4 +3523,4 @@ - + -- cgit v1.2.3