summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-25 23:51:32 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-03-25 23:51:32 +0200
commit5ba248ecd55038de0744919f47c2b76c65f166ee (patch)
tree7920c28b18b9cc49ade3dec09b73fdf7036f6bb0 /web
parent51fa67a4632506edd9278f679b55f173f13ba248 (diff)
ZFS plugin for Linux; fixes #1994
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js6
-rw-r--r--web/index.html4
2 files changed, 8 insertions, 2 deletions
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: '<i class="fa fa-folder-open" aria-hidden="true"></i>',
+ info: 'Performance metrics of the ZFS filesystem. The following charts visualize all metrics reported by <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arcstat/arcstat.py" target="_blank">arcstat.py</a> and <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arc_summary/arc_summary.py" target="_blank">arc_summary.py</a>.'
+ },
+
'apps': {
title: 'Applications',
icon: '<i class="fa fa-heartbeat" aria-hidden="true"></i>',
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 @@
</div>
</body>
</html>
-<script type="text/javascript" src="dashboard.js?v20170211-2"></script>
+<script type="text/javascript" src="dashboard.js?v20170325-1"></script>