add mdadm support (#10159)

* add mdadm support

* Update mdadm.inc.php
This commit is contained in:
SourceDoctor
2019-05-13 06:42:03 +02:00
committed by Tony Murray
parent ef90da2a31
commit 96f7f142ba
12 changed files with 254 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
$unit_text = 'degraded';
$unitlen = 10;
$bigdescrlen = 15;
$smalldescrlen = 15;
$rrdVar='degraded';
require 'mdadm-common.inc.php';