From b86133adba3d4c13166bd1e59ff9696547829fff Mon Sep 17 00:00:00 2001 From: Christopher Milan Date: Fri, 14 Mar 2025 19:41:46 -0700 Subject: [PATCH] add block device report --- blk.cgi | 35 +++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 36 insertions(+) create mode 100755 blk.cgi diff --git a/blk.cgi b/blk.cgi new file mode 100755 index 0000000..bcc14db --- /dev/null +++ b/blk.cgi @@ -0,0 +1,35 @@ +#!/usr/bin/rrdcgi + + +Cluster Block Device Report + +

Cluster Block Device Report

+ + + + diff --git a/index.html b/index.html index 6f81b06..a74d0e3 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@
  • CPU Report
  • Memory Report
  • GPU Report
  • +
  • Block Device Report