summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2021-05-05 20:33:04 +0300
committerGitHub <noreply@github.com>2021-05-05 20:33:04 +0300
commit3f93df7aa3995d676a86f96cef061eb57ba14f50 (patch)
treeb99cefb3616416b6354c23ce4c0bbdf2ccc5457f /web
parent4a87b0f92e891aa52062c2f488df0c33cf2942e8 (diff)
Add a module for ZFS pool state (#11071)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 807cfb6358..09647b1032 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -163,6 +163,12 @@ netdataDashboard.menu = {
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" target="_blank">arcstat.py</a> and <a href="https://github.com/zfsonlinux/zfs/blob/master/cmd/arc_summary/arc_summary3" target="_blank">arc_summary.py</a>.'
},
+ 'zfspool': {
+ title: 'ZFS pools',
+ icon: '<i class="fas fa-database"></i>',
+ info: 'State of ZFS pools.'
+ },
+
'btrfs': {
title: 'BTRFS filesystem',
icon: '<i class="fas fa-folder-open"></i>',
@@ -1520,6 +1526,13 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // ZFS pools
+ 'zfspool.state': {
+ info: 'ZFS pool state. The overall health of a pool, as reported by <code>zpool status</code>, is determined by the aggregate state of all devices within the pool. ' +
+ 'For details, see <a href="https://openzfs.github.io/openzfs-docs/man/8/zpoolconcepts.8.html?#Device_Failure_and_Recovery" target="_blank"> ZFS documentation</a>.'
+ },
+
+ // ------------------------------------------------------------------------
// MYSQL
'mysql.net': {